[email protected] schrieb:
> Send qooxdoo-devel mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of qooxdoo-devel digest..."
>
>
> Today's Topics:
>
>    1. Re: Popup disappear (Robert Wende)
>    2. Popup close when scrolling (Robert Wende)
>    3. Re: 0.8.3-pre build problem. (geo)
>    4. Re: how can I automatically mark multiple rows in a table
>       (Martin_GER)
>    5. Re: 0.8.3-pre build problem. (geo)
>    6. Re: 0.8.3-pre build problem. (Christian Schmidt)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 14 Jul 2009 22:58:02 +0200
> From: "Robert Wende" <[email protected]>
> Subject: Re: [qooxdoo-devel] Popup disappear
> To: qooxdoo Development <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> i have solved the problem - doubly code. 
> exclude()-method works for me.
>
>
> -------- Original-Nachricht --------
>   
>> Datum: Tue, 14 Jul 2009 22:24:22 +0200
>> Von: "Robert Wende" <[email protected]>
>> An: qooxdoo Development <[email protected]>
>> Betreff: Re: [qooxdoo-devel] Popup disappear
>>     
>
>   
>> with the disappear-method i can close my popup, but get the error-message.
>> all other methods (dispose, destroy, exclude) don't close my popup.
>>
>> my goal is to become the same interaction with the icon in the textfield
>> as well as in the datefield-Widget.
>>
>>
>>
>> -------- Original-Nachricht --------
>>     
>>> Datum: Tue, 14 Jul 2009 22:16:30 +0200
>>> Von: "Robert Wende" <[email protected]>
>>> An: qooxdoo Development <[email protected]>
>>> Betreff: [qooxdoo-devel] Popup disappear
>>>       
>>> Hello,
>>>
>>> i have a problem to close my popup like in the datefield widget. an icon
>>> is situated in a textfield. when the user click this icon, a popup will
>>>       
>> be
>>     
>>> opened.
>>> when the user click once again on this icon, the popup should be closed.
>>> To do this, i used the method disappear(). But i get an error message
>>> "this._clockPopup.disappear is not a function"
>>>
>>> the code in my widget looks as follows:
>>>
>>> if (this.getPopupMode()) {
>>>   //toogle the popup-state
>>>   this.setPopupMode(false);
>>>   //close the popup
>>>   this._clockPopup.disappear();
>>> } else {
>>>   //toogle the popup-state
>>>   this.setPopupMode(true);
>>>   //place to the textfield
>>>   this._clockPopup.placeToWidget(this.__clockField,true);
>>>   //show popup
>>>   this._clockPopup.show();
>>> }
>>>
>>> i also used the methods hide and deactivate. no effects.
>>>
>>> can anyone help me?
>>> thanks
>>> Robert 
>>> -- 
>>> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3
>>>       
>> -
>>     
>>> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
>>>
>>>
>>>       
>> ------------------------------------------------------------------------------
>>     
>>> Enter the BlackBerry Developer Challenge  
>>> This is your chance to win up to $100,000 in prizes! For a limited time,
>>> vendors submitting new applications to BlackBerry App World(TM) will
>>>       
>> have
>>     
>>> the opportunity to enter the BlackBerry Developer Challenge. See full
>>> prize  
>>> details at: http://p.sf.net/sfu/Challenge
>>> _______________________________________________
>>> qooxdoo-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>>       
>> -- 
>> Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
>> f?r nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
>>
>> ------------------------------------------------------------------------------
>> Enter the BlackBerry Developer Challenge  
>> This is your chance to win up to $100,000 in prizes! For a limited time, 
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full
>> prize  
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>     
>
>   
Popup problems.
Dear Robert use a window instead of a popup this you can close.
regards
Ludger

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to