[Solved] 3.0.1 to SVN migration issue

AshMcConnell

12-08-2010 14:57:34

Hi Folks,

I updated the the SVN trunk yesterday and I came across a few problems.

If I don't specify a font for Edit or Combo Widgets it doesn't pick up the default font and doesn't display any text at all. If I specify the font manually it works, but in the case of the combo, the text is at the top left hand corner, where it was centred in the last release.

All the best,
Ash

Altren

12-08-2010 18:43:30

Does demos and tools works fine? If yes, then you should check your resources.

AshMcConnell

12-08-2010 18:50:46

Yeah they do work, but my resources haven't changed since 3.0.1 . Can you think of any changes since 3.0.1 that would produce such a problem?

Thanks!
Ash

AshMcConnell

18-08-2010 12:57:39

Hi Folks,

Found the problem, in my "Edit" skin and a few others I had the following

<Child type="Widget" skin="EditClient" offset = "2 1 23 22" align = "Stretch" name = "Client"/>

This has been changed in the latest SVN to use StaticText instead of Widget, like so: -

<Child type="StaticText" skin="EditClient" offset = "2 1 23 22" align = "Stretch" name = "Client"/>

Hopefully this will help someone else having troubles migrating from 3.0.1 and trying to keep their skin files.

All the best,
Ash