Re: How to define fullscreen area

2012-06-06 Thread Michele
Ok, I've just realized that I mixed up "fullscreen" and "maximized" windows. So, what I really would like to obtain while developing the dash-to-dock extension is : 1. Normal windows are not placed on the area occupied by the dock; now newly created windows are almost always placed on the top left

having trouble with stylesheet.css

2012-06-06 Thread Amy C
Hi all, I'm trying to style some things in my extension via stylesheet.css but it looks like the CSS file is somehow not being added to the list of styles. For example, in my extension: let dummy = new PopupMenu.PopupMenuItem('dummy'); dummy.add_style_class_name('test'); this.menu.addMenuItem(du

Re: having trouble with stylesheet.css

2012-06-06 Thread Jasper St. Pierre
On Wed, Jun 6, 2012 at 9:36 PM, Amy C wrote: > Hi all, > > I'm trying to style some things in my extension via stylesheet.css but > it looks like the CSS file is somehow not being added to the list of > styles. > > For example, in my extension: > > let dummy = new PopupMenu.PopupMenuItem('dummy');

Re: having trouble with stylesheet.css

2012-06-06 Thread Amy C
On 7 June 2012 11:46, Jasper St. Pierre wrote: > On Wed, Jun 6, 2012 at 9:36 PM, Amy C wrote: >> When I load the extension, my popup menu item is the default >> background/text color that is used for all the other menu items, >> instead of red text and green background. >> >> If I instead do: >>

Re: having trouble with stylesheet.css

2012-06-06 Thread Jasper St. Pierre
On Wed, Jun 6, 2012 at 10:58 PM, Amy C wrote: > On 7 June 2012 11:46, Jasper St. Pierre wrote: >> On Wed, Jun 6, 2012 at 9:36 PM, Amy C wrote: >>> When I load the extension, my popup menu item is the default >>> background/text color that is used for all the other menu items, >>> instead of red