- [SETTINGS]
BigKeyStep=10
SmallKeyStep=1
DefaultFont=
CurrentBackground=
BackgroundVisible=0
CurrentLayout=
ViewWidth=640
ViewHeight=480
SnapMode=2
GridSize=10
GridVisible=0
ConfigsPath=C:\Development\build\svt\Media\GUI
FontsPath=C:\Development\build\svt\Media\GUI
ImagesetsPath=C:\Development\build\svt\Media\GUI
LookNFeelsPath=C:\Development\build\svt\Media\GUI
ScriptsPath=C:\Development\build\svt\Media\GUI
SchemesPath=C:\Development\build\svt\Media\GUI
SupportedProperties=Alpha,float;ClickStepSize,float;MaximumValue,float;Visible,bool;AlwaysOnTop,bool;ClippedByParent,bool;InheritsAlpha,bool;Selected,bool;ReadOnly,bool;CloseButtonEnabled,bool;DragMovingEnabled,bool;FrameEnabled,bool;SizingEnabled,bool;TitlebarEnabled,bool;MultiSelect,bool;Sort,bool;DraggingEnabled,bool;BackgroundEnabled,bool;InheritsTooltipText,bool;HoverImage,text;PushedImage,text;DisabledImage,text;NormalImage,text;Font,font;TitlebarFont,font;VerticalAlignment,vert_align;HorizontalAlignment,horz_align;VertFormatting,vert_text_format;HorzFormatting,horz_text_format;Tooltip,text;Image,text;TextColours,text;
I get an error message when I try to run the editor that says it can not find the three fonts defined in my scheme file:
- <Font Name="Tahoma-12" Filename="tahoma-12.font" />
<Font Name="Tahoma-10" Filename="tahoma-10.font" />
<Font Name="Tahoma-8" Filename="tahoma-8.font" />
- C:\Development\build\svt\Media\GUI
This single directory contains my imagesets, my fonts, my schemes, and my looknfeels. It is also the directory that my run-time application references (and everything is found just fine).
Why cant the layout editor find the appropriate resources?
Solution:
Path requires a terminating slash.
- C:\Development\build\svt\Media\GUI\