[Java-gnome-developer] Window resizing problem
Brought to you by:
afcowie
From: Khiraly <khi...@gm...> - 2005-05-02 20:30:26
|
Hi! I can resize the window VERTICALLY without any problem (so raising and reducing work too) There are problem when I want to resize HORIZONTALLY: I can raise the size of my window without any problem. BUT if I reduce the window size its simply not work (the debug window is not showing (View -> Debug window), OR its extremely SLOW (the debug window are showing)). The example application (eclipse workspace tar.gz-ed up), its available at(61kB): http://khiraly.4242.hu/tmp/puliProjekt-maj1.tar.gz (It require in eclipse glade.jar and gtk.jar, and argument config.xml in the Run menu. The main class is org.epointsystem.puli.gui.Puli.java) My theory: I think this resizing problem come from the wrapping mode (n TextView widget). So if the wrapping mode is set to CHARACTER (ther are: none, character, word), the problem is exist. Can somebody verify this bug? Best regards, Khiraly |