[Csnd] QuteCsound 0.4.5
Date | 2009-12-14 07:24 |
From | Rene Djack |
Subject | [Csnd] QuteCsound 0.4.5 |
Attachments | Test_QuteCsound.csd |
Send previously to Qutecsound-user list but the message don't display clearly... Hi List, The problem of "widget disappearing" come back on last release 0.4.5. On windows Vista, i install with the exe (no compilation) and i have the same problem with and without the scrollbars activated in configuration. On Ubuntu, i try with and without the line 129: setScrolBarsActive(true) in widgetpanel.cpp, but no change. I can't find any logic, sometime i can click a few times without problem, but when the problem arrives it stays until i close qutecsound. In Test_QuteCsound.csd i have selected the unstable widgets: Widget Panel with "Enable Background" enabled Scroll number with Background and Border Label with Background and Border Display with Background and Border Graph Scope Controller The other widgets are stable (may be because they don't have background and border) Hope this help. Cheers, René List message Djack Oct 27, 2009; 12:07am: > Second, (with csound running or not) > When i open the above csd i have (on my system) a widget panel with grey > background color > and a some label windows with light blue background color. > When i click on the grey background, all the light blue label windows > disappear ! > This is happening to me as well. I'm on Ubuntu also, and this seems not to happen on other platforms. I've just worked on it, and it has improved but has not been totally corrected. Not sure how to get rid of it completely. For the moment, since you are building from svn you can fix it by removing lines 124 and 125 from widgetpanel.cpp: setScrollBarsActive(true); This will leave you without scrollbars, but the problem should be gone. If you can figure out what's wrong, let me know.... Cheers, Andrés |