On Nov 15, 2005, at 11:13 AM, Mario Lacunza wrote:
You have a date for release the Designer??
We should be releasing the 0.3 version of the Designer some time
next week. I still have a few things to iron out before the latest
additions (especially the QuickLayout Wizard, which lets you add a
series of fields from a database in one easy step) are ready for
people to work with. We plan on adding more, since at this point the
Designer only supports layout, but not code for events and methods.
Your example its great, only one question: grid position and size???
Its something like this?:
grid.size(x,y)
grid.position(x,y)
Position and Size are properties of all Dabo controls, so you
set them like any other properties:
grid.Position = (50, 80)
grid.Size = (500, 200)
But there is no need to use these properties, which require
tuples in a distinct order, since you can also address the components
independently:
grid.Left = 50
grid.Top = 80
grid.Width = 500
grid.Height = 200
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users