Page 1 of 1

INI questions

Posted: Sun Jun 22, 2008 21:18
by phantom5869
I just downloaded the binary for CELayoutEditor 0.6 (windows installer).
I edited the ini to point to where my local copy of CEGUI is.
However, once I open the cele exe the program tells me:
17:16:04: Can not enumerate files in directory 'C:\Program Files\Ogre\CEGUI-SDK-0.6.0-vc9\Samples\datafiles/fonts/' (error 3: the system cannot find the path specified.)
17:16:04: Can not enumerate files in directory 'C:\Program Files\Ogre\CEGUI-SDK-0.6.0-vc9\Samples\datafiles/schemes/' (error 3: the system cannot find the path specified.)

I have no C:\Program Files\Ogre, so I am at a loss as to what is going on here.

Posted: Mon Jun 23, 2008 07:05
by scriptkid
Hi and welcome,

if you don't have a Program Files/Ogre, then you shouldn't set that folder in the INI file. Do you mean that you for example set "d:\myProjects\Cegui\Samples\Datafiles", but that you get the error mentioned? Maybe you can show the content of your INI file?

Posted: Mon Jun 23, 2008 23:15
by phantom5869
here is my ini:
[SETTINGS]
BigKeyStep=10
SmallKeyStep=1
DefaultFont=0
CurrentBackground=0
BackgroundVisible=0
CurrentLayout=
ViewWidth=640
ViewHeight=480
SnapMode=2
GridSize=10
GridVisible=0
ConfigsPath=C:\Users\Josh\Desktop\CEGUI\CEGUI\datafiles/configs/
FontsPath=C:\Users\Josh\Desktop\CEGUI\CEGUI\datafiles/fonts/
ImagesetsPath=C:\Users\Josh\Desktop\CEGUI\CEGUI\datafiles/imagesets/
LookNFeelsPath=C:\Users\Josh\Desktop\CEGUI\CEGUI\datafiles/looknfeel/
ScriptsPath=C:\Users\Josh\Desktop\CEGUI\CEGUI\datafiles/lua_scripts/
SchemesPath=C:\Users\Josh\Desktop\CEGUI\CEGUI\datafiles/schemes/
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;

Also, what I meant by I dont have a ProgramFiles/Ogre is that I was curious why CEGUI thought it should look there.