Wish 3.50 quick search window

Reviewnow

Active Member
Licensed User
Longtime User
Erel

Would be nice to have a copy results function and or save as text in the quick search window

Thanks
 

wimpie3

Well-Known Member
Licensed User
Longtime User
+1

And the same for the debug window. Lines can be copied individually already, but if you want to copy a long part of the debug output, that is not supported.
 

DonManfred

Expert
Licensed User
Longtime User
you can use the Basic4Android Logcat Viewer.
snap0020.png

snap0021.png


14:18:34.290 I/B4A ( 6416): OrgValue = 12345
14:18:34.290 I/B4A ( 6416): StrVal = 12345
14:18:34.290 I/B4A ( 6416): StrVal(0) = 1
14:18:34.290 I/B4A ( 6416): StrVal(1) = 2
14:18:34.290 I/B4A ( 6416): StrVal(2) = 3
14:18:34.290 I/B4A ( 6416): StrVal(3) = 4
14:18:34.290 I/B4A ( 6416): StrVal(4) = 5
14:18:34.290 I/B4A ( 6416): ~i:** Activity (main) Create, isFirst = true **
14:18:34.300 I/B4A ( 6416): (ArrayList) [, -, 1, ., 4, 9, 8, 5, 0, 1, 8, |, 5, 2, ., 4, 0, 5, 3, 2, 7, 3, |, 1, 9, 8, 3, 6, 8, 8, 8, 2, 0, |, n, o, d, e]
14:18:34.320 I/B4A ( 6416): ~i:** Activity (main) Resume **
14:18:42.980 I/B4A ( 6416): ~i:** Activity (main) Pause, UserClosed = false **
14:18:43.060 I/B4A ( 6416): ~i:** Activity (main) Resume **
14:18:43.320 I/B4A ( 6058): ~i:** Service (newinst2) Start **
14:18:43.320 I/B4A ( 6058): -- AppUpdating.NewInst2: processing service_start
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
+1

And the same for the debug window. Lines can be copied individually already, but if you want to copy a long part of the debug output, that is not supported.
Do you mean the Logs window? When you right click there you have three options:
- Copy line
- Copy view (copies currently visible lines)
- Copy all
 

wimpie3

Well-Known Member
Licensed User
Longtime User
Yes, correct, but that isn't of any help if you want to copy ten lines from the output. You'd have to repeat 10x copy line or do a copy view and cut out all unwanted lines. This might be a detail, I know, but this IS the request board, right? :)
 
Top