Still broken in 532 (OSX Intel)

J.


On Apr 27, 2008, at 3:49 PM, Thomas Bell wrote:

Try r532.
--Tom

On Sun, Apr 27, 2008 at 1:29 PM, Jim Hughes <[EMAIL PROTECTED]> wrote:
Using r465.

J.


On Apr 27, 2008, at 12:07 AM, Thomas Bell wrote:

I think this was fixed sometime around r465. What version are you using?
--Tom


On Sat, Apr 26, 2008 at 8:02 PM, Jim Hughes <[EMAIL PROTECTED]> wrote: I'm seeing text and controls overlap in OSX. The only cure I see is introducing many more boxes, each with big margins, cluttering up my pretty code. This how it seems to be fixed in the form sample. Is there another cure? A planned fix? Here's some simple code to demo:

Shoes.app do
 stack do
   stack :margin => 40 do
     # uncomment to fix overlappage
     #stack :margin => 10 do
       para "Port:"
       @address = edit_line
     #end
     #stack :margin => 10 do
       button "Start"
     #end
   end
 end
end

J.




Reply via email to