Hii Guys!!
Within the LiveCode IDE I can run the following code:
put messageAuthenticationCode( \
tPayload, \
"KEY", \
"HMAC-SHA-256") into tCalculatedHMAC
When I compile for Linux, my compiled app does not go past the point described above.
Any ideas?
Thanks,
Googie
Search found 229 matches
- Sun Aug 09, 2026 11:39 am
- Forum: Linux
- Topic: HMAC Encryption causes crash.
- Replies: 1
- Views: 526
- Thu Aug 06, 2026 1:37 pm
- Forum: Linux
- Topic: Alphanumeric Characters.
- Replies: 2
- Views: 176
Alphanumeric Characters.
Hii Guys!
I am using base64decode and want to determine if the result is alphanumeric.
Many Thanks,
Googie.
I am using base64decode and want to determine if the result is alphanumeric.
Many Thanks,
Googie.
- Sat Aug 09, 2025 8:07 am
- Forum: Android Deployment
- Topic: Select Multiple Lines in a List Field.
- Replies: 1
- Views: 26505
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.
Any ideas on how I could achieve this?
Many Thanks,
Googie.
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 ***
Many Thanks,
Googie.
- Thu Jul 17, 2025 1:49 am
- Forum: Android Deployment
- Topic: Sort files by date/time.
- Replies: 1
- Views: 30421
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.
I have a quick question. Is there a way to sort filenames into Ascending order using the file date/time information?
Thanks,
Googie.
- Tue Jul 15, 2025 10:18 am
- Forum: Android Deployment
- Topic: Animation Effect on Group.
- Replies: 5
- Views: 32047
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: 32047
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 ...
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 ...
- Tue Jul 15, 2025 5:19 am
- Forum: Android Deployment
- Topic: Animation Effect on Group.
- Replies: 5
- Views: 32047
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 ...
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 ...
- Thu May 29, 2025 8:31 am
- Forum: Android Deployment
- Topic: Android Keyboard - Using "Sentence" Option.
- Replies: 17
- Views: 58672
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: 58672
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 ...
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 ...
- Wed Apr 16, 2025 7:18 am
- Forum: Android Deployment
- Topic: Determining Matching Words In A String.
- Replies: 11
- Views: 87274
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 ...
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 ...
- Sun Mar 02, 2025 2:04 am
- Forum: Android Deployment
- Topic: Focus on field when clicked.
- Replies: 4
- Views: 37577
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 ...
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 ...
- Fri Jan 31, 2025 5:13 am
- Forum: Android Deployment
- Topic: Match varialbes with case sensitivity.
- Replies: 33
- Views: 101090
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: 40963
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 ...
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 ...
- Tue Sep 10, 2024 1:01 am
- Forum: Android Deployment
- Topic: Displaying The Contents Of A Folder.
- Replies: 2
- Views: 37332
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 ...
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 ...
- Sun Aug 25, 2024 6:54 am
- Forum: Android Deployment
- Topic: Focus On Android Field Widget.
- Replies: 1
- Views: 34424
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.