Search found 77 matches

by j9v6
Fri Mar 22, 2024 10:33 am
Forum: iOS Deployment
Topic: iOS widget extensions
Replies: 1
Views: 745

Re: iOS widget extensions

Got a reply from LC on this. It is not possible to create iOS widget extensions in LC at this time however it has been submitted as an enhancement request.
by j9v6
Tue Mar 19, 2024 9:11 pm
Forum: Made With LiveCode
Topic: Fuzzy Clock for Android, iPhone and iPad
Replies: 4
Views: 339

Re: Fuzzy Clock for Android, iPhone and iPad

Ah yes, now it’s on the App Store I need to tick the box to say it’s macOS compatible. I’ll do that tomorrow probably. I’m hoping to find a way to create the widgets for both the clock apps. I posted a thread on the iOS deployment platform here to see if anyone’s had any experience in this area (sti...
by j9v6
Tue Mar 19, 2024 8:10 pm
Forum: Made With LiveCode
Topic: Fuzzy Clock for Android, iPhone and iPad
Replies: 4
Views: 339

Re: Fuzzy Clock for Android, iPhone and iPad

I’d like to say yes, but the truth is that the app is just compatible with visionOS. A lot of iOS apps are or can be, it’s just a case of them passing apples checks.
by j9v6
Tue Mar 19, 2024 7:03 pm
Forum: Made With LiveCode
Topic: Fuzzy Clock for Android, iPhone and iPad
Replies: 4
Views: 339

Fuzzy Clock for Android, iPhone and iPad

Hot on the heels on my Roman Clock is Fuzzy Clock - a clock that tells you roughly the right time. Because… 🤔

Here’s a link to the Apple store to read the nonsense I’ve written about it. 😂
IMG_0012.jpeg
https://apps.apple.com/gb/app/fuzzy-clock/id6479526102
by j9v6
Tue Mar 19, 2024 6:56 pm
Forum: Made With LiveCode
Topic: CoreLab - software for a medical research trial
Replies: 11
Views: 5905

Re: CoreLab - software for a medical research trial

It sometimes goes like that doesn’t it. It certainly looks like a good tool that you’ve created & the GUI design looks pretty slick from the screenshots you shared. Have you thought about productising it for other hospitals or researchers to use?
by j9v6
Sun Mar 17, 2024 10:51 pm
Forum: iOS Deployment
Topic: iOS widget extensions
Replies: 1
Views: 745

iOS widget extensions

So this is a question about using Livecode to create iOS widget extensions and not about creating a Livecode widget (just to be clear). iOS widgets are those little mini floating apps that run on the iPhone & iPad screens among the icons. Scan reading the Apple documentation, the widget is an extens...
by j9v6
Mon Mar 11, 2024 4:40 pm
Forum: Made With LiveCode
Topic: CoreLab - software for a medical research trial
Replies: 11
Views: 5905

Re: CoreLab - software for a medical research trial

So I’ve finally read most of the posts in this thread and then I found this. This is a seriously impressive looking piece of software. Congrats! As this thread is over 2.5 years old though, just wondering if you’ve had any need to update or enhance it, or was it just used for a single research study...
by j9v6
Mon Mar 04, 2024 1:58 pm
Forum: Made With LiveCode
Topic: UPDATE! New plug-in for LC
Replies: 5
Views: 6438

Re: UPDATE! New plug-in for LC

Great, thanks Klaus 👍
by j9v6
Sun Mar 03, 2024 8:14 pm
Forum: Made With LiveCode
Topic: UPDATE! New plug-in for LC
Replies: 5
Views: 6438

Re: UPDATE! New plug-in for LC

Hi Klaus,
Nice idea. Are you going to add the .icns feature to the same app or will it be a separate one?
Al.
by j9v6
Sun Mar 03, 2024 8:07 pm
Forum: Made With LiveCode
Topic: Roman Desk Clock and Calendar
Replies: 13
Views: 994

Re: Roman Desk Clock and Calendar

stam wrote:
Thu Feb 29, 2024 7:03 pm
Cool update.

Still works perfectly on MacOS ("but not verified for MacOS").
I hope you may consider uploading this to the Mac App Store as well (easier to update my Mac lol)

Stam
Now verified for macOS 👍
by j9v6
Thu Feb 29, 2024 7:46 pm
Forum: Android Deployment
Topic: LC , Android Studio Hedgehog and JRE - unable to build
Replies: 1
Views: 407

Re: LC , Android Studio Hedgehog and JRE - unable to build

<r>Update: All fixed. <br/> <br/> Had to manually specify the JDK Path. <br/> <br/> Used <CODE><s>[code]</s>set the visible of button "ChooseJDK" of group "Android SDK" of card "Mobile Support" of stack "revPreferencesGUI" to true<e>[/code]</e></CODE> from this post which really helped<br/> <br/> <U...
by j9v6
Thu Feb 29, 2024 2:33 pm
Forum: Made With LiveCode
Topic: Roman Desk Clock and Calendar
Replies: 13
Views: 994

Re: Roman Desk Clock and Calendar

Just uploaded version 1.0.1 to the AppStore with some enhancements for you. :wink:
by j9v6
Thu Feb 29, 2024 2:23 pm
Forum: Android Deployment
Topic: LC , Android Studio Hedgehog and JRE - unable to build
Replies: 1
Views: 407

LC , Android Studio Hedgehog and JRE - unable to build

Hi All, I've not built for Android in a while, and since I last did, I've upgraded to a new macBook which means everything been installed afresh: Livecode 9.6.11 Android Studio Hedgehog 2023.1.1 Patch 2 JRE 1.8.0_401 Now when I try building for Android I get the following error message: There was an...
by j9v6
Tue Feb 27, 2024 7:14 pm
Forum: Made With LiveCode
Topic: Roman Desk Clock and Calendar
Replies: 13
Views: 994

Re: Roman Desk Clock and Calendar

Well you could do it that way but it’s very long winded. A simpler way is to use a constant with the numerals you need in it. e.g. kNumerals = “I,II,III,IV,V,VI,VII,VIII,IX,X… etc” Then select the nth item from the constant for the hours, minutes, etc. So something like 5:08 would give you V and VII...
by j9v6
Tue Feb 27, 2024 4:48 pm
Forum: Made With LiveCode
Topic: Roman Desk Clock and Calendar
Replies: 13
Views: 994

Re: Roman Desk Clock and Calendar

Hi. Just curious, how did you implement successive values of the time display? A look-up table that was read second by second? Or perhaps some predefined sequences that can be called as needed? Craig Hi Craig, I use the send command to update the clock every minute. E.g. send “updateClock” to me in...

Go to advanced search