Home »
Public Forums »
archive »
Problem with INFO definition
Problem with INFO definition [message #45177] |
Tue, 16 August 2005 08:43 |
pravesh.subramanian
Messages: 21 Registered: August 2005
|
Junior Member |
|
|
Hi,
I am a big fan of David's book and I like the way Info structure has
been used. I use the same method to handle data to be passed around.
In one of my Event handler proc, I am returned a 1-d array which I
would like to put in Info.
Since I do not know the size of this array, how is it possible to
define this 1-d array in the INFO structure in the Widget Def. Module?
currently, I do something like this...
1-d = bytarr(32000)
...
info = { $
......
1-d: 1-d $
}
I really donno what size this array could take (anything between 0 and
32000).
Is there a way to define this element in the event handler and not the
WDM? What if the size of this array is not fixed (say the 32000 factor
is not available).
Thanks,
Pravesh
|
|
|
Current Time: Thu Oct 09 20:49:07 PDT 2025
Total time taken to generate the page: 0.48306 seconds