RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-09-21 Thread Nithya R
ers@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe MaegermanSent: mercredi 24 août 2005 13:23To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin anybody) Indeed I didn't try with a popup. You can adjust the Tit

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Nithya R
anSent: mercredi 24 août 2005 13:23To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin anybody) Indeed I didn't try with a popup. You can adjust the TitleWindow transparency with the 'modalTransparency' attribute, I found this

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Philippe Maegerman
dalWindow);my_color.setRGB(0xFF);">   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe MaegermanSent: mercredi 24 août 2005 13:23To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manis

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Philippe Maegerman
Behalf Of Nithya RSent: mercredi 24 août 2005 12:34To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin anybody) thanks a lot philippe... it works well exceot for the diabled color it doesnt work my code is:   popupwindow.m

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Nithya R
edi 24 août 2005 8:27To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin anybody) hai jeff,   thanks... i went thru the sample.. but what i need is, ofcourse making the UI inactive but also i want the UI to be changed to pale gray in c

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Philippe Maegerman
false;  then re-enabling it when closing the popup   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nithya RSent: mercredi 24 août 2005 8:27To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt cho

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-23 Thread Nithya R
hai jeff,   thanks... i went thru the sample.. but what i need is, ofcourse making the UI inactive but also i want the UI to be changed to pale gray in color...ie, the user nust know that the main application is inactive just by seeing the color... it is just like when you go to file menu and fi

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-23 Thread Abdul Qabiz
Hi,   Is it a _javascript_ popup or popup within Flex application?   If it is inside flex, you can set third parameter of  createPopUp( parent: MovieClip, className: Object, modal: Boolean, initobj: Object, broadcastOutsideEvents: Boolean)  to create a modal popup.     If it is a _javascri

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-23 Thread Jeff Steiner
Nithya,   While I am not explicitly listed in the subject line I thought that I might offer some insight here.   What you are venturing into is the Modality of the popup.  In order to render the “application inactive” I would probably use the Blocking Cursor example in the Flex Sample