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.
Search found 226 matches
- Thu Jul 17, 2025 1:49 am
- Forum: Android Deployment
- Topic: Sort files by date/time.
- Replies: 1
- Views: 45
- Tue Jul 15, 2025 10:18 am
- Forum: Android Deployment
- Topic: Animation Effect on Group.
- Replies: 5
- Views: 164
Re: Animation Effect on Group.
Got it! Thanks again Klaus!
- Tue Jul 15, 2025 9:19 am
- Forum: Android Deployment
- Topic: Animation Effect on Group.
- Replies: 5
- Views: 164
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 visible of grou...
- Tue Jul 15, 2025 5:19 am
- Forum: Android Deployment
- Topic: Animation Effect on Group.
- Replies: 5
- Views: 164
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 am un...
- Thu May 29, 2025 8:31 am
- Forum: Android Deployment
- Topic: Android Keyboard - Using "Sentence" Option.
- Replies: 17
- Views: 5644
Re: Android Keyboard - Using "Sentence" Option.
I have tried that. I would like to show a Capital on the keyboard also.
- Thu May 29, 2025 8:08 am
- Forum: Android Deployment
- Topic: Android Keyboard - Using "Sentence" Option.
- Replies: 17
- Views: 5644
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 greatl...
- Wed Apr 16, 2025 7:18 am
- Forum: Android Deployment
- Topic: Determining Matching Words In A String.
- Replies: 11
- Views: 53810
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 3 in...
- Sun Mar 02, 2025 2:04 am
- Forum: Android Deployment
- Topic: Focus on field when clicked.
- Replies: 4
- Views: 10118
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!
Googie.
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!
Googie.
- Fri Jan 31, 2025 5:13 am
- Forum: Android Deployment
- Topic: Match varialbes with case sensitivity.
- Replies: 29
- Views: 32977
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.
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.
- Mon Dec 09, 2024 10:09 am
- Forum: Android Deployment
- Topic: Delete Character In Field.
- Replies: 10
- Views: 11566
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 that...
- Tue Sep 10, 2024 1:01 am
- Forum: Android Deployment
- Topic: Displaying The Contents Of A Folder.
- Replies: 2
- Views: 10832
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 files int...
- Sun Aug 25, 2024 6:54 am
- Forum: Android Deployment
- Topic: Focus On Android Field Widget.
- Replies: 1
- Views: 8627
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.
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.
- Thu Aug 22, 2024 2:09 am
- Forum: Android Deployment
- Topic: Temporary "Hang"
- Replies: 0
- Views: 20077
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 seconds befor...
- Mon Aug 19, 2024 9:48 am
- Forum: Android Deployment
- Topic: File Send Over Base64.
- Replies: 14
- Views: 19177
Re: File Send Over Base64.
Thanks LCMark it works!! I overlooked that!!
Many Thanks!!!!!!!!!
Googie.
Many Thanks!!!!!!!!!
Googie.
- Mon Aug 19, 2024 8:20 am
- Forum: Android Deployment
- Topic: File Send Over Base64.
- Replies: 14
- Views: 19177
Re: File Send Over Base64.
Thanks heaps for your reply AndyP!!! Unfortunantely I cannot find a workable solution from it.