Please help me with adding more than one input widget per row to a mobile form.
 
Thanks,
 
Jorge.
 
> From: qooxdoo-devel-requ...@lists.sourceforge.net
> Subject: qooxdoo-devel Digest, Vol 108, Issue 18
> To: qooxdoo-devel@lists.sourceforge.net
> Date: Thu, 28 May 2015 17:22:20 +0000
> 
> Send qooxdoo-devel mailing list submissions to
>       qooxdoo-devel@lists.sourceforge.net
> 
> 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
>       qooxdoo-devel-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>       qooxdoo-devel-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of qooxdoo-devel digest..."
> 
> 
> Today's Topics:
> 
>    1. how to make circular images with decorator/CSS (slah)
>    2. Re: how to make circular images with decorator/CSS
>       (Vincent Vandenschrick)
>    3. Re: how to make circular images with decorator/CSS
>       (Martin Wittemann)
>    4. Re: how to make circular images with decorator/CSS (slah)
>    5. Re: FontAwesome font icons for qx.Desktop (woprandi)
>    6. Re: FontAwesome font icons for qx.Desktop (SQville)
>    7. Updating data of object inside array (Phyo Arkar)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 27 May 2015 08:42:53 -0700 (MST)
> From: slah <slach...@gmail.com>
> Subject: [qooxdoo-devel] how to make circular images with
>       decorator/CSS
> To: qooxdoo-devel@lists.sourceforge.net
> Message-ID: <1432741373421-7587190.p...@n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> Hello,
> I'm trying to show an image in a circular shape like google+ do for avatars,
> etc.
> 
> seems I've to use CSS * border-radius: 50%;*
> trying to use decorator for this purpose fails because 
> *qx.ui.decoration.Decorator().setRadius()* only accepts integers and not %.
> 
> Can someone show me how to use CSS or Decorator() to achieve this purpose.
> 
> Regards,
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/how-to-make-circular-images-with-decorator-CSS-tp7587190.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 27 May 2015 20:04:08 +0200
> From: Vincent Vandenschrick <vvand...@gmail.com>
> Subject: Re: [qooxdoo-devel] how to make circular images with
>       decorator/CSS
> To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
> Message-ID: <f9a6ead6-203c-4ef0-afa1-833a14f2a...@gmail.com>
> Content-Type: text/plain;     charset=utf-8
> 
> Hi Slah,
> I would go for a decorator mixin in order to deal with a percentRadius 
> property that you can later handle in a stylePercentRadius method.
> Take the following mixin as an example and this should be quite 
> straightforward :
> https://github.com/jspresso/jspresso-ce/blob/master/qooxdoo/client/src/main/js/org/jspresso/framework/patch/MTransition.js
> 
> HTH,
> Vincent
> 
> > Le 27 mai 2015 ? 17:42, slah <slach...@gmail.com> a ?crit :
> > 
> > Hello,
> > I'm trying to show an image in a circular shape like google+ do for avatars,
> > etc.
> > 
> > seems I've to use CSS * border-radius: 50%;*
> > trying to use decorator for this purpose fails because 
> > *qx.ui.decoration.Decorator().setRadius()* only accepts integers and not %.
> > 
> > Can someone show me how to use CSS or Decorator() to achieve this purpose.
> > 
> > Regards,
> > 
> > 
> > 
> > --
> > View this message in context: 
> > http://qooxdoo.678.n2.nabble.com/how-to-make-circular-images-with-decorator-CSS-tp7587190.html
> > Sent from the qooxdoo mailing list archive at Nabble.com.
> > 
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > qooxdoo-devel mailing list
> > qooxdoo-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 28 May 2015 06:07:15 +0000
> From: Martin Wittemann <martin.wittem...@1und1.de>
> Subject: Re: [qooxdoo-devel] how to make circular images with
>       decorator/CSS
> To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
> Message-ID: <96431894-53fd-4a29-b019-b41533430...@1und1.de>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hey,
> you could use an incredible high integer value to get that done. Usually the 
> browser do not care of the radius is higher than it could be.
> Regards,
> Martin
> 
> 
> > Am 27.05.2015 um 17:42 schrieb slah <slach...@gmail.com>:
> > 
> > Hello,
> > I'm trying to show an image in a circular shape like google+ do for avatars,
> > etc.
> > 
> > seems I've to use CSS * border-radius: 50%;*
> > trying to use decorator for this purpose fails because 
> > *qx.ui.decoration.Decorator().setRadius()* only accepts integers and not %.
> > 
> > Can someone show me how to use CSS or Decorator() to achieve this purpose.
> > 
> > Regards,
> > 
> > 
> > 
> > --
> > View this message in context: 
> > http://qooxdoo.678.n2.nabble.com/how-to-make-circular-images-with-decorator-CSS-tp7587190.html
> > Sent from the qooxdoo mailing list archive at Nabble.com.
> > 
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > qooxdoo-devel mailing list
> > qooxdoo-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Thu, 28 May 2015 03:14:17 -0700 (MST)
> From: slah <slach...@gmail.com>
> Subject: Re: [qooxdoo-devel] how to make circular images with
>       decorator/CSS
> To: qooxdoo-devel@lists.sourceforge.net
> Message-ID: <1432808057365-7587193.p...@n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> MartinWittemann wrote
> > Hey,
> > you could use an incredible high integer value to get that done. Usually
> > the browser do not care of the radius is higher than it could be.
> > Regards,
> > Martin
> > 
> > 
> >> Am 27.05.2015 um 17:42 schrieb slah &lt;
> 
> > slachtar@
> 
> > &gt;:
> >> 
> >> Hello,
> >> I'm trying to show an image in a circular shape like google+ do for
> >> avatars,
> >> etc.
> >> 
> >> seems I've to use CSS * border-radius: 50%;*
> >> trying to use decorator for this purpose fails because 
> >> *qx.ui.decoration.Decorator().setRadius()* only accepts integers and not
> >> %.
> >> 
> >> Can someone show me how to use CSS or Decorator() to achieve this
> >> purpose.
> >> 
> >> Regards,
> >> 
> >> 
> >> 
> >> --
> > Hi Martin,
> > seems that giving very high radius (1000px) did the trick:
> > http://jsfiddle.net/8yse3owL/.
> > So in my app, I need just to apply this decorator to any element to make
> > it circular:
> > var deco = new qx.ui.decoration.Decorator().set({
> >                             radius : 1000, //1000 to get the rounded effect
> >                     });
> > myImg.setDecorator(deco);
> > 
> > I'll try Stephan's mixin too.
> > 
> > Thank you all
> > 
> >> View this message in context:
> >> http://qooxdoo.678.n2.nabble.com/how-to-make-circular-images-
> > with-decorator-CSS-tp7587190.html
> >> Sent from the qooxdoo mailing list archive at Nabble.com.
> >> 
> >> ------------------------------------------------------------------------------
> >> _______________________________________________
> >> qooxdoo-devel mailing list
> >> 
> 
> > qooxdoo-devel@.sourceforge
> 
> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> > 
> > 
> > ------------------------------------------------------------------------------
> > _______________________________________________
> > qooxdoo-devel mailing list
> 
> > qooxdoo-devel@.sourceforge
> 
> > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/how-to-make-circular-images-with-decorator-CSS-tp7587190p7587193.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Thu, 28 May 2015 07:03:57 -0700 (MST)
> From: woprandi <william.opra...@gmail.com>
> Subject: Re: [qooxdoo-devel] FontAwesome font icons for qx.Desktop
> To: qooxdoo-devel@lists.sourceforge.net
> Message-ID: <1432821837055-7587194.p...@n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> It doesn't work for me, buttons stille have the old style. And if I set
> appearance, I get this error : 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/FontAwesome-font-icons-for-qx-Desktop-tp7587151p7587194.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> 
> 
> ------------------------------
> 
> Message: 6
> Date: Thu, 28 May 2015 09:01:54 -0700 (MST)
> From: SQville <chris.es...@sqville.com>
> Subject: Re: [qooxdoo-devel] FontAwesome font icons for qx.Desktop
> To: qooxdoo-devel@lists.sourceforge.net
> Message-ID: <1432828914980-7587195.p...@n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> Look at Step #7 a little more closely: https://github.com/sqville/sqv
> 
> You need to set the button's appearance to "search-button" and not
> "fa-search". You are seeing that error because you are directly asking the
> Button to show the font icon rather than the Image, and it's the Image that
> has the new properties mixed into it and not the Button class.
> 
> When you set the Button's appearance to "search-button" the Appearance.js
> that get's mixed into the current theme's appearance file has this entry in
> it that set's the button's icon to "fa-search":
> 
> "search-button/icon" : "fa-search"
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/FontAwesome-font-icons-for-qx-Desktop-tp7587151p7587195.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> 
> 
> ------------------------------
> 
> Message: 7
> Date: Thu, 28 May 2015 23:51:32 +0630
> From: Phyo Arkar <phyo.arkarl...@gmail.com>
> Subject: [qooxdoo-devel] Updating data of object inside array
> To: qooxdoo-devel <qooxdoo-devel@lists.sourceforge.net>
> Message-ID:
>       <ca+hjjrhzye4viglecgu0un2qda2x91gb+zam68jicqxp_zc...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> i have data like this, for qooxdoo list:
> 
> [{"content": "content", "id": "b0e9eddc-ef07-4189-a45c-b15ab5986ad8",
> "parent": "default", "stamp": 1432829154.657, "type": "message_vote",
> "user": {"user_name": "v3ss0n", "userid":
> "31fa17e5-5b65-4526-ab66-d4afcf7d1750"},
>  "vcount": -1}]
> 
> There will be a lot of items , 100k +
> 
> What i want to do is update value of item inside by searching "id":
> "b0e9eddc-ef07-4189-a45c-b15ab5986ad8" ,
> .
> Is there built in array methods to do it efficiently?
> What would be most efficient way to do ?
> Can i bind object instead of array of object so i can select index by
> [?b0e9eddc-ef07-4189-a45c-b15ab5986ad8?] ?
> 
> Thanks.
> ?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> 
> ------------------------------
> 
> ------------------------------------------------------------------------------
> 
> 
> ------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 
> End of qooxdoo-devel Digest, Vol 108, Issue 18
> **********************************************
                                          
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to