[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-02-20 Thread remonkroep
Shai,

I am running into issues where the javapackager builds the EXE however then 
when installing the EXE I get the following error: "Failed to find library: 
jvm.dll".

The whole point of us using CN1 is to not have to look into these platform 
specific issues. Please upgrade your JDK to at least 1.8.0_144-b01 so we 
can get CN1 to work as it should.



On Saturday, February 16, 2019 at 12:27:00 AM UTC-5, Shai Almog wrote:
>
> We use javafxpackager which was later renamed javapackager. It's available 
> in the right click menu in the downloaded sources but you need some 
> installs to get it working. 
> Just google these to find the Oracle and 3rd party documentation
>

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/7ec18130-3228-4cbb-8e97-630ab73d9656%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Hide scrollbar

2019-02-20 Thread Eric Dodji Gbofu
OK Gareth ! Give it a try and tell me. Note this: if you use CSS in your
project, you can put it directly in the CSS code like this :
scrollVisibleBool: false. This code must be in the #Constants block. My
previous reply is for Codename One Designer use.

Le mercredi 20 février 2019, Gareth Murfin  a
écrit :

> Thanks Eric, will give a try!!
>
> On Wednesday, February 20, 2019 at 9:43:53 PM UTC+8, Eric wrote:
>>
>> Hello,
>>
>> Put scrollVisibleBool theme constant to false. You have to do it under
>> Constants tab of your  Codename Theme
>>
>> Le mercredi 20 février 2019, Gareth Murfin  a
>> écrit :
>>
>>> no, no other scrollables. Just looks like scrollVisible doesnt do
>>> anything these days.
>>>
>>> On Wednesday, February 20, 2019 at 11:06:37 AM UTC+8, Shai Almog wrote:

 I'm guessing you have nested scrollables which means once of your
 parent or possibly child elements is scrollable too.That would be a 
 problem.

>>> --
>>> 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 https://groups.google.com/grou
>>> p/codenameone-discussions.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/codenameone-discussions/7d7fa555-0b0a-48b3-9922-9b3eca5b
>>> ed25%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> 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 https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/d3d17074-dd9b-45c2-919e-
> 747e4361ed0c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAJ%2BdGkLqTPhr-v9-%2BOndqZVCJqvMphHfryoCb-F-_-jeatiKEg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Hide scrollbar

2019-02-20 Thread Gareth Murfin
Thanks Eric, will give a try!!

On Wednesday, February 20, 2019 at 9:43:53 PM UTC+8, Eric wrote:
>
> Hello, 
>
> Put scrollVisibleBool theme constant to false. You have to do it under 
> Constants tab of your  Codename Theme 
>
> Le mercredi 20 février 2019, Gareth Murfin  > a écrit :
>
>> no, no other scrollables. Just looks like scrollVisible doesnt do 
>> anything these days.
>>
>> On Wednesday, February 20, 2019 at 11:06:37 AM UTC+8, Shai Almog wrote:
>>>
>>> I'm guessing you have nested scrollables which means once of your parent 
>>> or possibly child elements is scrollable too.That would be a problem.
>>>
>> -- 
>> 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 
>> https://groups.google.com/group/codenameone-discussions.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/codenameone-discussions/7d7fa555-0b0a-48b3-9922-9b3eca5bed25%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/d3d17074-dd9b-45c2-919e-747e4361ed0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Hide scrollbar

2019-02-20 Thread Eric Dodji Gbofu
Hello,

Put scrollVisibleBool theme constant to false. You have to do it under
Constants tab of your  Codename Theme

Le mercredi 20 février 2019, Gareth Murfin  a
écrit :

> no, no other scrollables. Just looks like scrollVisible doesnt do anything
> these days.
>
> On Wednesday, February 20, 2019 at 11:06:37 AM UTC+8, Shai Almog wrote:
>>
>> I'm guessing you have nested scrollables which means once of your parent
>> or possibly child elements is scrollable too.That would be a problem.
>>
> --
> 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 https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/7d7fa555-0b0a-48b3-9922-
> 9b3eca5bed25%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAJ%2BdGk%2Bu_SeDEBEfnCfaB3SpvbVyd7WO_Rwqb4u3p-XGdPau-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Scrolling with Borderlayout (NORTH & SOUTH) overlappng

2019-02-20 Thread shop . service . assistant
Thank You!

On Tuesday, February 19, 2019 at 8:49:29 AM UTC-5, shop.servic...@gmail.com 
wrote:
>
> If you are experiencing an issue please mention the full platform your 
> issue applies to:
> IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
> Desktop OS Windows 10 Pro
> Simulator  Latest
> Device PC, Android, IOS
>
> I have a BorderLayout Dialog, 2 com.codename1.ui.table.TableLayout(rows, 
> 1) Containers
> First Container has 20 rows of Label("some text) and is set as 
> dlg.add(BorderLayout.NORTH,ContainerDataBaseContainer);
>
> And An Options Container set as
> dlg.add(BorderLayout.SOUTH,OptionsContainer);
> Scrolling is set true for ContainerDataBaseContainer
>
> When Running demo, ContainerDataBaseContainer consumes 100% of the frame 
> and overlaps OptionsContainer Container
> VS Always showing 
> OptionsContainer  at Bottom and the ContainerDataBaseContainer scrolls 
> between top and OptionsContainer 
> Please see attached pics BorderLayoutScrollPic1.JPG , 
> BorderLayoutScrollPic2.JPG& BorderLayoutScrollPic3.JPG
> Pic one shows when app first opened,
> Pic two shoes app when Top container is scrolled.
> Pic Three shows correct scrolling between Top header and bottom options 
> container
>
> Here is the demo code:
>
> --
> Dialog dlg = new Dialog("A3-Tech Customer Search");
> try {
> int rows = 20;
> dlg.setLayout(new BorderLayout());
> Container ContainerDataBaseContainer = new Container(new 
> com.codename1.ui.table.TableLayout(rows, 1));
> ContainerDataBaseContainer.setScrollableY(true);
> for (int a = 0; a < rows; a++) {
> buildConstrantsGeneric(ContainerDataBaseContainer, new 
> Label("Label Row [" + (a + 1) + "]"), a, 0, 100);
> }
> Container OptionsContainer = new Container(new 
> com.codename1.ui.table.TableLayout(1, 3));
> Button CmdCancel = new Button("Cancel", "Button");
> CmdCancel.addActionListener(e -> {
> dlg.dispose();
> });
> Button ExecSearch = new Button("Execute Search", "Button");
> ExecSearch.addActionListener(e -> {
> dlg.dispose();
> });
> Button OpenRos = new Button("Load Open Invoices", 
> "Button");
> OpenRos.addActionListener(e -> {
> dlg.dispose();
> });
> buildConstrantsGeneric(OptionsContainer, OpenRos, 0, 0, 
> 33);
> buildConstrantsGeneric(OptionsContainer, ExecSearch, 0, 1, 
> 33);
> buildConstrantsGeneric(OptionsContainer, CmdCancel, 0, 2, 
> 34);
> dlg.add(BorderLayout.NORTH, ContainerDataBaseContainer);
> dlg.add(BorderLayout.SOUTH, OptionsContainer);
> } catch (Exception e) {
> e.printStackTrace();
> }
> dlg.show(0, 0, 0, 0);
>
> public static TableLayout.Constraint buildConstrantsGeneric(Container 
> CTR, Component comp, int row, int col, int widthPercent) {
> TableLayout.Constraint ConSt = ((TableLayout) 
> CTR.getLayout()).createConstraint(row, col);
> ConSt.setWidthPercentage(widthPercent);
> CTR.addComponent(ConSt, comp);
> return ConSt;
> }
>
> Regards
>

-- 
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 https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/b30ec227-ae0e-44e3-928f-508278339898%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.