STAY_ON_TOP and FileSelector (wxmac2.9)
Harry
"harry dot news at armadillo dot fr" at a.mx.sunsite.dk
Wed Mar 5 13:12:43 PST 2008
Why don't you extract the source of wxFileSelector (in fldlgcmn.cpp) and
add this to your application
with the modification of adding wxSTAY_ON_TOP to the dialog ?
wxFileSelector is only a small wrapper around wxFileDialog.
Regards
Harry
Riccardo Cohen wrote:
> thanks for the idea, but sometimes the dialog can take half of the
> screen, and there is no room for the file selector... I really need to
> have it above.
>
> Igor Korot wrote:
>> Riccardo,
>> Maybe you can play with positioning the dialog/file selector?
>>
>> Thank you.
>>
>> -----Original Message-----
>>> From: Riccardo Cohen <rcohen at articque.com>
>>> Sent: Mar 5, 2008 7:28 AM
>>> To: wx-users at lists.wxwidgets.org
>>> Subject: STAY_ON_TOP and FileSelector (wxmac2.9)
>>>
>>> Hello
>>> I have a dialog with wxSTAY_ON_TOP flag. If I launch a
>>> wxFileSelector() from this dialog, the file selector goes under the
>>> dialog.
>>> Is there any way to have the file selector above ?
>>>
>>> The dialog has wxSTAY_ON_TOP because it must always be over the main
>>> frame, maybe there is another way of doing that ? wxMiniFrame is an
>>> alternative, but I would like to avoid rewriting my dialog, while it
>>> works all right on linux and windows...
>>>
>>> thanks for any help
>>>
>>> --
>>> Très cordialement,
>>>
>>> Riccardo Cohen
>>> -------------------------------------------
>>> Articque
>>> http://www.articque.com
>>> 149 av Général de Gaulle
>>> 37230 Fondettes - France
>>> tel : 02-47-49-90-49
>>> fax : 02-47-49-91-49
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
>>> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
>> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>>
>>
>
More information about the wx-users
mailing list