Search found 130 matches

by seaniepie
Mon Mar 21, 2022 8:25 pm
Forum: iOS Deployment
Topic: iPhoneSafeAreaInsets
Replies: 32
Views: 20528

Re: iPhoneSafeAreaInsets

Hi Mark For both of these functions, LiveCode makes a call to the iOS frameworks. The orientation and dimensions are each returned from these frameworks. So, if these were a bug it would be with iOS and not LiveCode. However, these are not a bug but simply the way Apple has determined to provide wha...
by seaniepie
Wed Sep 08, 2021 1:12 pm
Forum: Internet
Topic: OAuth2 lib https redirects
Replies: 1
Views: 3305

OAuth2 lib https redirects

Hi, What is the method for dealing with the OAuth library when the provider (Salesforce in this case) requires a https redirect uri? OAuth is supposed to work by listening to the localhost http://127.0.0.1:xxxxx If I set it up with https://127.0.0.1:66666 and listen on port 66666 the OAuth browser t...
by seaniepie
Thu May 27, 2021 4:21 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Slithery sliders
Replies: 4
Views: 2840

Re: Slithery sliders

I've made a multiway switch. It's not perfect but is most the way there. Screenshot 2021-05-27 at 04.13.41.png Resize the group by drag or script to resize the switch. Look at the custom properties to change the number of positions and its current position. Also for changing the colours used. At run...
by seaniepie
Tue Apr 06, 2021 5:43 pm
Forum: LiveCode Builder
Topic: NOTE: About Cross-Platform LCB Development
Replies: 10
Views: 11314

Re: NOTE: About Cross-Platform LCB Development

Hi Richmond/Paul, The .DSStore is a Directory Structure file and can be turned off (per user) but I do not recommend it. These are generally only created when you open a folder in the finder or a file action dialogue. To turn off: defaults write com.apple.desktopservices DSDontWriteNetworkStores tru...
by seaniepie
Sat Apr 03, 2021 9:44 pm
Forum: LiveCode Builder
Topic: Help testing LCB wrapper around Hunspell
Replies: 13
Views: 11632

Re: Help testing LCB wrapper around Hunspell

Hi,
Can it be made universal at all, ie, for Windows, Mac and Linux? Maybe even iOS and Android?
Sean
by seaniepie
Sat Jan 02, 2021 5:32 am
Forum: Raspberry Pi
Topic: Raspberry Pi 400
Replies: 15
Views: 13070

Re: Raspberry Pi 400

by seaniepie
Wed Sep 16, 2020 3:39 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to Create a Command-Line Tool with LiveCode?
Replies: 24
Views: 17250

Re: How to Create a Command-Line Tool with LiveCode?

Hi, I know this is an old thread but thought it was the best place for this question. In the Standalone Settings, Command-Line Option Parser is labelled as usable with HTML5. I'm wondering, how might someone use it? I've done the usual google and release note searches but can find very little about ...
by seaniepie
Mon Sep 07, 2020 5:01 am
Forum: LiveCode Builder
Topic: Composed Widgets limitations
Replies: 15
Views: 12997

Re: Composed Widgets limitations

Oops, oh yeah, my bad. I’d gone back to the wrong todo when I was going between this forum and the hub. I actually meant line 415 which deals with drag messages.

But you are right. That whole region from 289-389 should deal with it and appears to be correct.
by seaniepie
Sun Sep 06, 2020 11:24 pm
Forum: LiveCode Builder
Topic: Composed Widgets limitations
Replies: 15
Views: 12997

Re: Composed Widgets limitations

https://github.com/livecode/livecode/blame/d780d79e800afd65897631f840296075ff6573e9/engine/src/widget-events.cpp Line 190 there is a Todo remark from 5years ago by MarkW Line 935 on are some Click button references linked to Line 190 on. Worth a look at for your own interest. LCB, much like the rest...
by seaniepie
Wed Feb 05, 2020 12:30 am
Forum: Talking LiveCode
Topic: revlinuxcursors saved with stack
Replies: 3
Views: 3028

Re: revlinuxcursors saved with stack

Hi Richard, Thank you for your response. It turned out, after running a 'put the substacks of...', there were several instances of the rev stack but project browser was only showing one, even after deleting one of them. However, following your instructions and just repeating till I got an error sayi...
by seaniepie
Tue Feb 04, 2020 4:23 am
Forum: Talking LiveCode
Topic: revlinuxcursors saved with stack
Replies: 3
Views: 3028

revlinuxcursors saved with stack

Hi all, Ever since I opened up my stack from within Linux and saved it, opening it up in Mac or Windows brings up an error that "revlinuxcursors" is already loaded into memory. It seems to have attached a reference to revlinuxcursors as a substack to my stack. If I try to remove it by either making ...
by seaniepie
Thu Aug 22, 2019 1:27 pm
Forum: HTML5
Topic: DataGrid2 forms still slow … ?
Replies: 3
Views: 4678

Re: DataGrid2 forms still slow … ?

Hi, thanks for your reply. I don’t recall saying that I was running on mobile. In fact, this is not at all for mobile. It is only to be run in Chrome on desktop windows pc’s. However, I do recall that I said that I was seeing the slow response in both the IDE and a desktop standalone (for both pc an...
by seaniepie
Wed Aug 21, 2019 11:15 pm
Forum: HTML5
Topic: DataGrid2 forms still slow … ?
Replies: 3
Views: 4678

DataGrid2 forms still slow … ?

Hi All Faster DataGrid Performance The number one feature we get asked for is to improve performance of complex DataGrids on mobile. We will improve performance in two ways. First, we will rework the DataGrid code to be more efficient in the way that it creates, removes and caches objects. Faster Gr...
by seaniepie
Tue Aug 13, 2019 1:37 am
Forum: LiveCode Builder
Topic: SVG in widgets - any roadmap?
Replies: 44
Views: 38952

Re: SVG in widgets - any roadmap?

That worked. Thank you Bernd
by seaniepie
Mon Aug 12, 2019 10:08 pm
Forum: LiveCode Builder
Topic: SVG in widgets - any roadmap?
Replies: 44
Views: 38952

Re: SVG in widgets - any roadmap?

Has anyone put this color svg package together with a relevant set of files, ie, manifest.xml module.lcm api.lcdoc I know you can copy the ones from others but, particularly with the manifest, it will be missing several parameters that would be essential. A complete package would be just useful for ...

Go to advanced search