Search found 99 matches

by Calloway
May 20th, '18, 21:15
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

I'm pretty sure the problem is that you're using 'call' In place of 'call', try using return code: to confStageResolution { answ = (return (action 'askUser' 'set the stage width:' '800')) } (Maybe take out the first set of parentheses in the code if it doesn't work) If this still fails then try conv...
by Calloway
May 20th, '18, 18:58
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

When you change the resolution of the stage I'm pretty sure it freezes GP and/or it might be because you have to be in Morphic then change the stage height/width then go into the project editor for it to work without errors, although this is just speculation and I'm not 100% positive...
by Calloway
May 20th, '18, 16:05
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

oo really? Hows it working out for you? I wish i could help more :/
by Calloway
May 20th, '18, 16:00
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

okok that sounds good,
Have you already tried implementing this or nah?
by Calloway
May 20th, '18, 15:55
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

What if an input isn't recognized, for example no input when asking for a colour or a letter when it's supposed to be a number? Would it go to 'nil', 0, some default value that is set by the applySettings.gp, error out and tell the user?
by Calloway
May 20th, '18, 15:52
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

So the run down for this would be Startup.gp->applySettings.gp->(parses JSON file for style)->(sets global variables)->openProjectEditor.gp
by Calloway
May 20th, '18, 15:45
Forum: Working with GP
Topic: What's the Interpreter/Bootstrapper Programmed in?
Replies: 7
Views: 23027

What's the Interpreter/Bootstrapper Programmed in?

What is the interpreter or bootstrapper programmed in? Is there anyways it could be sped up or is the source available anywhere?
Just curious and kinda wanna tinker with it :P
by Calloway
May 20th, '18, 15:43
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

That sounds good, and GP already has a JSON decoder/encoder doesn't it?
by Calloway
May 20th, '18, 15:35
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

I'm still trying to piece together the different parts of the lib together and figure out the code, but do you think it would be possible by setting some global variables from a file at startup time and then have those variables act as the 'color R G B' and 'gray 'Amount'' (maybe just take out gray ...
by Calloway
May 20th, '18, 15:22
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 128306

Re: A New Design for the Top Bar?

Oo thank you, wouldn't have ever found it without that.
Would you think it'd be good for GP to have an INI or TXT file for themeing or styling the editor (or the sidebars if the project's in presentation mode/exported)?