PDA

View Full Version : IFileSelectorControl


cc_
02-05-2010, 07:08 AM
I was wondering how the IFileSelectorControl was meant to work. It seems there is a bitmap that only shows once the control has been clicked. I was expecting a bitmap that is visible all the time (which would be the button you clicked to open the file selection dialog).

How is it meant to work? Should the button be on the background?

(Also I've implemented the IFileSelectorControl for OSX if anyone's interested)

Jeffos
02-05-2010, 09:44 AM
asked myself the exact same question..
Should the button be on the background?

this is how I use it here.. same bitmap in the background and in the control.

cc_
02-05-2010, 09:58 AM
Ah, good to know I'm not going nuts!

I suppose the bitmap in the control could be a "pressed" version of the button, but the dialog's probably on top anyway, so no one will see it.