|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
applet helpHello Group,
I have written my first kde application - a kicker applet. I must admit, I've had a lot of fun writing this little program for my lab that reminds people when it's time to do their backups. However, there is one problem left that I need to resolve. When I install my application into the kicker, and I open my "configure" panel for my applet, the entire kicker panel locks up (blocks) until I close my configuration window eg. I cannot use any of the kde menus, switch workspaces, or open applications from the panel. I have installed some other third-party kicker applets, and they do the same thing for me. I am using kde 3.4, but I believe that kde 3.3 also has the same problem. Are there any applet programmers out there that can help me? Thanks! Leigh Willard leigh@... _______________________________________________ kde-women mailing list kde-women@... https://mail.kde.org/mailman/listinfo/kde-women |
|
|
Re: applet helpHi Leigh,
On Wednesday 16 November 2005 19:49, Leigh Willard wrote: > Hello Group, > > I have written my first kde application - a kicker applet. I must admit, > I've had a lot of fun writing this little program for my lab that reminds > people when it's time to do their backups. However, there is one problem > left that I need to resolve. When I install my application into the > kicker, and I open my "configure" panel for my applet, the entire kicker > panel locks up (blocks) until I close my configuration window eg. I cannot > use any of the kde menus, switch workspaces, or open applications from the > panel. I have installed some other third-party kicker applets, and they do > the same thing for me. I am using kde 3.4, but I believe that kde 3.3 > also has the same problem. Are there any applet programmers out there that > can help me? This is strange, as the kicker applets I have running here don't show that behaviour. For your own app you should check wether your dialog is modal. there is a parameter in the contstructor switching between modal and non-modal. Hope that helps! Otherwise I suggest to ask on kde-devel@.... Greetings, eva > > Thanks! > Leigh Willard > leigh@... > _______________________________________________ > kde-women mailing list > kde-women@... > https://mail.kde.org/mailman/listinfo/kde-women -- Eva Brucherseifer General Manager basysKom GmbH Robert-Bosch-Str. 7 | 64293 Darmstadt | Germany Tel: +49 6151 3969-961 | Fax: -736 | Mobile: +49 170 5533642 eva.brucherseifer@... | www.basyskom.de _______________________________________________ kde-women mailing list kde-women@... https://mail.kde.org/mailman/listinfo/kde-women |
|
|
Re: applet helpHi Eva,
Okay I just checked and modal is definitely set to false. But what I did was take the code of another application, then re-wrote it with my own code. So if there was something wrong in the original code, I have no doubt copied it. I am going to start work on my second panel applet today, and this time I am going to start from code that works properly when I click on "configure". However, I had a hard time finding an example application that doesn't block me when I click on "configure". Have you installed any third-party kicker applets? Thanks for your reply! Leigh Willard Eva Brucherseifer wrote: > Hi Leigh, > > On Wednesday 16 November 2005 19:49, Leigh Willard wrote: > >>Hello Group, >> >>I have written my first kde application - a kicker applet. I must admit, >>I've had a lot of fun writing this little program for my lab that reminds >>people when it's time to do their backups. However, there is one problem >>left that I need to resolve. When I install my application into the >>kicker, and I open my "configure" panel for my applet, the entire kicker >>panel locks up (blocks) until I close my configuration window eg. I cannot >>use any of the kde menus, switch workspaces, or open applications from the >>panel. I have installed some other third-party kicker applets, and they do >>the same thing for me. I am using kde 3.4, but I believe that kde 3.3 >>also has the same problem. Are there any applet programmers out there that >>can help me? > > > This is strange, as the kicker applets I have running here don't show that > behaviour. > > For your own app you should check wether your dialog is modal. there is a > parameter in the contstructor switching between modal and non-modal. > > Hope that helps! Otherwise I suggest to ask on kde-devel@.... > > Greetings, > eva > > > > >>Thanks! >>Leigh Willard >>leigh@... >>_______________________________________________ >>kde-women mailing list >>kde-women@... >>https://mail.kde.org/mailman/listinfo/kde-women > > kde-women mailing list kde-women@... https://mail.kde.org/mailman/listinfo/kde-women |
| Free embeddable forum powered by Nabble | Forum Help |