Closed AndyHolt closed 11 years ago
Can you create them in the constructor and then say write the text outside of it or is it for something different?
On 30 May 2013 15:43, adh635 notifications@github.com wrote:
I'm getting a segmentation fault when I try to create gui objects outside of the constructor, I'm not sure if its possible.
Any one got any ideas? If not, we might have to find another way of doing things.
— Reply to this email directly or view it on GitHubhttps://github.com/JamesGlanville/GF2/issues/17 .
That what I'm working on just now, but its not ideal as there will then be a load of unused traces that I don't think we can hide.
is there a hide attribute that we can set on them?
On 30 May 2013 16:26, adh635 notifications@github.com wrote:
That what I'm working on just now, but its not ideal as there will then be a load of unused traces that I don't think we can hide.
— Reply to this email directly or view it on GitHubhttps://github.com/JamesGlanville/GF2/issues/17#issuecomment-18687667 .
Hide works well, thanks!
What is the largest number of monitors we can have? (Apparently this is set in the code we were given somewhere?)
it's 10 (in monitor.h)
On 30 May 2013 17:17, adh635 notifications@github.com wrote:
Hide works well, thanks!
What is the largest number of monitors we can have? (Apparently this is set in the code we were given somewhere?)
— Reply to this email directly or view it on GitHubhttps://github.com/JamesGlanville/GF2/issues/17#issuecomment-18691125 .
also max number of cycles per run is 50, set in the same place
On 30 May 2013 17:20, James Glanville james.n.glanville@gmail.com wrote:
it's 10 (in monitor.h)
On 30 May 2013 17:17, adh635 notifications@github.com wrote:
Hide works well, thanks!
What is the largest number of monitors we can have? (Apparently this is set in the code we were given somewhere?)
— Reply to this email directly or view it on GitHubhttps://github.com/JamesGlanville/GF2/issues/17#issuecomment-18691125 .
Cool, thanks.
Going to close this now as I think problem is averted :)
I'm getting a segmentation fault when I try to create gui objects outside of the constructor, I'm not sure if its possible.
Any one got any ideas? If not, we might have to find another way of doing things.