Android Question Windows find in ide B4A, more width (in IDE)- INI os simil?

Shelby

Well-Known Member
Licensed User
Longtime User
column width manipulation:
xtblItems.SetColumnsWidths(Array As Int(250dip, 170dip, 90dip, 75dip))   'col2 to 170 f 150  4/16/23

'Following added from Klaus 12/7/22
Private Sub btnCheck_Click
    xtblItems.LoadSQLiteDB2(sql,"SELECT DescriptionSubjectLookup, TableNumber as [Table], PageIRC As [IRC Page], PgPDF As [PDF Page] FROM TableList221 WHERE DescriptionSubjectLookup LIKE '%" & edtcheck.Text & "%'", False, Array As String("T", "T", "T", "I"))
    xtblItems.SetColumnsWidths(Array As Int(300dip, 170dip, 90dip, 75dip)) 'col2 to 170 f 150   4/16/23
    IME1.HideKeyboard
End Sub

Private Sub btnUncheck_Click
    xtblItems.LoadSQLiteDB2(sql,"SELECT DescriptionSubjectLookup, TableNumber as [Table], PageIRC As [IRC Page], PgPDF As [PDF Page] FROM TableList221", False, Array As String("T", "T", "T", "I"))
    xtblItems.SetColumnsWidths(Array As Int(300dip, 170dip, 90dip, 75dip))  'col2 to 170 f 150   4/16/23
    IME1.HideKeyboard
 
Upvote 0

Shelby

Well-Known Member
Licensed User
Longtime User
My post above shows how in my ide, the widths in my SQLite project are manipulated for my needs. Also, I'm using Windows 10.
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
Upvote 0

netsistemas

Active Member
Licensed User
Longtime User
hat is written, from my experience, is sometimes misinterpreted.
I think the comment was a joke, which personally made me smile.
Shelby, thanks for answering, although it is indeed for Erel.
Again I thank you for your attempt to help me, it would be missing more.

Also today is Friday, and everything seems more beautiful.
Greetings to all members of the forum.
I added IN IDE for more clarity
 
Upvote 0

LucaMs

Expert
Licensed User
Longtime User
No, my post wasn't a criticism, just a joke.

If anything, it was a criticism of Erel, because I don't understand why he doesn't do that thing, which apparently is easy and has been asked several times.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…