08-09-2023, 05:48 PM
(08-09-2023, 05:35 PM)OldMoses Wrote: I don't see a dialog box "Title" that I assign. It just calls it "Color". Otherwise, it works fine.
Code: (Select All)SCREEN _NEWIMAGE(1024, 512, 32)
a~& = _COLORCHOOSERDIALOG("Flood", &HFF000000)
COLOR , a~&
CLS
t~& = _COLORCHOOSERDIALOG("Word", &HFFFFFFFF)
COLOR t~&
LOCATE 10, 10
PRINT "This is your color scheme"
END
Oh I forgot they had this dialog. Yeah not exactly intuitive, I can't figure out how those custom colors are supposed to work.
I will stick with my own thankyou very much!
BTW selecting multiple files in _OpenFileDialog works horribly also! and no hints from wiki how to get 3 files that are not in same folder or same shift + mouse block. Plus you are done if you hit any key! WTH?
b = b + ...