Title: fgl_winquestion/fgl_winmessage Post by: Ullrich M. on November 18, 2009, 10:35:42 am Hi,
BDL 2.11 GAS 2.11 using goog-blue.css please have a look at the screenshots attached. Is there any way to make questions/messages look similar to fgl_winquestion/fgl_winmessage in GDC ? Thanks, Umo Title: Re: fgl_winquestion/fgl_winmessage Post by: . on November 18, 2009, 06:40:42 pm Hi Umo,
Could you please precise your need ? Do you need questions/messages in GWC to be displayed as popup like with GDC ? You first screenshot (fgl_winmessage) shows a popup with GWC; doesn't it correspond to your need ? Best regards, Guney Title: Re: fgl_winquestion/fgl_winmessage Post by: Ullrich M. on November 19, 2009, 09:05:29 am Yes, Guney,
I'd like to display message/question to popup as in GDC. At least - in fgl_winmessage - I would prefer a real button like the "normal" button-widget and a non-transparent background. Any hint how to achieve such a behaviour? Thanks, Umo Title: Re: fgl_winquestion/fgl_winmessage Post by: . on November 20, 2009, 10:58:26 am Hi Umo,
What is the exact version of the GAS you are using ? In fact, I made some tests with the GAS 2.11.16 and both fgl_winquestion/fgl_winmessage are displayed as popup. Moreover, if you need a non-transparent background for popup, you just have to modify the opacity value for popup in FGLASDIR/web/fjs/gwccomponents.css file thus: .gPopupMenu { opacity: 1; ... } Anyway, if you test with GAS 2.11.16 and you still don't get messages/questions as popup, please send me your test programs. Best regards, Guney Title: Re: fgl_winquestion/fgl_winmessage Post by: Ullrich M. on November 20, 2009, 12:57:01 pm Thanks Guney,
it works fine now: setting opacity to 1 and menu xxx attributes (style = "dialog") ..... instead of fgl_winquestion() Have a nice weekend, Umo |