shouldn't that be + _CDEFnoOutline instead of + CDEFnoOutline ? > I'm trying to create some buttons with no outlines. I tried the code > below, but it doesn't work. Any thoughts? Thanks! > > COMPILE 0,_IncludeCDEF > > WINDOW 1,"Chessell Recorder Present Values",(1,41)-(1000,800),_docRound > > button #1,_activeBtn,"Test Button",(10,10)-(100,30),_CDEFBaseID + > _push + CDEFnoOutline > > do > until inkey$<>"" > > P.S. compiler gives this message: > >> Warning: Setting COMPILE options inline may override Editor pref's. >> in file Temp Project at line 23 in Main Program >> *COMPILE 0,_IncludeCDEF* > > However, I don't think this matters. -STAZ ~)~