GDL using the call function
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-07 12:15 AM
‎2009-08-07
12:15 AM
5 REPLIES 5
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-07 12:05 PM
‎2009-08-07
12:05 PM
Hi Hhd801, (!?)
Maybe if you post the objects here someone can give it a look.
Maybe if you post the objects here someone can give it a look.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-07 06:41 PM
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-08 02:01 PM
‎2009-08-08
02:01 PM
Hi Chip,
I gave a look at the objects and I have to confess its a little hard to localize the problem... Missing calls warnings and other things...
Can you create a couple of simple objects replicating the issue you are experiencing?... It would help us help you.
I gave a look at the objects and I have to confess its a little hard to localize the problem... Missing calls warnings and other things...

Can you create a couple of simple objects replicating the issue you are experiencing?... It would help us help you.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-12 05:30 PM
‎2009-08-12
05:30 PM
Script_problem.gsm is the main object. the other objects are the the ones being called. The best guess I can establish is I need a way to request or call etc.. without it drawing the object maybe located in the master script to establish the default height of the object so when the gosub is active it has the height before the call is being made. Its like I am putting the carriage before the horse and the script needs to be refreshed in order to have the values established. Let me know if this helps?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-08-13 05:08 PM
‎2009-08-13
05:08 PM
Chip,
Take a look at GDL Reference Manual page 222...
I think "RETURNED_PARAMETERS" from a "CALL" placed in the master script (as you suggested) can do the job.
Hope that helps.
Take a look at GDL Reference Manual page 222...
I think "RETURNED_PARAMETERS" from a "CALL" placed in the master script (as you suggested) can do the job.
Hope that helps.