Search found 227 matches

by Googie85
Sat Aug 09, 2025 8:07 am
Forum: Android Deployment
Topic: Select Multiple Lines in a List Field.
Replies: 1
Views: 24427

Select Multiple Lines in a List Field.

Hii Guys!

I am trying to select multiple lines in a list field. I am trying to use the following code.

Code: Select all

 set the hilitedLines of field "RoomsField" to ***
Any ideas on how I could achieve this?

Many Thanks,

Googie.
by Googie85
Thu Jul 17, 2025 1:49 am
Forum: Android Deployment
Topic: Sort files by date/time.
Replies: 1
Views: 28340

Sort files by date/time.

Hii Guys!

I have a quick question. Is there a way to sort filenames into Ascending order using the file date/time information?

Thanks,

Googie.
by Googie85
Tue Jul 15, 2025 10:18 am
Forum: Android Deployment
Topic: Animation Effect on Group.
Replies: 5
Views: 29919

Re: Animation Effect on Group.

Got it! Thanks again Klaus!
by Googie85
Tue Jul 15, 2025 9:19 am
Forum: Android Deployment
Topic: Animation Effect on Group.
Replies: 5
Views: 29919

Re: Animation Effect on Group.

Hii Klaus,

Thanks for your informative reply! I have this:


on Animate
if the visible of group "Review" = true then
lock screen for visual effect
set the visible of group "Review" to false
unlock screen with visual effect "dissolve" very fast
else
lock screen for visual effect
set the ...
by Googie85
Tue Jul 15, 2025 5:19 am
Forum: Android Deployment
Topic: Animation Effect on Group.
Replies: 5
Views: 29919

Animation Effect on Group.

Hii Guys!

I am animating a group as a visual effect and have the following code,

on Animate
hide me
show me with visual effect "dissolve" close very fast
end Animate

It works fine, it "fades" in, but I also want to "fade" it out. I have searched the relevant information in the dictionary but I ...
by Googie85
Thu May 29, 2025 8:31 am
Forum: Android Deployment
Topic: Android Keyboard - Using "Sentence" Option.
Replies: 17
Views: 55286

Re: Android Keyboard - Using "Sentence" Option.

I have tried that. I would like to show a Capital on the keyboard also.
by Googie85
Thu May 29, 2025 8:08 am
Forum: Android Deployment
Topic: Android Keyboard - Using "Sentence" Option.
Replies: 17
Views: 55286

Android Keyboard - Using "Sentence" Option.

Hii Guys!

I have in the past viewed a way to set the Android keyboard to a "Sentence" option. Essentially when a key is pressed, the character will automatically set the case to uppercase. I have searched the dictionary for "Keyboard" but can't seem to find the information I need.

Any help is ...
by Googie85
Wed Apr 16, 2025 7:18 am
Forum: Android Deployment
Topic: Determining Matching Words In A String.
Replies: 11
Views: 84990

Determining Matching Words In A String.

Hiii Guys!!

I am trying to find a string within a variable and determine the lines that the matching string occurs. I will try and explain myself clearly. View the following code to get an example:


put "StringX" into line 1 in TempVar
put "StringY" into line 2 in TempVar
put "StringX" into line ...
by Googie85
Sun Mar 02, 2025 2:04 am
Forum: Android Deployment
Topic: Focus on field when clicked.
Replies: 4
Views: 35476

Focus on field when clicked.

Hi Guys!!

I am trying to display a keyboard when the field "Test" is clicked. I have tried "on FocusIn" and "on OpenField", with no results. When the selected message is generated, I will use "focus on field "Test".

I hope I have explained myself clearly!

Thanks for any and all assistance ...
by Googie85
Fri Jan 31, 2025 5:13 am
Forum: Android Deployment
Topic: Match varialbes with case sensitivity.
Replies: 33
Views: 94852

Match varialbes with case sensitivity.

Hii Guys!!

I'm wondering how to match 2 variables with case sensitivity. For example, AlPhA123 will currently match Alpha123. How do I match these variables with Case Sensitivity?

Many Thanks,

Googie.
by Googie85
Mon Dec 09, 2024 10:09 am
Forum: Android Deployment
Topic: Delete Character In Field.
Replies: 10
Views: 38801

Delete Character In Field.

Hi Guys, I have a quick question.

Let's say I have a field with the contents "Tester". If I was to generate the message "backspaceKey", how would I delete the "s" when the cursor is behind the "s"? Is there a way I can see the char number that the cursor is at so that I can delete the character ...
by Googie85
Tue Sep 10, 2024 1:01 am
Forum: Android Deployment
Topic: Displaying The Contents Of A Folder.
Replies: 2
Views: 35274

Displaying The Contents Of A Folder.

Hii Guys!

I am having some issues viewing the contents of a folder on Android. I have the correct folder path and it sets it to the defaultpath correctly. However, I can't display the files with the following code:


on mouseDown
set the defaultFolder to "/storage/emulated/0/Uploads"
put the ...
by Googie85
Sun Aug 25, 2024 6:54 am
Forum: Android Deployment
Topic: Focus On Android Field Widget.
Replies: 1
Views: 32376

Focus On Android Field Widget.

HII Guys, me again!

I cannot seem to execute code when an Android Field widget is focused (clicked on). I have perused the dictionary for about half an hour and have had no luck.

Any information is greatly received.

Many Thanks,

Googie.
by Googie85
Thu Aug 22, 2024 2:09 am
Forum: Android Deployment
Topic: Temporary "Hang"
Replies: 0
Views: 52967

Temporary "Hang"

Hii Guys!!

I am trying to receive a file over sockets and it seems to "hang" on the following code.


on NEWMESSAGE theIP pmsg
if char -5 to -1 of pmsg is "file§" then


When I press down on the Android screen, the transfer is instantly received (over LAN). Otherwise, it pauses for 5 to 10 ...
by Googie85
Mon Aug 19, 2024 9:48 am
Forum: Android Deployment
Topic: File Send Over Base64.
Replies: 14
Views: 51557

Re: File Send Over Base64.

Thanks LCMark it works!! I overlooked that!!

Many Thanks!!!!!!!!!

Googie.