Quoting Philippe Ney <[EMAIL PROTECTED]>: > Hi Micah, hi all, > > a) > FlatButton automagically inherite form properties of Button, then if in > a theme > file I define a 'button.on' object, this will also act on my > FlatButton. > Is there a way to avoid this behaviour?
The flatbutton has its own flatbutton.on object where you can define behavior specific to the flatbutton. > > b) > when 2 applications are running, say for example a toolbar and a normal > app, > everyone as its proper area. If I popup a window from the normal app and > even if > I give it the size (x_resolution,y_resolution) it wouldn't take the full > screen > (let the toolbar visible) > Is this right? > Is there a possibility for the popup to use the full screen? This is probably due to the non-toolbar hack. If a popup window has a widget that accepts text input (like the field widget) it will not be allowed to overlap toolbars, and the toolbars will still function. > > > TIA, > -philippe > > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel > -- Only you can prevent creeping featurism! _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
