Dynamically Creating Buttons

2013-05-28 Thread Graham Pearson
I have been searching this mailing list and the forums at runrev for an answer before I post. Without having any objects on a card, does anyone have notes on how to create a button and position it to the coordinates of 5,5 In my application, I am to the point now to taking each record from a

Re: Dynamically Creating Buttons

2013-05-28 Thread Peter Haworth
Hi Graham, Your best friend may be the templateButton. You can set the properties of it before issuing the create button command so it looks exactly what you want. To set the position you want, I'd use the topLeft property and the name or label property for the text to appear in the button.

Re: Dynamically Creating Buttons

2013-05-28 Thread Chris Sheffield
See the create command in the dictionary. Then just position using the location property or left, right, top, bottom properties as needed. You might be better off populating a field or data grid, however, depending on your requirements. Chris -- Chris Sheffield Read Naturally, Inc.

Re: Dynamically Creating Buttons

2013-05-28 Thread Robert Brenstein
On 28.05.2013 at 13:35 Uhr -0400 Graham Pearson apparently wrote: Without having any objects on a card, does anyone have notes on how to create a button and position it to the coordinates of 5,5 In my application, I am to the point now to taking each record from a database and creating a button