@til and @ALL
Can you all (and til) please send all the attachments as *.j_ instead of
*.js.
The problem is, that Outlook and Echange still blocks *.js files because the
can include a virus.

So my problem (and i think, the problem of many other) is, that i can't get
these attachments.

Thanks to all

Olli


==================================================
Diplom-Informatiker
Oliver Vogel
Geschaeftsfuehrer

Meins und Vogel GmbH  E-Mail: [EMAIL PROTECTED]
Esslinger Str. 45     Tel.:   +49 (7153) 6136-20
                      Fax:    +49 (7153) 6136-99
D 73207 Plochingen    http://www.muv.com/

Handelsregister: Esslingen am Neckar HRB 3536
Geschäftsführer: Dipl.-Inf. Klaus  Meins
                 Dipl.-Inf. Oliver Vogel
==================================================
"wer Rechtschreibfehler findet darf sie behalten" 

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Im Auftrag 
> von Til Schneider
> Gesendet: Montag, 27. Februar 2006 16:22
> An: [email protected]
> Betreff: Re: [qooxdoo-devel] Richedit widget
> 
> Hugh Gibson schrieb:
> >>Diego Cibils <[EMAIL PROTECTED]> wrote:
> >>>I'm willing to cooperate with anyone who has any problems 
> >>>integrating
> >>>tinyMCE in qooxdoo as I've successfuly integrated it in my project.
> >>>
> >>>I can provide the source code also. It's pretty simple though.
> >>
> >>Yes please!
> > 
> > Reminder - any possibility of this? We are at the stage of 
> needing it for our project. Sounds like it might be a useful 
> snippet too ;-)
> 
> We wrote a bridge for including widgets from another JS lib into 
> qooxdoo. I attached the code. Maybe you can use it as 
> template to write 
> your own bridge.
> 
> The usage of our bridge is as follows:
> ----- snip -----
>      var sliderFactory = function(elem) {
>          var slider = new com.ptvag.webcomponent.ui.Slider(elem);
>          slider.setValue(20);
>          return slider;
>      };
> 
>      var slider = new QooxdooBridge(sliderFactory);
>      slider.set({ width:100, height:21 });
>      myQooxdooContainer.add(slider);
> ----- snap -----
> 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to