Comments on 0.96

Updates on the progress of this project
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Wed Dec 13, 2023 5:46 pm Not entirely sure if I understand the point of this, as xTALK [err: the people "over there"] keeps mixing up 'coding' and 'scripting'.
Yes, it was to try and get away from mixed terms. We have the script editor, "edit script of...", etc mentioned everywhere. It did not say "edit code of button" and there was no 'Code Editor' window, it was always script editor - so I'm just trying to not give mixed definitions and keep it to "script / scripting" everywhere.
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Wed Dec 13, 2023 5:54 pm Lovely, but I'm like Oliver Twist - wanting more: can we have a short cut for #1 Object Inspector?
We certainly can. What would you like the shortcut to be?
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Wed Dec 13, 2023 5:51 pm
The dictionary now looks slightly worse than it did, but I'll revamp this in future. It's just to create a version that's a stack rather than a web object/widget (whatever).
Don't run yourself down: it does look different, and, a bit like what Parmenides said, it does look like its in a state of becoming
It looks a bit ugly when compared to the previous dictionary, but it insists on making those vertical blue and white stripes. The script for this is in a group, and if I commented it out, it seemed to find a way of generating it back.

If I was a bit more heavy-handed with the existing code, I could force remove it, but then I broke the tiny dictionary!
I'd also like to move the search field to the top of the screen, get rid of some of the needless buttons in the middle, and make it a bit more evenly spaced out so that controls are not as cramped.

I thought it would also be nice to have a recent search history on the side, as I know there's been times I've looked up something, only to come back a few hours later looking for it again if I got interrupted.
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

What would you like the shortcut to be?
Cripes: I don't know: everything that springs to mind seems to have been already used somewhere else. :(
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

How about ctrl shift I - Would that be okay?
menu.png
menu.png (28.15 KiB) Viewed 879 times
menu-mac.png
menu-mac.png (61.39 KiB) Viewed 866 times
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

Yes, BUT (the inevitable 'but'): remember that on MacOS it will be the COMMAND key rather than the CTRL key, unless, like me, you have switched them round.
-
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

So: here I am "at work" (dirty trick of the week: give your pupils an end-of-term exam so you can fool around with OXT) in front of my MacOS 14 Sonoma box, and:

Wow: opened on MacOS 14 Sonoma: no fiddles, no diddles, lovely.
https://richmondmathewson.owlstown.net/
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

