[codenameone-discussions] How to deploy App on IOS using windows eclipse

2019-04-08 Thread tobias.semmet via CodenameOne Discussions
Hi,

is there a good tutorial how to deploy an app for ios (IOS App Store Build) 
using codenameone via eclipse on window ?

Thanks for your help.


IDE: Eclipse
Desktop OS : Windows
Simulator 
Device :IOS

-- 
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/e9059101-f279-4f06-aec0-5a3471915b5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Push Notification without value

2019-02-11 Thread tobias.semmet via CodenameOne Discussions
Hi,

no i use simple firebase, no codenameon push server.

On Saturday, February 9, 2019 at 6:58:00 AM UTC+1, Shai Almog wrote:
>
> Hi,
> are you using our push servers?
>

-- 
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/0b0846b3-a061-495d-ba88-5d2922354eb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Push Notification without value

2019-02-08 Thread tobias.semmet via CodenameOne Discussions
Hi,

when i send a notification from the server , the push method is called, but 
the value ( ---> push(String value) ) is always empty...

the json i send : 

{"notification":
{"newsId":0,"link":"","title":"title","body":"body"},
  "to":"cn1-fcm-dlZDF..."}

the "to" note is correct course the device receives the answer ...

IDE: Eclipse
Desktop WIN
Simulator y
Device Android

-- 
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/d51761e3-87ec-4519-8cd6-c30b642cbc17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Connection Error https

2019-02-06 Thread tobias.semmet via CodenameOne Discussions
thanks

On Thursday, February 7, 2019 at 4:21:28 AM UTC+1, Shai Almog wrote:
>
> Hi,
> the server must use a certificate from a known certificate authority and 
> work on the domain to which it was issued. There are free authorities such 
> as Lets Encrypt.
>

-- 
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/2a4400c3-fc5c-4ff5-af7a-1a9905038b11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Connection Error https

2019-02-06 Thread tobias.semmet via CodenameOne Discussions
Hi, 

i want to change the multipartrequest to https: with http it works fine, i 
can also call the https: request in the browser (with the warining of not 
trusted certificat).

When i call this multpartrequest with the https: adress, i get a 
"Connection Error" There was a networking error in the connetion to 
https:/.

is there a chance to add the certificat to the request, or is there 
something else to do ?

Thanks for your helping...

Tobias

IDE: Eclipse
Desktop Win
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.
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/5b2015ac-4767-46c1-a411-dbeb007e01c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Need Help using firebase on codenameone

2019-01-28 Thread tobias.semmet via CodenameOne Discussions
Thanks,

it works fine :-)

On Friday, January 25, 2019 at 4:22:57 AM UTC+1, Shai Almog wrote:
>
> Hi,
> you also need to define the build hint gcm.sender_id=GCM_SENDER_ID
>
> Yes, register or error callbacks should be made on the device once you 
> invoke register. Make sure to log the error details if you get the error 
> callback.
>

-- 
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/52aaebe8-ec64-4286-950a-caa04815411d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Need Help using firebase on codenameone

2019-01-24 Thread tobias.semmet via CodenameOne Discussions
Hi,

i want to use firebase to send messages for my webserver to the app. First 
I create a project for my application on firebase. got the key and the 
google-service.json. I add the json to native/android on the application 
project.

Now i need to register the client...

I implement the PushCallback to my application... now i thought that 
the registeredForPush Method should be called by starting the application. 
In this method i call by webserver and send the deviceId. When i test it on 
the simulator by using the push simluation it works fine. On the device the 
registeredForPush Method is not called. Do I have to do something special 
to register the client, that the registeredForPush  Method will be called ?

Thanks for helping...

IDE: Eclipse
Desktop Win
Simulator 
Device Android

-- 
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/30e9406b-ea7b-4e20-a9a1-f4da0414e405%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: BrowserComponent show nothing

2018-12-07 Thread tobias.semmet via CodenameOne Discussions
Thanks, it works fine.

On Thursday, December 6, 2018 at 7:06:42 AM UTC+1, Shai Almog wrote:
>
> Yes. I explained this in detail within this stack overflow answer: 
> https://stackoverflow.com/questions/53600388/embed-codenameone-youtube-video
>

-- 
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/5410809c-d34f-4950-ae75-b360c6715de4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: BrowserComponent show nothing

2018-12-05 Thread tobias.semmet via CodenameOne Discussions
Looks like the BrowserComposite has a high of 0px ?

