Page 1 of 1

Here's a tool I'm working on and using

Posted: Tue Jan 09, 2024 6:54 pm
by OpenXTalkPaul
Here's a tool I'm working on and using to help with editing IDE UI Stacks. Like everything its a work in progress.
ControlListerr.oxtstack
(162.15 KiB) Downloaded 85 times
You pick a stack fro the popup menu, then you can scroll through a list of objects on the currentCard of that stack, which is selecting each object in that stack as you go, it can edit the script of the selected stack, lets you copy controls and groups from IDE stacks like revTools, revMenuBar, revStandaloneSettings, etc. I have a few ideas of what I can add to make it more useful.

There's a script in this (most of my Palette stacks) so that if you hold down the option/alt key when opening the palette stack it opens as topLevel for editing the stack,

Re: Here's a tool I'm working on and using

Posted: Tue Jan 09, 2024 7:26 pm
by richmond62
Curses: and there I was going to devote 100% of my time tomorrow to sorting out my new computer bench in my school, sweating, cursing, getting covered in dust, hitting my thumb with the hammer, mumbling to myself "I didn't get this tired when I was 45.", and general having a groovy time.

Now I am condemned to sitting on a comfortable chair in front of a computer testing out your clever stack . . . You are awful. 8-)
-
NaRzvrmP.jpg
NaRzvrmP.jpg (44.74 KiB) Viewed 1823 times

Re: Here's a tool I'm working on and using

Posted: Tue Jan 09, 2024 10:50 pm
by OpenXTalkPaul
richmond62 wrote: Tue Jan 09, 2024 7:26 pm Now I am condemned to sitting on a comfortable chair in front of a computer testing out your clever stack . . . You are awful. 8-)
-
NaRzvrmP.jpg
I'm sure you'll let me know how that goes. Thanks for testing.
You can use regular edit menu to copy the object that are selected, even invisible objects. I recently realized that you can even select a stack, and copy the data of the stack (binary or script-only) all via script. I was investigating if I could convert a selected stack into a binary data in memory, and you can but only on the desktop IDE engines.

Anyway, this resource extractor / browser stack needs to have 'Navgator' too, at least right/left arrows to change currentCard of the selected stack and show the card's name (if it has one).

Re: Here's a tool I'm working on and using

Posted: Wed Jan 10, 2024 6:21 am
by richmond62
All a bit aukward:

1. Why, when I click on anything on your stack does the standalone settings stack launch, obscuring your stack?

Re: Here's a tool I'm working on and using

Posted: Wed Jan 10, 2024 6:56 am
by richmond62
1. Coloured the card pale blue . . . sorry, eyes going funny with all that white everywhere.

2. Navigation buttons for navigating a topStack.
-
SShot 2024-01-10 at 8.51.05.png
SShot 2024-01-10 at 8.51.05.png (177.74 KiB) Viewed 1803 times

Re: Here's a tool I'm working on and using

Posted: Thu Jan 11, 2024 3:07 am
by OpenXTalkPaul
richmond62 wrote: Wed Jan 10, 2024 6:21 am All a bit aukward:

1. Why, when I click on anything on your stack does the standalone settings stack launch, obscuring your stack?
Because that was the selected stack I was editing when I save the stack last, so it is reselecting that stack whenever the stack resumes, use the pop-up menu to select a different stack to edit, use up / down arrows to scroll through the list of objects as it selects each.