Dialog Problems ( was Re: Another 4.2 applet inovation)

2009-01-30 Thread David Baron
Referring to problems posted on my personal config dialog. Alternate dialog disappearing problems were do to sizing. I was resizing according to a QVerticalLayout height. Why the previous version did not have this problem, I do not know. Fixing the size fixed that. KDE compound-widgets such as

Re: Another 4.2 applet inovation

2009-01-30 Thread David Baron
On Friday 30 January 2009 10:35:47 Aaron J. Seigo wrote: > On Thursday 29 January 2009, David Baron wrote: > > I use formlayouts. > > irrelevant. > > > I also have my own save, > > reset, cancel buttons with icons and seem to have no options or control > > over what is given in the KConfigDialog. >

Re: Another 4.2 applet inovation

2009-01-30 Thread Aaron J. Seigo
On Thursday 29 January 2009, David Baron wrote: > I use formlayouts. irrelevant. > I also have my own save, > reset, cancel buttons with icons and seem to have no options or control > over what is given in the KConfigDialog. while i'm sure you want your dialog to be its own unique flower in th

Re: Another 4.2 applet inovation

2009-01-29 Thread Chani
On January 29, 2009 14:17:11 David Baron wrote: > On Thursday 29 January 2009 23:46:02 Chani wrote: > > On January 29, 2009 06:43:28 David Baron wrote: > > > So I used my own dialog in showConfigurationInterface and it worked > > > fine. > > > > > > I also put the KKeySequenceWidget in this dialog

Re: Another 4.2 applet inovation

2009-01-29 Thread David Baron
On Thursday 29 January 2009 23:46:02 Chani wrote: > On January 29, 2009 06:43:28 David Baron wrote: > > So I used my own dialog in showConfigurationInterface and it worked fine. > > > > I also put the KKeySequenceWidget in this dialog and can successfully set > > the globalShortcut using the funtio

Re: Another 4.2 applet inovation

2009-01-29 Thread Chani
On January 29, 2009 06:43:28 David Baron wrote: > So I used my own dialog in showConfigurationInterface and it worked fine. > > I also put the KKeySequenceWidget in this dialog and can successfully set > the globalShortcut using the funtions in the Applet class. > > One problem: The dialog will fla

Re: Another 4.2 applet inovation

2009-01-29 Thread David Baron
So I used my own dialog in showConfigurationInterface and it worked fine. I also put the KKeySequenceWidget in this dialog and can successfully set the globalShortcut using the funtions in the Applet class. One problem: The dialog will flash and die the first time, work nicely the second time,

Re: Another 4.2 applet inovation

2009-01-29 Thread Aaron J. Seigo
On Thursday 29 January 2009, David Baron wrote: > So how might I get the key-shortcut config into my config dialog (which > maybe I should tab by now with new goodies :-) ) ?? by reimplementing createCofigurationInterface. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F

Re: Another 4.2 applet inovation

2009-01-28 Thread Aaron J. Seigo
On Wednesday 28 January 2009, David Baron wrote: > In my case, I had my own configuration dialog, accessable from the GUI and > as a context menu action. So now, two appear. right, you should never offer your own configuration action. it will simply not work with reliability with the rest of plas

Re: Another 4.2 applet inovation

2009-01-28 Thread David Baron
On Wednesday 28 January 2009 23:57:45 Richard Dale wrote: > 2009/1/28 David Baron > > > Now, whether or not one setHasConfiguationInterface( true), there is > > always a configuration context menu entry. This will, if nothing else is > > created for it, have the keyboard shortcut option. Whether o

Re: Another 4.2 applet inovation

2009-01-28 Thread Aaron J. Seigo
On Wednesday 28 January 2009, Richard Dale wrote: > Yes, that's right - see the recent thread > 'Applet::flushPendingConstraintsEvents() > calls setHasConfigurationInterface(true)\ for the cause of the problem. it calls it in AppletPrivate::init now, so it's better behaved. -- Aaron J. Seigo hum

Re: Another 4.2 applet inovation

2009-01-28 Thread Richard Dale
2009/1/28 David Baron > Now, whether or not one setHasConfiguationInterface( true), there is always > a configuration context menu entry. This will, if nothing else is created > for it, have the keyboard shortcut option. Whether or not it is needed or > relevant to the applet. > > > In my case, I