GDL + Schedule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 09:30 AM
My question is can I (and how) create a parameter that provides the total amount of seats so that I can list it on a Schedule?
I can create the parameter "internally" in the GDL but I can't find how to make it visible for Schedules.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:17 AM
If I add a parameter there then it's not automatically updated when I change the size of the object. (and the schedule shows only it's default value)
If I create a parameter in the master, or parameter window of my GDL then this parameter is not visible in the schedule....
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:22 AM
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:25 AM
Fotis wrote:It can't be a value calculated only within the object script.
I can create the parameter "internally" in the GDL but I can't find how to make it visible for Schedules.
Thanks
You must save that value as a parameter in the parameter list of the object, then you can add it to the schedule.
Barry.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:30 AM
total_number = seats_per_row * rows
PARAMETERS total_number=total_number
total_number has to be a parameter in parameter list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:35 AM
I was just missing the last part with the master script option!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:41 AM
Although in each object parameters I can see correctly the total number, in my schedule I get only the value of the "start" object before modification (one value for all objects!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 10:56 AM
Like if an Update command is missing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2013-04-23 11:32 AM
The update is made ONLY, when you are in settings dialog (+"OK") or you are dragging and moving and moveable hotspot.
AFAIR is resizing object by its surrounding box not enough to update parameters by the PARAMETERS satement in script.