Search found 843 matches

by Simon Knight
Tue Apr 02, 2024 9:28 pm
Forum: Talking LiveCode
Topic: "Close and Remove from Memory" does not call CloseStack
Replies: 10
Views: 402

Re: "Close and Remove from Memory" does not call CloseStack

When you'd quit during suspension, what code did your interface use to do so?

Code: Select all

On CloseStack
   WriteAppPrefsData
   
end CloseStack
Called when the red close window icon is pressed and the prefs are updated.

S
by Simon Knight
Tue Apr 02, 2024 9:52 am
Forum: Talking LiveCode
Topic: "Close and Remove from Memory" does not call CloseStack
Replies: 10
Views: 402

Re: "Close and Remove from Memory" does not call CloseStack

Good morning, I have just checked and "suspend development tools" removes all options to close the application under development. Quitting Livecode even fails so its a dead end and I have no idea why it is an option; probably a good idea at the time.

S
by Simon Knight
Mon Apr 01, 2024 2:34 pm
Forum: Talking LiveCode
Topic: "Close and Remove from Memory" does not call CloseStack
Replies: 10
Views: 402

"Close and Remove from Memory" does not call CloseStack

Well the title says it all.

If the stack is just closed from the menu then "closestack message" is sent but if the "Close and Remove from Memory" is used it is not.

I'm on a Mac by the way.

Why is this?
by Simon Knight
Sun Mar 31, 2024 7:19 pm
Forum: Talking LiveCode
Topic: Screen updating.
Replies: 9
Views: 312

Re: Screen updating.

Magic
:D
by Simon Knight
Sun Mar 31, 2024 6:07 pm
Forum: Talking LiveCode
Topic: Screen updating.
Replies: 9
Views: 312

Re: Screen updating.

Splitting the handler into two handlers that can be called without sending any parameters works. The first is called normally and the second is called using a send message in n seconds command . I suspect that the value of n is important if the first call is processing hundred of thousands of files....
by Simon Knight
Sun Mar 31, 2024 5:32 pm
Forum: Talking LiveCode
Topic: Screen updating.
Replies: 9
Views: 312

Re: Screen updating.

because if they are that with messages won't make a blind bit of difference. That about sums it up! I've given up and added a second field. However, while experimenting I would guess that the Livecode engine is reading ahead and/or starting the second handler before the delays in the first have exp...
by Simon Knight
Sun Mar 31, 2024 4:56 pm
Forum: Talking LiveCode
Topic: Screen updating.
Replies: 9
Views: 312

Re: Screen updating.

wait with messages forces a screen update. Well if true then its not screen updating that is the root of the problem. Here is the code of my open stack handler: On OpenStack ReadAppPrefsData -- calls local handler to read and set up the application put empty into field "debug" put empty into field ...
by Simon Knight
Sun Mar 31, 2024 3:49 pm
Forum: Talking LiveCode
Topic: Screen updating.
Replies: 9
Views: 312

Re: Screen updating.

Just wanted to confirm that the send "message" in n seconds works. I added a simple handler : On UpdateStatus pText Put pText into field "status" end UpdateStatus and modified the initialise handler to : On InitaliseLists pListName ## Handler that controls reads the data stored in the file system if...
by Simon Knight
Sun Mar 31, 2024 3:28 pm
Forum: Talking LiveCode
Topic: Screen updating.
Replies: 9
Views: 312

Screen updating.

Hi all, I am creating a "quick" utility which uses the following handler : On InitaliseLists pListName ## Handler that controls reads the data stored in the file system if pListName is "ListOfImages" then put "Building List of Images" into field "status" wait 0.5 second lock screen ## first the imag...
by Simon Knight
Tue Oct 31, 2023 11:18 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1073562

Re: Where are the newbies?

I think I can even "feel" the aftermath of the new price policy: The german LC forum is almost dead and in this forum I see far less postings than I used to see. And even on the LC mailinglist it is very, very silent compared to the past. Too sad... :cry: This should be a read as a warning that act...
by Simon Knight
Sun Oct 15, 2023 5:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1073562

Re: Where are the newbies?

A pro developer wanting all the features would have to shell out £2K/year for the privilege - so where is the incentive? I have never been sure if there is a silent majority of Livecode users who do not use the forum or the list. Also are the success stories on the website the tip of the iceberg or...
by Simon Knight
Sun Oct 15, 2023 5:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1073562

Re: Where are the newbies?

richmond62 wrote:
Sun Oct 15, 2023 12:59 pm
Probably it's time for a 'Fairy Story' from Uncle Richmond.
Snag is most Fairy Stories end with a handsome Prince riding in on his charger and saving the day. That must be the next chapter......
by Simon Knight
Sun Oct 15, 2023 12:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Where are the newbies?
Replies: 139
Views: 1073562

Re: Where are the newbies?

I wonder why RunRev / Livecode went open source in the first place? From memory they started from a payment structure that did not work for them, tried the open source idea for a number of years and then decided it was not working and have ended up today with a similar fee structure to the one that ...
by Simon Knight
Sat Oct 14, 2023 7:49 pm
Forum: Talking LiveCode
Topic: How does a datagrid achieve almost unlimited rows?
Replies: 24
Views: 49462

Re: How does a datagrid achieve almost unlimited rows?

Well that was interesting : the installer fails under LC version 9 but worked under version 10.

Happy to report that Stam's demo stack now works albeit with some errors when it does not like my image files.
by Simon Knight
Sat Oct 14, 2023 7:14 pm
Forum: Talking LiveCode
Topic: How does a datagrid achieve almost unlimited rows?
Replies: 24
Views: 49462

Re: How does a datagrid achieve almost unlimited rows?

PS: I got these as part of the summer mega bundle, so for me these appear in my account under Thirdparty > LiveCode Enhancements (yours may be different if you purchased individual externals instead). The latest version of LiveCode enhancements was published in August, version 1.0.32... Thanks, I'v...

Go to advanced search