A New Design for the Top Bar?

Request a new command, feature, or improvement

Moderator: MSandro

MSandro
Posts: 162
Joined: Jul 26th, '17, 21:12

Re: A New Design for the Top Bar?

Post by MSandro » May 21st, '18, 10:37

Thank you
if I try your first suggestion GP does not freeze, but nothing happens. The second suggestion also cause a frezze

EDIT:
Finaly I've found a solution! YAY

Code: Select all

method confStageResolution Page {
  setGlobal 'stageResolution' (prompt (global 'page') 'Stage-Resolution:' '800')
}
I only have to use prompt instead of askUser

Post Reply