Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Hourglass in long operations (project loading)

<< < (8/8)

iw2nhl:

--- Quote from: jmccay on July 29, 2006, 02:58:25 am ---  Just so you know that should be: "who is he".

--- End quote ---
Ok, thanks! I've just learned something more of this language (english). ;-)
[EDIT]
And it's that way because he is the subject, not the object. Right?
[/EDIT]

I found in another forum a problem like this:
http://wxforum.shadonet.com/viewtopic.php?p=33381#33381

--- Quote ---If the code between the Freeze & Thaw are expensive, and you for example press the mouse left click - you might ending up pressing on the application under your application.
--- End quote ---

--- Quote ---The best thing to do is to call the frame child's Freeze & thaw.
--- End quote ---
Do we need to call freeze on all the application?
Can we freeze only needed widgets (like the menu bar)?

Anyway I think that the "Start here" page should be closed _before_ any opening sequence.

thomas:

--- Quote from: iw2nhl on July 31, 2006, 03:53:14 pm ---Do we need to call freeze on all the application?
Can we freeze only needed widgets (like the menu bar)?
--- End quote ---
To what avail? The menu bar is not causing any significant overdraw.

iw2nhl:

--- Quote from: thomas on July 31, 2006, 04:41:31 pm ---
--- Quote from: iw2nhl on July 31, 2006, 03:53:14 pm ---Do we need to call freeze on all the application?
Can we freeze only needed widgets (like the menu bar)?
--- End quote ---
To what avail? The menu bar is not causing any significant overdraw.

--- End quote ---
1) menubar is _constantly_ redrawn (flickers)
2) that was only an example

Navigation

[0] Message Index

[*] Previous page

Go to full version