Hi,
I'm running 1.28. I've downloaded MaxGui.mod from SVN
I've downloaded MinGW
I've removed the 4 GUI libs from the mod folder
I've add Import MaxGUI.Drivers to the start of my code..
I've recompiled.....No errors...Program runs!
STILL NO COLOURED BUTTONS!!!
Can someone see what i'm doing wrong?
window=CreateWindow("WAV Splitter '08",0,0,703,413,Desktop(),WINDOW_TITLEBAR|WINDOW_MENU)
SplitWAVS_Button=CreateButton("SPLIT WAVs",544,56,128,40,window,BUTTON_PUSH)
SetGadgetColor SplitWAVS_Button,255,255,255
(or any combination of R,G,B...or adding an extra ,1 at the end....)
Nothing...Same grey buttons as before....
Thanks!
JP
I'm running 1.28. I've downloaded MaxGui.mod from SVN
I've downloaded MinGW
I've removed the 4 GUI libs from the mod folder
I've add Import MaxGUI.Drivers to the start of my code..
I've recompiled.....No errors...Program runs!
STILL NO COLOURED BUTTONS!!!
Can someone see what i'm doing wrong?
window=CreateWindow("WAV Splitter '08",0,0,703,413,Desktop(),WINDOW_TITLEBAR|WINDOW_MENU)
SplitWAVS_Button=CreateButton("SPLIT WAVs",544,56,128,40,window,BUTTON_PUSH)
SetGadgetColor SplitWAVS_Button,255,255,255
(or any combination of R,G,B...or adding an extra ,1 at the end....)
Nothing...Same grey buttons as before....
Thanks!
JP