Page 1 of 1

RC1 and the editor

Posted: Sat Jul 22, 2006 11:49
by Domipheus
Hey, having problems with the editor.

I ported my code over to 0.5RC1, and as a result I had to redo all my file paths to include the near-fully qualified name. I.e.

Code: Select all

<LookNFeel Filename="Vanilla.looknfeel" />


had to become

Code: Select all

<LookNFeel Filename="gui/looknfeel/Vanilla.looknfeel" />


for anything to work. However, this has now utterly broken the new editor.

Any ideas of how to fix?

Cheers

Posted: Sat Jul 22, 2006 18:33
by Domipheus
Fixed - didnt know you now had to set up a resource object :)