PDA

View Full Version : skin problems



ScottJ
10-18-2002, 01:55 PM
Hi,

I'm really loving the skin features

Ufortunately, I'm having a problem with a skin being applied to a custom dialog box. I modified the SdRegisterUserEx dialog so that the user has to enter a password. I changed the size of the box to make it a little more pleasing.

The problem is, the Back, Next, and Cancel buttons aren't shifting with the change. It seems the position of these buttons is hardcoded, even though I move the buttons in my editor.

Is there any way of changing the position of these buttons?

-Scott

RichAquino
10-18-2002, 04:54 PM
Hi Scott,

The position of those buttons is hardcoded in the SKIN file. If you want to move them around, you'll have to change the Control ID property. This will mean that you'll also have to change your script a little bit to appropriately handle the different control IDs.

Rich