[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-10 Thread Shai Almog
You typed mpiTabMeta in the search, could that search have hidden it?
I only see one image here.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8ad7701a-4b94-4b28-a86c-1a6b34bc565a%40googlegroups.com.


[codenameone-discussions] Re: Build failed (trying to use a .aar)

2019-09-10 Thread Shai Almog
Hi,
you can use android.xapplication_attr to inject attributes into the 
application tag.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/6b1478df-be91-4ed4-ab4c-1c4654474a86%40googlegroups.com.


[codenameone-discussions] Re: How to limit the spacing between 2 or more TABS (Left Orientation)

2019-09-10 Thread Mark Bolduc
I understand, however in doing this, clicking OK never adds it to the list,

I click Add (See Attached AddTabsGridBool_1.JPG), it opens the dialog 
AddTabsGridBool.JPG, I set Constant to tabsGridBool and toggle the Value 
checkbox until it is set to false. as seen in attached AddTabsGridBool.JPG. 
I click on OK and expect to see this key added to the constants table seen 
in AddTabsGridBool_1.JPG, however it is empty.

Thoughts?



On Saturday, September 7, 2019 at 11:22:38 PM UTC-4, Shai Almog wrote:
>
> It's a boolean which means you need to check/uncheck the box to set it to 
> false.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/20d7337c-f34d-4064-85ce-014a2291c8d1%40googlegroups.com.


[codenameone-discussions] how to scroll to selected TAB

2019-09-10 Thread Mark Bolduc
If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA Netbeans 11
Desktop OS Windows 10 Pro
Simulator Latest
Device PC, IOS, Android

I have 7 tabs as TOP orientation, 

in this example, TAB 0 is selected, (and TABS 5,6,7) are not visible.
I execute setSelectedIndex(7, true) and The Container associated with TAB 7 
is now visible, However the TABS did not scroll to the TAB position 7.
How do I force TAB 7 to be visible ( scrollComponentToVisible(TABS) does 
not work

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/dea79d8e-20c0-406b-862a-0096f937aa1e%40googlegroups.com.


[codenameone-discussions] Build failed (trying to use a .aar)

2019-09-10 Thread Gareth Murfin
Hi guys, I am trying to use a .aar for the first time and Im getting build 
failed. 

I think this is the error:

Merging result: ERROR
/tmp/build8355134923580384042xxx/MyApplication/src/main/AndroidManifest.xml:15:17-46
 
Error:
Attribute application@label value=(HobMonitor_V1) from 
AndroidManifest.xml:15:17-46
is also present at [:HobMonitorAlgo:] AndroidManifest.xml:13:9-39 
value=(HobMonitorAlgo).
Suggestion: add 'tools:replace="android:label"' to  element at 
AndroidManifest.xml:15:3-42:103 to override

Is there any way I can do tools:replace from a build hint to fix this? Or 
do I need to adjust the .aar ?

Thanks!
Gaz.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1cfa24cd-9d5e-4abe-8921-09a29ae57ace%40googlegroups.com.


Re: [codenameone-discussions] Error in Push Notification Implementation

2019-09-10 Thread Steve Hannah
Thanks.  I have fixed this now, but changes won't be available until Friday.

In the meantime, choose a password for your keystore without a "$" in it.

Steve

On Tue, Sep 10, 2019 at 4:22 AM Dinakaran Loganathan 
wrote:

> Hi,
>
> I am getting build error, error text file attached.
> I don't have idea about build.gradle of app side and server side
> and also where to copy the build.gradle in the app project.
>
> C++
> 
>
> The Google services plugin for Gradle  loads the
> google-services.json file you just downloaded. Modify your build.gradle
> files to use the plugin.
> Project-level build.gradle (/build.gradle):
> content_copy
> buildscript {
>   dependencies {
> // Add this line
> classpath 'com.google.gms:google-services:4.2.0'
>   }
> }
> App-level build.gradle (//build.gradle):
> content_copy
> dependencies {
>   // add the Firebase SDK for Google Analytics
>   implementation 'com.google.firebase:firebase-analytics:17.0.1'
>   // add SDKs for any other desired Firebase products
>   // https://firebase.google.com/docs/android/setup#available-libraries
> }
>
>
>
>
>
>
> If you are experiencing an issue please mention the full platform your
> issue applies to:
> IDE: NetBeans/Eclipse/IDEA
> Desktop OS
> Simulator
> Device
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/codenameone-discussions/bf70ba12-a731-4016-9193-bdce81d2a13e%40googlegroups.com
> 
> .
>


-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKVmWP51MZ-8sV22QNeWm07N%3DzMH5_qKJ03hAPz4BTfO2g%40mail.gmail.com.


[codenameone-discussions] Error in Push Notification Implementation

2019-09-10 Thread Dinakaran Loganathan
Hi,

I am getting build error, error text file attached.
I don't have idea about build.gradle of app side and server side 
and also where to copy the build.gradle in the app project.

C++ 


The Google services plugin for Gradle  loads the 
google-services.json file you just downloaded. Modify your build.gradle 
files to use the plugin.
Project-level build.gradle (/build.gradle):
content_copy
buildscript {
  dependencies {
// Add this line
classpath 'com.google.gms:google-services:4.2.0'
  }
}
App-level build.gradle (//build.gradle):
content_copy
dependencies {
  // add the Firebase SDK for Google Analytics
  implementation 'com.google.firebase:firebase-analytics:17.0.1'
  // add SDKs for any other desired Firebase products
  // https://firebase.google.com/docs/android/setup#available-libraries
}






If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA
Desktop OS
Simulator 
Device

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/bf70ba12-a731-4016-9193-bdce81d2a13e%40googlegroups.com.
User-level: 1000
Request Args: 
-
gcm.sender_id=b19701207d-20030126d 
java.version=8
ios.newStorageLocation=true
android.messagingService=fcm
android.release=true
android.debug=true
---
Executing: /home/ec2-user/android-sdk/tools/android create project --target 
android-28 --name NOTIFICATION --path 
/tmp/build3131568709601814768xxx/NOTIFICATION --activity NOTIFICATIONStub 
--package com.codename1.Notification --gradle --gradle-version 3.0.1 Created 
directory /tmp/build3131568709601814768xxx/NOTIFICATION/src/main/java
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/java/com/codename1/Notification
Added file 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/java/com/codename1/Notification/NOTIFICATIONStub.java
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/androidTest/java
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/androidTest/java/com/codename1/Notification
Added file 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/androidTest/java/com/codename1/Notification/NOTIFICATIONStubTest.java
Created directory /tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/values
Added file 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/values/strings.xml
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/layout
Added file 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/layout/main.xml
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/drawable-xhdpi
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/drawable-hdpi
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/drawable-mdpi
Created directory 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/res/drawable-ldpi
Added file 
/tmp/build3131568709601814768xxx/NOTIFICATION/src/main/AndroidManifest.xml
Added file /tmp/build3131568709601814768xxx/NOTIFICATION/build.gradle
Created directory /tmp/build3131568709601814768xxx/NOTIFICATION/gradle/wrapper
Process return code is 0
Executing: /home/ec2-user/jdk1.8.0_45/bin/java 
-Dretrolambda.inputDir=/tmp/build3131568709601814768xxx/Classes 
-Dretrolambda.classpath=/tmp/build3131568709601814768xxx/Classes:/tmp/temp4761426434982065457.jar
 -Dretrolambda.outputDir=/tmp/build3131568709601814768xxx/Classes_retrolamda 
-Dretrolambda.bytecodeVersion=49 -Dretrolambda.defaultMethods=true -jar 
/tmp/temp1446184747208025853.jar Retrolambda 2.5.1
00:00  INFO: Bytecode version: 49 (Java 5)
00:00  INFO: Default methods:  true
00:00  INFO: Input directory:  /tmp/build3131568709601814768xxx/Classes
00:00  INFO: Output directory: 
/tmp/build3131568709601814768xxx/Classes_retrolamda
00:00  INFO: Classpath:[/tmp/build3131568709601814768xxx/Classes, 
/tmp/temp4761426434982065457.jar]
00:00  INFO: Included files:   all
00:00  INFO: Agent enabled:false
00:00  INFO: Saving lambda class: 
com/codename1/Notification/NOTIFICATION$$Lambda$1
00:00  INFO: Saving lambda class: 
com/codename1/Notification/NOTIFICATION$$Lambda$3
00:00  INFO: Saving lambda class: 
com/codename1/Notification/NOTIFICATION$$Lambda$4
00:00  INFO: Saving lambda class: 
com/codename1/Notification/NOTIFICATION$$Lambda$5
Process return code is 0
Play services location disabled
Generated manifest file: 
http://schemas.android.com/apk/res/android;
  package="com.codename1.Notification"