PHP-GTK2 Cookbook Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Multiple windows change flickering (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Multiple windows change flickering
#1199
coubilias (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Multiple windows change flickering 1 Month, 2 Weeks ago Karma: 0  
I hope the title makes sence. When creating a multiple windows application there is a flickering (if I can call that like this) when changing from one window to another. Is there anything we can do to make it the transition from on window to another smoother like lets say in a visual basic application that uses menus as well ?

To avoid as well a second tab to be shown on the windows task bar when opening the second window just before the first window is hidden or destroyed ?

Thank you in advanced :)
 
  The administrator has disabled public write access.
#1210
kksou (Admin)
Admin
Posts: 443
graph
User Online Now Click here to see the profile of this user
Re:Multiple windows change flickering 1 Month, 2 Weeks ago Karma: 8  
Hi,

Got your PM too.

Is it possible that you trim your code to the bare minimum that will illustrate the flickering you have mentioned?

I cannot guess what might be the cause without see the actual problem.

Regards,
/kksou

p.s. Please bear in mind that gtk does not support multiple document interface (MDI)in visual basic.

I would suggest you don't try to implement MDI on PHP-GTK2. Different programming languages have different ways of doing things.

Depending on what you're trying to achieve, there are various ways to achieve different things in PHP-GTK.

For example, you might be able to use GtkNotebook. Or hide/unhide different vboxes/hboxes. Or replace entire contents in a vbox or hbox.

Be a bit more specific of what you have in mind, and people might be able to help you.
 
  The administrator has disabled public write access.
#1217
coubilias (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:Multiple windows change flickering 1 Month, 1 Week ago Karma: 0  
Yes, I do realise that gtk does not support MDI, and as you said the best way might be to hide or show entire v or h boxes.

Tha what I trie to do with no much luck (in conjuction of course - contrlled by - a menu senario).

Any ideas or a pointer to perform tht hide show of the box with a menu ?
 
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Blog - Forum - Privacy Policy - Contact Us
Copyright © 2006-2009. kksou.com. All Rights Reserved