Too bad you can't write a plugin for advanced WM actions (e.g. fullscreen, resize, etc.)
On Tue, Jul 14, 2009 at 6:40 PM, Mathew Cucuzella<[email protected]> wrote: > Yes, this works for me. My specific line for my desktop widget thingy is: > > Shoes.app :title => "Lat/Lon Converter", :width => 370, :height => 160 do > ... > end > > > On Tue, Jul 14, 2009 at 4:56 PM, Timothy McDowell <[email protected]> > wrote: >> >> I thought it was >> Shoes.app :width => x, :height => y do >> etc. >> end >> >> On Tue, Jul 14, 2009 at 3:54 PM, Ehsanul Hoque <[email protected]> >> wrote: >>> >>> Sorry to be no help, but I don't think this type of functionality has >>> been baked into shoes, at least not yet. I've tried to change the size, as >>> well as title. >>> But if someone can get those working, we shoes people could surely >>> benefit. ;) >>> >>> > Subject: Changing the size of the shoes main window >>> > From: [email protected] >>> > To: [email protected] >>> > Date: Tue, 14 Jul 2009 09:35:59 -0400 >>> > >>> > Hi, >>> > >>> > How do you change the size of the shoes main window? Basically, I was >>> > trying to do: >>> > >>> > Shoes.app do >>> > b = button "Foo" >>> > style(:width => b.width, :height => b.height); >>> > end >>> > >>> > Doesn't work with raisins (0.r1134) or policeman (0.r1229) on Windows >>> > XP. >>> > >>> > Thanks, >>> > Jeff >>> >>> ________________________________ >>> Windows Live™ SkyDrive™: Get 25 GB of free online storage. Get it on your >>> BlackBerry or iPhone. >> >> >> -- >> --Brains. > > -- ~devyn
