JamesGlanville / GF2

0 stars 0 forks source link

GUI problem #17

Closed AndyHolt closed 11 years ago

AndyHolt commented 11 years ago

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.

ghost commented 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 .

AndyHolt commented 11 years ago

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.

JamesGlanville commented 11 years ago

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 .

AndyHolt commented 11 years ago

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?)

JamesGlanville commented 11 years ago

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 .

JamesGlanville commented 11 years ago

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 .

AndyHolt commented 11 years ago

Cool, thanks.

Going to close this now as I think problem is averted :)