Search found 2557 matches

by stam
Mon Mar 25, 2024 9:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Rename an Icon?
Replies: 37
Views: 1826

Re: Rename an Icon?

The latest livecode has all the stuff you say it doesn’t… but I suppose that’s an indictment of the IDE more than anything else. The “numbers” you mention are (or should be) the “id” which all controls and visible constructs have. The name is independent of this and. You can carnage the names withou...
by stam
Mon Mar 25, 2024 9:26 am
Forum: Off-Topic
Topic: Back To 1993
Replies: 9
Views: 1543

Re: Back To 1993

I had an overpriced LC II with a colour screen. In spite it hqving a massively underpowered 68030 processor I lost many many nights to that machine ;)
by stam
Mon Mar 25, 2024 12:11 am
Forum: Talking LiveCode
Topic: Code folding for Livecode 9.6.9 and up
Replies: 41
Views: 3233

Re: Code folding for Livecode 9.6.9 and up

Thanks for looking into this so quickly Bernd. When this first happened I did appear to lose text (I was randomly hitting the disclose triangles in a mild panic ;) ) Luckily I had just saved before doing the find/replace, so recovered fully. On subsequent attempts to reproduce this, I just quit and ...
by stam
Sun Mar 24, 2024 9:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: RawKeyDown and focused object: something fishy
Replies: 9
Views: 886

Re: RawKeyDown and focused object: something fishy

Hi Trevix,

I too replicated your issue but also had issues where it would just stop logging (usually after typing the x).

After changing your rawKeyDown handlers to rawKeyUP, it seems to do what you're asking.

Not sure if that helps you...

S.
by stam
Sun Mar 24, 2024 6:38 pm
Forum: Talking LiveCode
Topic: Code folding for Livecode 9.6.9 and up
Replies: 41
Views: 3233

Re: Code folding for Livecode 9.6.9 and up

Dear Bernd, I discovered a bit of a problematic issue with your otherwise wonderful solution. I sometimes refactor code and will change variable names to more appropriate ones (in the example below change 'control x of me' to 'the control id <id>' and to avoid issue I search/replace all occurrences....
by stam
Sun Mar 24, 2024 5:59 pm
Forum: Talking LiveCode
Topic: need help w freeware citizen diary - willing to pay, now with Mega links to the clone
Replies: 10
Views: 1051

Re: need help w freeware citizen diary - willing to pay, now with Mega links to the clone

It seems that I can now conclude, that I won't be able to find anyone willing to proceed with the spaghetti-code technicalities of my project in this Forum, and I will therefore instead seek helping hands via the links you have provided and for which I am grateful. Thank you for engaging with my pr...
by stam
Sat Mar 23, 2024 3:39 pm
Forum: Talking LiveCode
Topic: Code folding for Livecode 9.6.9 and up
Replies: 41
Views: 3233

Re: Code folding for Livecode 9.6.9 and up

The more I use this the more it seems so essential as to be insane this isn't part of the standard IDE right now... One feature I always liked in the glx2 script editor was the ability to organise handlers of a script into 'folders' - but frankly Bernd's solution can organise code in a similar way, ...
by stam
Fri Mar 22, 2024 9:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid problem
Replies: 7
Views: 543

Re: DataGrid problem

on selectionChanged pHilitedIndexes, pPreviouslyHilitedIndexes if fld "indicator" is 0 then send "mouseup" to btn "extract" of cd "manage products"#gets data into fields send "mouseup" to btn "setdg"#shows columns appropriate to one of the fields put 1 in fld "indicator" send "selectionChanged pHil...
by stam
Fri Mar 22, 2024 1:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: DataGrid problem
Replies: 7
Views: 543

Re: DataGrid problem

you could use "refreshindex", "refreshline" or "refreshlist" as the last line in your handler to force an update of the datagrid. See the dictionary for the exact syntax of these commands. Worth trying what Klaus says, but this should work as is. The fact that it doesn't suggests there may or may n...
by stam
Thu Mar 21, 2024 5:38 pm
Forum: Talking LiveCode
Topic: How to get the icon of a file?
Replies: 8
Views: 2086

Re: How to get the icon of a file?

Thanks Zax... the question at hand is slightly different:It's about getting the icons for filetypes as designated by the current system. I guess if dragging/dropping a file, this could be used? if it's only for apps then no so much... In my case ideally would be MacOS+Win but that's a bigger ask... ...
by stam
Thu Mar 21, 2024 11:38 am
Forum: Animation Engine
Topic: Animated Swipe for mobile?
Replies: 5
Views: 10384

Re: Animated Swipe for mobile?

seems legit......
spam.jpg
spam.jpg (28.49 KiB) Viewed 1137 times
by stam
Thu Mar 21, 2024 11:23 am
Forum: Made With LiveCode
Topic: AppLauncher - MacOS files launcher
Replies: 21
Views: 1513

Re: AppLauncher - MacOS files launcher

Well done Zax, Thank you for providing this useful utility free and and thank you for addressing the previous comments. The lock icon is larger and on both sides, the lock/unlock with right-click is much more intuitive and the choppiness when dragging the anchor around is completely gone. The icons ...
by stam
Thu Mar 21, 2024 10:16 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Am I screwed? iOS 16.6 and livecode 10.0.0.5(dp)
Replies: 3
Views: 6425

Re: Am I screwed? iOS 16.6 and livecode 10.0.0.5(dp)

Yeahhhhhhh.... it should be forbidden to enter a website as user location. Screenshot 2024-03-21 at 09.16.57.png Ignoring the inane advice, this is clearly spam with a new way of entering a URL even with 1 post. Is it possible to setup the phpBB system to not allow URLs or html as user location?
by stam
Thu Mar 21, 2024 10:03 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: CSV UTF-8
Replies: 7
Views: 491

Re: CSV UTF-8

put numToCodepoint(0xFEFF) before tVariable put textEncode (tVariable, "UTF-8") into URL ("binfile:" & tFilePath) It works !!! Nice. Thanks to all for your help Glad that helped! I learned something new too ;) Maybe edit the title of the original post and add "[SOLVED]" after the title or some such...
by stam
Thu Mar 21, 2024 1:04 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: CSV UTF-8
Replies: 7
Views: 491

Re: CSV UTF-8

I don't know anything about how using a Mac would affect this, but have in the past used text files with BOM generated from LC on Windows to be read by TV station tricaster in RTL languages. I wonder whether the order of the steps of your file creation might be part of the issue? Just maybe put num...

Go to advanced search