Re: [dabo-users] TIF image viewing

2007-09-25 Thread Ed Leafe
On Sep 24, 2007, at 3:46 PM, bsnipes wrote: > I didn't realize that the GetImageCount() was the route you were > already > taking to limit the PictureIndex. Thanks for clearing it up and > for the > work you've already done. OK, I've gotten some help from Robin Dunn, and now the dIma

Re: [dabo-users] TIF image viewing

2007-09-25 Thread bsnipes
Ed Leafe wrote: > > OK, I've gotten some help from Robin Dunn, and now the dImage > control has a FrameCount property that works for all image types. > Having this now allows me to also limit the PictureIndex to a valid > value for all image types, too. > Thanks a bunch. This ope

[dabo-users] Python/Dabo question- current cursor position in a text field

2007-09-25 Thread lalong1
How do I get the current cursor position for a textfield? I want get the current text value to the left of the cursor so that when entering a numeric when the user presses the decimal key that is auto adjusts the value "around" the decimal point. For example, if the value is 1234.56 and the curso

Re: [dabo-users] Python/Dabo question- current cursor position in atext field

2007-09-25 Thread lalong1
Nevermind. I found it. Object.InsertionPoint is what I was looking for. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 2:19 PM To: 'Dabo Users list' Subject: [dabo-users] Python/Dabo question-

[dabo-users] ClassDesigner and sizers

2007-09-25 Thread bsnipes
I am trying to layout a form with the ClassDesigner and sizer and keep hitting the same thing that isn't clicking in my mind as to how it is supposed to be. If I open a new form in the ClassDesigner, add a Horizontal Sizer with 2 slots, add a text box to the left slot with a Proportion of 1 and a

Re: [dabo-users] ClassDesigner and sizers

2007-09-25 Thread Ed Leafe
On Sep 25, 2007, at 8:53 PM, bsnipes wrote: > I am trying to layout a form with the ClassDesigner and sizer and keep > hitting the same thing that isn't clicking in my mind as to how it is > supposed to be. If I open a new form in the ClassDesigner, add a > Horizontal > Sizer with 2 slots, add

Re: [dabo-users] ClassDesigner and sizers

2007-09-25 Thread bsnipes
Ed Leafe wrote: > > Can you post the .cdxml file for this? It seems that something isn't > being saved properly. > As an addendum it shows up fine in the ClassDesigner. It is when executed that the layout is not what I thought it should be.