Re: Learning from across the way #10
Forum rules
Be kind.
Be kind.
- richmond62
- Posts: 4594
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: Learning from across the way #10
Just looked at this:
https://livecode.com/3-great-new-livecode-releases/
Quite apart from feeling that 'great' is not half of what it is cracked up to be, there are 1 or 2 points which might serve us well to think about:
#1 Exporting images to the gif format now works correctly on 64-bit windows
#2 A stack’s visible area will now update correctly when switching between cards when there is a menubar on the stack on macOS
#3 The click command now supports simulating double-clicks
All of those would be super if they could be implemented in OXT.
This strikes me as both funny and odd:
#4 A prototype implementation of the ‘script widgets’ feature has been included (my highlighting)
as LC 10 is supposedly 'the end of the line' why would you insert a prototype something in there, as, presumably, that is as far as the thing will get?
https://livecode.com/3-great-new-livecode-releases/
Quite apart from feeling that 'great' is not half of what it is cracked up to be, there are 1 or 2 points which might serve us well to think about:
#1 Exporting images to the gif format now works correctly on 64-bit windows
#2 A stack’s visible area will now update correctly when switching between cards when there is a menubar on the stack on macOS
#3 The click command now supports simulating double-clicks
All of those would be super if they could be implemented in OXT.
This strikes me as both funny and odd:
#4 A prototype implementation of the ‘script widgets’ feature has been included (my highlighting)
as LC 10 is supposedly 'the end of the line' why would you insert a prototype something in there, as, presumably, that is as far as the thing will get?
https://richmondmathewson.owlstown.net/
- tperry2x
- Posts: 3049
- Joined: Tue Dec 21, 2021 9:10 pm
- Location: Somewhere in deepest darkest Norfolk, England
- Contact:
Re: Learning from across the way #10
Well, none of this is either here-nor-there as far as we are concerned.
I mean, it's a different 'product' now and using a completely web-orientated codebase in create, and as LC10 isn't open source - not much we can learn.
No more than we can really learn from any other product and implement here.
Unless you mean, take inspiration from - but then we have lots of things added that haven't been added 'over there', you just have to look at our release notes and bug fixes.
Having said all that, the double click thing has me thinking 'huh'?
The mousedoubledown message already exists.
Or do they mean: "click at 50,50" - can you now send doubleclick at 50,50?
I mean, it's a different 'product' now and using a completely web-orientated codebase in create, and as LC10 isn't open source - not much we can learn.
No more than we can really learn from any other product and implement here.
Unless you mean, take inspiration from - but then we have lots of things added that haven't been added 'over there', you just have to look at our release notes and bug fixes.
Having said all that, the double click thing has me thinking 'huh'?
The mousedoubledown message already exists.
Or do they mean: "click at 50,50" - can you now send doubleclick at 50,50?
They might be using LC10 as a test bed, even for user reaction, before they implement it in their new 'create' product.as LC 10 is supposedly 'the end of the line' why would you insert a prototype something in there, as, presumably, that is as far as the thing will get?
- richmond62
- Posts: 4594
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: Learning from across the way #10
And exporting a GIF image from the Windows 64-bit version?
https://richmondmathewson.owlstown.net/
- richmond62
- Posts: 4594
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: Learning from across the way #10
I don't know whether a double-click means:
1. A mouseDown and then a MouseUp.
2. A "clicketty-click" where the user does Down-Up-Down-Up.
As I can put this in a button:
And on clicking the mouse twice in quick succession an 'X' ends up where it should.
I can, presumably do this elsewhere:
1. A mouseDown and then a MouseUp.
2. A "clicketty-click" where the user does Down-Up-Down-Up.
As I can put this in a button:
Code: Select all
on mouseDoubleDown
put "X" into fld "ff"
wait 2 secs
put empty into fld "ff"
end mouseDoubleDown
I can, presumably do this elsewhere:
Code: Select all
send "mouseDoubleDown" to btn "B1"
https://richmondmathewson.owlstown.net/
- tperry2x
- Posts: 3049
- Joined: Tue Dec 21, 2021 9:10 pm
- Location: Somewhere in deepest darkest Norfolk, England
- Contact:
Re: Learning from across the way #10
I don't know about Windows, but I already do that on Linux here.richmond62 wrote: ↑Sun Nov 03, 2024 7:54 pm And exporting a GIF image from the Windows 64-bit version?
There's probably a windows equivalent command somewhere, I'm sure.
- richmond62
- Posts: 4594
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: Learning from across the way #10
Yeah, well:
has ALWAYS worked for me on Linux, Mac, and Windows XP: so I assume that was screwing up on Windows 64-bit.
Code: Select all
export snapshot from image "MyDaftPicture" to file "MDP.gif" as GIF
https://richmondmathewson.owlstown.net/
- tperry2x
- Posts: 3049
- Joined: Tue Dec 21, 2021 9:10 pm
- Location: Somewhere in deepest darkest Norfolk, England
- Contact:
Re: Learning from across the way #10
That only exports a single still frame though of a snapshot, not all the frames.richmond62 wrote: ↑Sun Nov 03, 2024 8:07 pm Yeah, well:
has ALWAYS worked for me on Linux, Mac, and Windows XP: so I assume that was screwing up on Windows 64-bit.Code: Select all
export snapshot from image "MyDaftPicture" to file "MDP.gif" as GIF
They probably mean:
Code: Select all
export image "MDP" to file "MDP.gif" as GIF
- richmond62
- Posts: 4594
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: Learning from across the way #10
Well, I for one am not going to see that as a fantastic advantage.
https://richmondmathewson.owlstown.net/
Who is online
Users browsing this forum: No registered users and 1 guest