Search found 3 matches

by kmitko
Thu Feb 01, 2018 1:36 pm
Forum: Mac OSX
Topic: macOS High Sierra transparency problem.
Replies: 3
Views: 2307

Re: macOS High Sierra transparency problem.

I'm not sure what's changed, I've only switched to Pure Basic recently. I remember having to set this when I tried to learn Objective C.
by kmitko
Thu Feb 01, 2018 1:09 am
Forum: Mac OSX
Topic: macOS High Sierra transparency problem.
Replies: 3
Views: 2307

Re: macOS High Sierra transparency problem.

Works for me if I add setOpaque:NO after colorWithPatternImage.

CocoaMessage(0, WindowID(#WINDOW_SPLASH), "setBackgroundColor:", CocoaMessage(0, 0, "NSColor colorWithPatternImage:", ImageID(#WINDOW_SPLASH)))
CocoaMessage(0,WindowID(#WINDOW_SPLASH),"setHasShadow:",#YES)
CocoaMessage(0, WindowID ...
by kmitko
Fri Jan 26, 2018 12:26 pm
Forum: Bugs - Documentation
Topic: #PB_Splitter_Separator
Replies: 1
Views: 1756

#PB_Splitter_Separator

Hello,

#PB_Splitter_Separator flag in SplitterGadget procedure doesn't seem to do anything on mac. I think it's a documentation bug - missing info that this flag is ignored on mac (or is it not supposed to be ignored?). See following code:

If OpenWindow(0, 100,100, 200,100, "Splitters ...