Color picker bug or just something I'm missing
#3
(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 + ...
Reply


Messages In This Thread
RE: Color picker bug or just something I'm missing - by bplus - 08-09-2023, 05:48 PM



Users browsing this thread: 4 Guest(s)