-- 
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/69b9d16c-5d07-41c2-bc17-a23d55b35697%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] BrowserComponent show nothing

2018-12-05 Thread tobias.semmet via CodenameOne Discussions
Hello,

I use the BrowserComponent and open an URL on my Webserver.. the webserver 
is reached, i can debug the connection the page will be given back to the 
device... the device shown "loading" and then the BrowserComponent stay 
white without the created website :-(

I can call the same website with the Crome Browser on the same device and 
the website is shown, without Problems.

Thanks for helping,
Tobias

IDE: Eclipse
Win
Simulator 
Device -> Android (Huawai MediaPad T3)

-- 
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/ceb9127e-3ce6-414a-9d5f-dbcc4e60867d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Scan canceled by QRScann Android

2018-11-30 Thread tobias.semmet via CodenameOne Discussions
thanks, it works fine.

-- 
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/963d5a5d-8828-4d04-a232-3041777342e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Scan canceled by QRScann Android

2018-11-28 Thread tobias.semmet via CodenameOne Discussions
I could also use the Zxing tool, but this one works as a single application 
fine, and is able to read the used barcode... i've i start the scan from 
the app, the Zxing App is started, but the same barcode can not be scanned, 
the scanner is running over the barcode but could not read it.

>
>

-- 
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/ba102e6d-91fe-4506-a66d-a6b6cda11230%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Scan canceled by QRScann Android

2018-11-28 Thread tobias.semmet via CodenameOne Discussions
I use the QRScanner from the downloaded and imported extensions-lib ... 
QRScanner.cn1lib

There is a popup on the android device... coursed by the method 
scanCanceled ... but i've no idea why...

 snippet :

try {

QRScanner.scanBarCode(new ScanResult() {
public void scanCompleted(String contents, String formatName, byte[] 
rawBytes) {
((TextField) 
view.getComponentById(MfbView.COMPONENT_HU_NUMBER)).setText(contents);
}

public void scanCanceled() {
Dialog.show("Cancelled", "Scan Cancelled", "OK", null);
}

public void scanError(int errorCode, String message) {
Dialog.show("Error", message, "OK", null);
}
});

} catch (Exception e) {
e.printStackTrace();
}

-- 
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/99382d06-c8b8-4c66-8155-1b234090be7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Scan canceled by QRScann Android

2018-11-27 Thread tobias.semmet via CodenameOne Discussions
Hi,

i got the message Scan canceled on the android device.

is it posible to get an information why the scan is canceled ?

IDE: Eclipse
Desktop OS : Windows
Simulator : Android
Device : Android

-- 
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/52b67145-6a19-4164-803a-01d360582727%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Button or Image to an Table

2018-10-30 Thread tobias.semmet via CodenameOne Discussions
OK, thanks, got a solution, is it possible ;-)

On Tuesday, October 30, 2018 at 4:31:37 PM UTC+1, tobias...@googlemail.com 
wrote:
>
> Hi,
>
> is it possible to add an image (instead of an text) to an Label on a Table 
> Cell, or better is it possible to add an button to a Table Cell ?
>
> Thanks for helping.
>
> Tobias
>

-- 
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/fc88f3aa-fa0a-45da-bfab-6946437e016a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Button or Image to an Table

2018-10-30 Thread tobias.semmet via CodenameOne Discussions
Hi,

is it possible to add an image (instead of an text) to an Label on a Table 
Cell, or better is it possible to add an button to a Table Cell ?

Thanks for helping.

Tobias

-- 
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/eb08f448-fd13-4bac-8351-65a0c59d0775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Show message on display while calling MultipartRequest

2018-10-18 Thread tobias.semmet via CodenameOne Discussions
Hi, how can i send a message on the display while the app is receiving data 
from server.

Does someone knwos an example ? 
Thanks
Tobias

IDE: Eclipse
Windows
Simulator IOs / Andorid 
Device IOs / Andorid

-- 
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/8c3777dc-44bd-45ff-8a37-d091b15762a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] How can i grab the maximal size for a label in a gridlayout

2018-09-20 Thread tobias.semmet via CodenameOne Discussions
Hi,

I have a gridlayout with 4 components. The 1st, the 3rd and the 4th are 
images with a given size. Now i want to have a label on 2nd place which 
fills the size, so the 3rd and 4th Component in the grid will be as right 
as possible.

Thanks for helping.
Tobias


If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: Eclipse
Windows

-- 
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/5cc900ca-7dfe-45e3-8fdb-607599f871d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.