[codenameone-discussions] Example of JavaScript source code

2017-12-12 Thread ruben_vg via CodenameOne Discussions
Hi, I am interested in passing several apps to JavaScript, but before launching myself to an investment of this type I would like to see what the source code generated in JavaScript is like. Could I have access to the code of any of the demos to make an evaluation? Thanks -- You received

[codenameone-discussions] Floationg Button does not run

2017-11-12 Thread ruben_vg via CodenameOne Discussions

[codenameone-discussions] Re: Localization - Change of language

2017-11-12 Thread ruben_vg via CodenameOne Discussions
Thanks for support On Sunday, November 12, 2017 at 12:37:28 AM UTC-5, Shai Almog wrote: > > Hi, > you need to recreate the form in order for localization to take effect. It > won't impact an existing form as the components are already there. > -- You received this message because you are

[codenameone-discussions] Re: Android Build Error

2017-11-11 Thread ruben_vg via CodenameOne Discussions
Hi, I already solved the problem, thanks > . > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[codenameone-discussions] Localization - Change of language

2017-11-11 Thread ruben_vg via CodenameOne Discussions
Hi, I did a small test with the intention of changing the language online but I have not succeeded. What is the right way? My code: res = UIManager.initFirstTheme("/theme"); String idi = Display.getInstance().getLocalizationManager().getLanguage(); Hashtable h =

[codenameone-discussions] Re: Android Build Error

2017-11-11 Thread ruben_vg via CodenameOne Discussions
Hi, CN1LIB. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegroups.com. Visit this group at

[codenameone-discussions] Re: Method "PropertyValue" returns a null value in Component Contenair, does not allow to make fitted.

2017-05-19 Thread ruben_vg via CodenameOne Discussions
Thanks. On Thursday, May 18, 2017 at 11:45:04 PM UTC-5, Shai Almog wrote: > > Hi, > that's not how it works. That method was created for the old GUI builder > since we don't have support for reflection. > > I'm assuming that what you are really looking for is > put/getClientProperty(). > --

[codenameone-discussions] How to Remove an Element from a Container Array

2017-04-09 Thread ruben_vg via CodenameOne Discussions
Hi, My intention is that when i make a long press on an element there should be displayed a warning message and then remove the element. At first put the code of the long press on the component "lead" but does nothing. The problem is that to trigger the long press I had to place the code on

[codenameone-discussions] How to change and delete an item from a container set

2017-04-02 Thread ruben_vg via CodenameOne Discussions
Hi, Sorry for my english. I have a set of containers that move vertically efficiently. To create a new container I use a floating button without problem. To remove a container my idea was to make a long press on the container and proceed to remove the container but I do not know how to do it.

[codenameone-discussions] I can not import floating button Library

2017-02-07 Thread ruben_vg via CodenameOne Discussions
Hi, Prove with the following code and so far does not appear the option to import the library. FloatingActionButton fab = FloatingActionButton.createFAB (FontImage.MATERIAL_ADD); Fab.addActionListener (e -> ToastBar.showErrorMessage ("Not implemented yet ...")); Fab.bindFabToContainer

[codenameone-discussions] Re: My list is not displayed in tab component.

2016-11-29 Thread ruben_vg via CodenameOne Discussions
Hi, Thanks for you answer. *what's the content of that tab?* All information comes from the "muestraCompra1" method that returns a container component. *The forceRevalidate() approach is probably wrong.* The change for fmLiber.revalide() . No change in outcome *You are calling revalidate()

[codenameone-discussions] My list is not displayed in tab component.

2016-11-28 Thread ruben_vg via CodenameOne Discussions
Hi, In my application I use the tab component with 3 tabs. In tab # 1 I show a list (see figure 1) and when selecting a record I have the opportunity to create information for tab 2 (see figure 2 and 3). ¨ For each tab I have a container that I load with the methods "muestraLista1" (tab1) and

[codenameone-discussions] Change icon in a toolbar

2016-11-10 Thread ruben_vg via CodenameOne Discussions
Hi, I need to know how to change the icon of a command inside a toolbar. My code is: final Toolbar tbMenu = new Toolbar(); fmLista2.setToolBar(tbMenu); s = UIManager.getInstance().getComponentStyle("Toolbar"); final FontImage iAdicion =

[codenameone-discussions] Re: Codename One en español.

2016-11-10 Thread ruben_vg via CodenameOne Discussions
Hola, No programo en tiempo completo y me falta experienca en Codename One, pero me gusta la idea. Como hacemos para que esto camine? Saludos Rubén On Wednesday, November 2, 2016 at 9:21:12 PM UTC-5, romanca...@gmail.com wrote: > > Hola! > > Leyendo post en esta seccion he visto que quizas

[codenameone-discussions] Long press on container list

2016-11-10 Thread ruben_vg via CodenameOne Discussions
If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device Hi, I can not make it work. My code: private Container creaContenedorLista1(Lista1 lR1) { Label lbImagen = new Label(); Button

[codenameone-discussions] Google Places AutoComplete Using AutoCompleteTextField

2016-06-08 Thread ruben_vg via CodenameOne Discussions
Hi, How can I do implement Google Places AutoComplete Using AutoCompleteTextField. Thanks -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to