Search found 161 matches

by MSandro
May 20th, '18, 16:02
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

I am working on it.
by MSandro
May 20th, '18, 15:57
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

I qm not sure exactly, but you should set default values if some value is missing
by MSandro
May 20th, '18, 15:46
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

yes, it is available under the category network, but only in developer mode
Bildschirmfoto vom 2018-05-20 17-50-56.png
by MSandro
May 20th, '18, 15:39
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

For my settings I proceed as follows:
> in the startup.gp class I call a methode "applySettings"
> The method reads my "settings.json"
> seperate the values using "jsonParse"
> finaly it saves those values into global variables
by MSandro
May 20th, '18, 15:27
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

Yes I think this would be grate. I've already thought to add styling functionalities to my settings menu. I would suggest you to use json files because GP already has a json en/decoder.
by MSandro
May 20th, '18, 14:55
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

In the ProjectEditor you should find a "drawTopBar" method. If I remember correctly you should be able to set the background color there.
by MSandro
May 20th, '18, 14:45
Forum: Extending GP
Topic: Is it allowed to submit a modified version of GP in this forum?
Replies: 8
Views: 18909

Re: Is it allowed to submit a modified version of GP in this forum?

Maybe.

I think there should be a licence.txt in the runtime folder. I'll take a look on it later.
by MSandro
May 20th, '18, 08:18
Forum: Extending GP
Topic: Is it allowed to submit a modified version of GP in this forum?
Replies: 8
Views: 18909

Re: Is it allowed to submit a modified version of GP in this forum?

Nice

Currently I only help around where I can. I am only moderator on this forum but not a official developer. I would like to be.
by MSandro
May 20th, '18, 08:13
Forum: Requests
Topic: A New Design for the Top Bar?
Replies: 20
Views: 143233

Re: A New Design for the Top Bar?

"organize things in categories", maybe you could use menus Bildschirmfoto vom 2018-05-20 10-11-51.png Code ProjectEdtor: method openSettings ProjectEditor { menu = (menu 'GP Settings' (global 'page')) addItem menu 'stage ratio' 'confStageRatio' addItem menu 'stage resolution' addItem menu 'keyboard ...
by MSandro
May 18th, '18, 15:52
Forum: Extending GP
Topic: Is it allowed to submit a modified version of GP in this forum?
Replies: 8
Views: 18909

Is it allowed to submit a modified version of GP in this forum?

Hi, I am working on several improvements on GP. So I thought about publishing my own version (the lib folder) on this forum soon.
Is it allowed to do that?