View Single Post
  #7 (permalink)  
Old 08-22-2007, 11:13 AM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 2,050
Last Blog:
wxWidgets is NOT code ...
Rep Power: 24
WingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the roughWingedPanther is a jewel in the rough
Default

I'll add my interpretation:
You have a button you press to open a "pop up"
When you press it, it creates a pop-up window with a message, which you close.
When you press it again, it creates 2 pop-ups
when you press it again, it creates 3 pop-ups
etc.

It's supposed to create 1 pop-up each time.

My thought is that each button press creates, but does not destroy a popup. As a result, when you "show" a popup the second time, it shows BOTH existing popups.

I don't know Java well enough to know if this is what's actually happening, but that's my theory.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Reply With Quote