Search found 26 matches
- Wed Jun 16, 2021 11:46 am
- Forum: Internet
- Topic: Demo DropBox Library (LC 9)
- Replies: 5
- Views: 28434
Re: Demo DropBox Library (LC 9)
Excellent .. just what I needed. Thank you!
- Mon May 11, 2020 2:23 am
- Forum: Talking LiveCode
- Topic: Switch case not accepting 'is among' condition
- Replies: 1
- Views: 4053
Switch case not accepting 'is among' condition
Just curious why the case statement is rejected in the IDE with
Expression: double binary operator near is
switch tValue
case is among the words "one two three"
# .. do something
break
default
# do something else
break
end switch
I realise I could have put this which works fine ...
Expression: double binary operator near is
switch tValue
case is among the words "one two three"
# .. do something
break
default
# do something else
break
end switch
I realise I could have put this which works fine ...
- Sun Apr 12, 2020 1:56 am
- Forum: Talking LiveCode
- Topic: Trapping keystrokes outside Datagrid interfering with DG Field Editor
- Replies: 15
- Views: 16147
Re: Trapping keystrokes outside Datagrid interfering with DG Field Editor
Thanks Klaus and Richmond62 for the quick replies. This is such a responsive community I really appreciate it.
Klaus's solution worked perfectly which means I can now use any shortcut keys to control the grid which is great for the use case I'm implementing.
I now understand what the target ...
Klaus's solution worked perfectly which means I can now use any shortcut keys to control the grid which is great for the use case I'm implementing.
I now understand what the target ...
- Sat Apr 11, 2020 3:33 am
- Forum: Talking LiveCode
- Topic: Trapping keystrokes outside Datagrid interfering with DG Field Editor
- Replies: 15
- Views: 16147
Trapping keystrokes outside Datagrid interfering with DG Field Editor
I have a keyUp handler in my datagrid group script which detects letter "A" and has code that will format the current row in my datagrid (on the same card). The keyUp handler performs some simple actions when letter "A" is detected.
DataGrid script
on keyUp pKey
if pKey is "A" then
# do ...
DataGrid script
on keyUp pKey
if pKey is "A" then
# do ...
- Sat Apr 11, 2020 3:08 am
- Forum: Internet
- Topic: Browser Widget LC button to fill and submit form
- Replies: 6
- Views: 16401
Re: Browser Widget LC button to fill and submit form
Thanks everyone. Used the Javascript approach and now submitting forms successfully.
Cheers
Allan
Cheers
Allan
- Sat Nov 09, 2019 5:41 am
- Forum: Android Deployment
- Topic: Android Wear OS compatibility
- Replies: 1
- Views: 196924
Android Wear OS compatibility
I just bought my first android smartwatch, the ticWatch E, which runs Wear OS 2.0.
I was surprised when Livecode 9.5.1 rc1 Build 15504 recognised the smartwatch and listed it in the Development Test Target Menu.
So I created the attached simple stack which sets the Android Standalone Application ...
I was surprised when Livecode 9.5.1 rc1 Build 15504 recognised the smartwatch and listed it in the Development Test Target Menu.
So I created the attached simple stack which sets the Android Standalone Application ...
- Thu Sep 05, 2019 8:06 am
- Forum: Internet
- Topic: Browser Widget LC button to fill and submit form
- Replies: 6
- Views: 16401
Browser Widget LC button to fill and submit form
Using the Browser Widget in LC8/9, I have retrieved an html page from my web server that has several input fields in an html form and am trying to figure out how to write some LC code that can fill in the input fields and submit the web page. In this way I can achieve my objective to use LC to sign ...
- Sun Aug 11, 2019 10:12 am
- Forum: Building Externals
- Topic: revTinyIDE fix for resizing code peek window
- Replies: 2
- Views: 39769
revTinyIDE fix for resizing code peek window
I have recently found revTinyIDE (https://github.com/AndyPiddock/TinyIDE) and tested on MacOS for LC8.1.8,9.04 and 9.5.0 and its a very handy plugin which reduces the screen clutter as promised .. its also developed solely in LC so its customisable too!.. so a big shout out to Andy Piddock for his ...
- Thu Aug 08, 2019 11:51 pm
- Forum: Mac OS
- Topic: IDE loses 'e' of end command
- Replies: 3
- Views: 7137
IDE loses 'e' of end command
If I go to the end of a line in the IDE Editor e.g. line is 'end mouseUp' and press return then 'end mouseUp' changes to 'nd mouseUp'
in other words the first char of the previous line is removed. Its easy to add the 'e' back but it is a reproducable minor bug. I'm on OSX El Capitan. Is anyone else ...
in other words the first char of the previous line is removed. Its easy to add the 'e' back but it is a reproducable minor bug. I'm on OSX El Capitan. Is anyone else ...
- Sat Aug 03, 2019 4:57 am
- Forum: Mac OS
- Topic: LC 9.5.0 release for Mac - IDE crash
- Replies: 1
- Views: 5569
LC 9.5.0 release for Mac - IDE crash
I have submitted a bug report https://quality.livecode.com/show_bug.cgi?id=22286 for the latest Community Edition of LC 9.5.0 for Mac. I could not report as a 9.5.0 bug as 9.5.0 was not in the version dropdown list .. so reporting the problem here so Mac tech support folk will see its for 9.5.0 and ...
- Sun Mar 10, 2019 4:14 am
- Forum: Bug Triage
- Topic: Table Field click causing freeze and phantom field appears
- Replies: 6
- Views: 9979
Table Field click causing freeze and phantom field appears
I am using LC 9.02 Community Edition on Mac OSX 10.11.5 and have a table field with the properties show in the attachments. The field consists of lines with two columns of data where column 1 data is tab separated from column 2.
Whenever I am am running the application (Browse Mode) and click into ...
Whenever I am am running the application (Browse Mode) and click into ...
- Tue Feb 26, 2019 4:36 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Test stack for audio formats on Mac and Android
- Replies: 2
- Views: 5382
Re: Test stack for audio formats on Mac and Android
Hi
I'm on a Mac so haven't tested on Windows.
All you need including the sound files can be found at
https://github.com/adxsoft/AudioOnAndroidAndDesktop
Let me know how you go.
Cheers
Allan
I'm on a Mac so haven't tested on Windows.
All you need including the sound files can be found at
https://github.com/adxsoft/AudioOnAndroidAndDesktop
Let me know how you go.
Cheers
Allan
- Tue Feb 26, 2019 4:18 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Can Player control use imported audioclip?
- Replies: 4
- Views: 6430
Re: Can Player control use imported audioclip?
Thanks Klaus!
- Sun Feb 24, 2019 9:22 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Can Player control use imported audioclip?
- Replies: 4
- Views: 6430
Can Player control use imported audioclip?
I'm using the Player control and can set the filename property to the external file location of my audio file and play it without any problems.
If I use "Import as control", "Audio file' menu then I can use the command play audioclip "myclip.wav" with no problem.
I wanted to use the same imported ...
If I use "Import as control", "Audio file' menu then I can use the command play audioclip "myclip.wav" with no problem.
I wanted to use the same imported ...
- Sun Feb 24, 2019 8:21 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Test stack for audio formats on Mac and Android
- Replies: 2
- Views: 5382
Test stack for audio formats on Mac and Android
Hi Folks
I have had trouble with playing audio for a livecode stack that I want to run on Mac and Android so I built the attached stack to test out wav, aiff and mp3 audio formats. The stack deploys to Mac or Android .
The stack has two types of test.
(1) The upper area tests use audio played ...
I have had trouble with playing audio for a livecode stack that I want to run on Mac and Android so I built the attached stack to test out wav, aiff and mp3 audio formats. The stack deploys to Mac or Android .
The stack has two types of test.
(1) The upper area tests use audio played ...