i have the following data stored in a ini file ( for custom style colors )
[Loading]
Break=,
Title_Color_Test_1=255,255,255
Title_Color_Test_2=RGB(255,255,255)
Title_Color_Test_3_1=255
Title_Color_Test_3_2=255
Title_Color_Test_3_3=255
Now when i try to use
Set font color to GroupItemValue( "style.ini", "Loading", "Title_Color_Test_1")
It goes red which is 255,0,0 which means it couldnt read the , so i tried setting it to
Set font color to GroupItemValue( "style.ini", "Loading", "Title_Color_Test_2")
This was a long shot but still did not work so my final try was
Set font color to GroupItemValue( "style.ini", "Loading", "Title_Color_Test_3_1") + GroupItemValue( "style.ini", "Loading", "Break") + GroupItemValue( "style.ini", "Loading", "Title_Color_Test_3_2") + GroupItemValue( "style.ini", "Loading", "Break") + GroupItemValue( "style.ini", "Loading", "Title_Color_Test_3_3")
However none of these work, can anyone please provide some assistace as the color has to come from the ini.
Im using the latest build of mmf2dev
Thank You
EDIT: This may be a bug in mmf2, if it is then is there any work-around for this ?












Reply With Quote