reportBuilder - suggestion by TerryL to increase the preview window scaling. (tperry: I've added a slider so it can be adjusted 11-12-23)
Using the slider does 2 things:

1. increases the font size inwith the reportBuilder: very good indeed.

2. increases the window size of the reportBuilder: a real pain in the bum as it fills up the screen to such an extent that you cannot see things you may need to see to write your report.
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Thu Dec 14, 2023 9:32 am
reportBuilder - suggestion by TerryL to increase the preview window scaling. (tperry: I've added a slider so it can be adjusted 11-12-23)
Using the slider does 2 things:

1. increases the font size inwith the reportBuilder: very good indeed.

2. increases the window size of the reportBuilder: a real pain in the bum as it fills up the screen to such an extent that you cannot see things you may need to see to write your report.
That is a pain if you are on a small screen. I'll do some testing now with a lower resolution...

edit:
This is on a 1024 x 768 resolution screen. Seems to fit and be legible in my opinion.
report-builder-1024x768.png
report-builder-1024x768.png (251.56 KiB) Viewed 867 times
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

I think the best thing is to make the textSize and the stackSize 2 independent things:

1. Let the slider increase the textSize ONLY.

2. Let the stack be resizable.
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Thu Dec 14, 2023 11:43 am I think the best thing is to make the textSize and the stackSize 2 independent things:
1. Let the slider increase the textSize ONLY.
That would be an idea - the issue is how the report builder has been constructed. Perhaps as a shortcut, the original report builder just has it's view scale of the entire wd set to 0.6, so they just increase the view scale of the entire wd to get around the scaling issue.

I did think it would be possible just to change the font size with the options on the left. (Is that not what the font size option here is supposed to do anyway?) but this only seems to change certain elements of it. As you can see, didn't change the line "* Tab-Delimited Data", only seems to change the mTitle and Date lines.

This is because it's got formatting already pasted in.

Is there any issue with making that initial content of the report stack 'plain text', so that it then respects the formatting of whatever options are chosen on the 'Report Builder' window?

1024x768-resized-wd.png
1024x768-resized-wd.png (182.29 KiB) Viewed 859 times
richmond62 wrote: Thu Dec 14, 2023 11:43 am 2. Let the stack be resizable.
This has me a bit puzzled (easily done)
Is it not resizeable? It resizes here fine (see screenshot above where I've resized it) - testing on a really old, low-end 10.9 iMac.
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

It resizes here fine
I expect it does, but as fruity old Donald Norman says, "Where are the affordances?" Meaning that there ain't no visual cues to peasants like me to indicate that the stack is aksherlly resizable.
-
619ncDeLijL._AC_UY218_.jpg
619ncDeLijL._AC_UY218_.jpg (7.29 KiB) Viewed 847 times
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Thu Dec 14, 2023 12:46 pm ..there ain't no visual cues to peasants like me to indicate that the stack is resizable.
Hmmm, how about something like this?
A small visual change, but do you think this works?

resizeable-control.png
resizeable-control.png (223.4 KiB) Viewed 840 times
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

Silly as it may seem; that makes all the difference. 8-)
-
SShot 2023-12-14 at 16.27.39.png
SShot 2023-12-14 at 16.27.39.png (3.75 KiB) Viewed 824 times
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

Good, being the Linux zealot that I am, this also is now displayed properly if your system is in dark mode too:
(can't do much about the text labels on the scroll bars - they are incorrectly themed from the engine). :evil:

Screenshot at 2023-12-14 17-33-04.png
Screenshot at 2023-12-14 17-33-04.png (92.72 KiB) Viewed 819 times
User avatar
richmond62
Posts: 2765
Joined: Sun Sep 12, 2021 11:03 am
Location: Bulgaria
Contact:

Re: Comments on 0.96

Post by richmond62 »

I wonder if anyone, ever has actually used that report stack?

Why not just use your word-processor of choice?

I notice that while our friends in Scotland have fixated on American spelling that didn't stop them from spelling 'Veggie' wrongly. 8-)
https://richmondmathewson.owlstown.net/
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

richmond62 wrote: Thu Dec 14, 2023 8:06 pm I wonder if anyone, ever has actually used that report stack?
This will no doubt make you laugh, having done work on that stack today, but what's it actually for?
No doubt it's mentioned in the 'all guides' somewhere, but I've not got to that point yet.
richmond62 wrote: Thu Dec 14, 2023 8:06 pm I notice that while our friends in Scotland have fixated on American spelling that didn't stop them from spelling 'Veggie' wrongly. 8-)
I think that just needs changing to 'Veg'. (edit: done)
Report Builder.livecode
(30.51 KiB) Downloaded 44 times
Also, as I mention above - seems to have text formatting pasted into the result field already. Not sure if that's intentional or not. Either way, it stops whatever text formatting you choose on the left from actually working.

There's lots of Americanisms throughout - and that's fine, but I never really understood it. As this was developed in Edinburgh, unless they had American developers, why use American spelling. (Colour instead of Colour), or perhaps this was purely done for compatibility with Hypercard American spelling & continuity between Supercard.

Does not explain why they always used US dollars either when calculating pricing. That's always been a mystery to me too.

Oh, and just worth mentioning, before someone gets the wrong end of the stick and accuses me of being a racist, anti-american or anything... This is a genuine question: I have no problem with these Americanisms, but I would love to know the reasoning behind it when LC aren't an American company.

Either way, I would have thought that these things should not be fixed in stone. The xtalk language should support localisation, so should change color to colour if your system language is set to English UK.
TerryL
Posts: 66
Joined: Sat Oct 16, 2021 5:05 pm
Contact:

Re: Comments on 0.96

Post by TerryL »

Lovely, but I'm like Oliver Twist - wanting more: can we have a short cut for #1 Object Inspector?
I thought object inspector shortcut was select object/returnKey or double click.
User avatar
tperry2x
Posts: 1531
Joined: Tue Dec 21, 2021 9:10 pm
Location: Britain (Previously known as Great Britain)
Contact:

Re: Comments on 0.96

Post by tperry2x »

It is indeed. I knew about the double-click method, but never tried the returnkey method.
I've added that shortcut anyway. Would have liked to have used cmd-i (mac) ctrl-i (anything else), but this is already taken for italicise when editing text in a field.
User avatar
OpenXTalkPaul
Posts: 1574
Joined: Sat Sep 11, 2021 4:19 pm
Contact:

Re: Comments on 0.96

Post by OpenXTalkPaul »

tperry2x wrote: Fri Dec 15, 2023 9:59 pm It is indeed. I knew about the double-click method, but never tried the returnkey method.
I've added that shortcut anyway. Would have liked to have used cmd-i (mac) ctrl-i (anything else), but this is already taken for italicise when editing text in a field.
I've also changed some of the key combinations in the IDE to make text editing a little bit more like Page Layout Programs (QuarkXPress/Adobe InDesign) (just an FYI)
Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests