[codenameone-discussions] Re: Which text editor properly displays the storage files created by the CodenameOne Simulator in linux?

2019-03-05 Thread Shai Almog
See 
https://stackoverflow.com/questions/55001708/which-text-editor-can-be-able-to-properly-display-the-storage-files-created-by-t/55015293

-- 
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/be9ef80a-5d0e-4eca-b5d5-e1ab69d610c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Delete unused images (old editor)

2019-03-05 Thread Shai Almog
No. We try not to scan anymore. It's impractical to scan the sources for 
image names. 

-- 
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/34ca243e-c25a-464d-9786-06cf98671aa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Cache a form?

2019-03-05 Thread Shai Almog
start() literally caches the last Form. You don't need to throw away the 
Form objects.

-- 
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/bad5bfec-41f8-4595-bf4e-0cc8aed2bc32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Push Notification without value

2019-03-05 Thread Shai Almog
There are no such projects that provide free push cross platform without 
serious GDPR problems. If you have multiple small apps you can use one 
account for all of them, not one account for each one.

-- 
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/4c43bf25-39fc-4e22-934e-11e76a3f5149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Which text editor properly displays the storage files created by the CodenameOne Simulator in linux?

2019-03-05 Thread tommymogaka
Which Linux text editor can be used to view and edit the hidden files 
created by the *CodenameOne* simulator? I have tried the default *Gedit* 
and *Notepadqq* but the text appears gibberish while on Windows it is 
editable even with the default note.exe app in a human-readable way. I am 
running Netbeans 10 on Ubuntu 18.10.

-- 
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/b467cb21-3339-48ee-8180-40531ec335b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Delete unused images (old editor)

2019-03-05 Thread Gareth Murfin
I see when you go to delete used images the editor must scan StateMachine 
these days too, which is great, but ive just refactored a ton of logic into 
their on class for each screen, now delete unused images doesnt scan them 
files. Its a long shot but wondering if theres a way to make it scan them 
all ?

-- 
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/3312fb8b-822f-4b0e-bd93-5e4059fa0f6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Cache a form?

2019-03-05 Thread Gareth Murfin
The set up time for some of my screens takes almost 1 second, so app seems 
unresponsive, I was wondering, is there any way to cache a form? So it 
doesnt have to "build" every time, and do all my logic? Can we store a 
finished form and use that to speed up the app? 

I guess in a way this is kind of like onResume in Android, only onCreate 
does the hard work, and only gets called first time its made. 

-- 
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/464a78b7-8a5f-4a09-9b6d-6451746b38aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Push Notification without value

2019-03-05 Thread Fuad Nassar
sorry shai,
really I loved codename one but our customers don't like a paid, there's 
many app not large and can't bear it this price,
there are many cross platforms give developers  at least many ways to 
create push notification with free, and this a bad thing when we tell our 
customers that you should be paid 79$/month to create push notification.

thank you shai for all thing 

On Monday, March 4, 2019 at 7:29:26 PM UTC-8, Shai Almog wrote:
>
> Hi,
> sure we help everyone create push with firebase in the 79USD subscription 
> tier. That's how this works.
>

-- 
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/85f6bfba-1b26-489c-9748-a410c431d06b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.