Search found 25 matches

by adxsoft
Wed Jun 16, 2021 11:46 am
Forum: Internet
Topic: Demo DropBox Library (LC 9)
Replies: 5
Views: 7824

Re: Demo DropBox Library (LC 9)

Excellent .. just what I needed. Thank you!
by adxsoft
Mon May 11, 2020 2:23 am
Forum: Talking LiveCode
Topic: Switch case not accepting 'is among' condition
Replies: 1
Views: 2972

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, however, just intere...
by adxsoft
Sun Apr 12, 2020 1:56 am
Forum: Talking LiveCode
Topic: Trapping keystrokes outside Datagrid interfering with DG Field Editor
Replies: 15
Views: 11108

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 actually...
by adxsoft
Sat Apr 11, 2020 3:33 am
Forum: Talking LiveCode
Topic: Trapping keystrokes outside Datagrid interfering with DG Field Editor
Replies: 15
Views: 11108

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 something, f...
by adxsoft
Sat Apr 11, 2020 3:08 am
Forum: Internet
Topic: Browser Widget LC button to fill and submit form
Replies: 6
Views: 9837

Re: Browser Widget LC button to fill and submit form

Thanks everyone. Used the Javascript approach and now submitting forms successfully.
Cheers
Allan
by adxsoft
Sat Nov 09, 2019 5:41 am
Forum: Android Deployment
Topic: Android Wear OS compatibility
Replies: 1
Views: 153138

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 Set...
by adxsoft
Thu Sep 05, 2019 8:06 am
Forum: Internet
Topic: Browser Widget LC button to fill and submit form
Replies: 6
Views: 9837

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 ...
by adxsoft
Sun Aug 11, 2019 10:12 am
Forum: Building Externals
Topic: revTinyIDE fix for resizing code peek window
Replies: 2
Views: 8559

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 e...
by adxsoft
Thu Aug 08, 2019 11:51 pm
Forum: Mac OS
Topic: IDE loses 'e' of end command
Replies: 3
Views: 4926

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 ...
by adxsoft
Sat Aug 03, 2019 4:57 am
Forum: Mac OS
Topic: LC 9.5.0 release for Mac - IDE crash
Replies: 1
Views: 3992

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 ...
by adxsoft
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: 3800

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
by adxsoft
Sun Feb 24, 2019 9:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Can Player control use imported audioclip?
Replies: 4
Views: 4529

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 au...
by adxsoft
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: 3800

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 throug...
by adxsoft
Wed Feb 20, 2019 6:23 am
Forum: Android Deployment
Topic: SDK folder is not valid?
Replies: 12
Views: 13613

Re: SDK folder is not valid?

I solved this for my situation hopefully will work for others. I noticed that the error message I got said the Android version API 26 was not present. Went into Android Studio, Preferences, Appearance & Behaviour, System Settings,Android SDK and saw Android Version for API 26 was not ticked. I ticke...

Go to advanced search