[codenameone-discussions] Re: SQLite and BLOB type

2019-04-02 Thread Thomas
On Wednesday, April 3, 2019 at 6:20:53 AM UTC+2, Shai Almog wrote: > > No. > We don't support byte buffers. Even if we did I'm talking about just using > a binary file which will always be faster than any sqlite implementation. > This will also allow reducing the database size which will make all

[codenameone-discussions] Re: SQLite and BLOB type

2019-04-02 Thread Shai Almog
No. We don't support byte buffers. Even if we did I'm talking about just using a binary file which will always be faster than any sqlite implementation. This will also allow reducing the database size which will make all queries *much* faster. You are talking about JSON/XML which isn't what I'm

[codenameone-discussions] Re: SQLite and BLOB type

2019-04-02 Thread Thomas
Blob provide a clear benefit on devices too. It allows to reduce the size of the database when you have large objects to store (not necessarily pictures. It can be geographic shapes like in spatialite for example or any other large object) and these objects can also be deserialised more quickly

[codenameone-discussions] Re: SQLite and BLOB type

2019-04-02 Thread Shai Almog
It's a bit problematic to implement that API on iOS and most developers used workarounds since blobs aren't as necessary on devices. Unlike servers where the DB is distributed/clustered. On a device a blob provides no benefit and can impact performance. You are better off storing a file URI. --

[codenameone-discussions] Re: use swagger codegen with codename

2019-04-02 Thread Shai Almog
Hi, I'm afraid I haven't used this. I suggest asking the developer in the project for a usage sample in the issue tracker. -- 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

[codenameone-discussions] Re: TABS and multiline text

2019-04-02 Thread Shai Almog
See this: https://www.codenameone.com/blog/tip-customize-tabs-behavior.html -- 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+un

[codenameone-discussions] Re: NFC lib?

2019-04-02 Thread Shai Almog
We don't have that. You would need to port one yourself. -- 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...@googlegro

[codenameone-discussions] Re: SQLite and BLOB type

2019-04-02 Thread Thomas
On Wednesday, April 3, 2019 at 2:54:04 AM UTC+2, Thomas wrote: > > I need to store some byte encoded serialized objects (like protobuf > encoded objects and similar) into an SQLite table. But I have seen in the > forum that there was some issues with the support of BLOB type in SQLite by > CN1.

[codenameone-discussions] SQLite and BLOB type

2019-04-02 Thread Thomas
I need to store some byte encoded serialized objects (like protobuf encoded objects and similar) into an SQLite table. But I have seen in the forum that there was some issues with the support of BLOB type in SQLite by CN1. However, these posts are quite old and since then, some plugins like htt

[codenameone-discussions] use swagger codegen with codename

2019-04-02 Thread yassineelmalyh
Hello, Is there any way to use swagger codegen with codename. i found this library https://github.com/Pmovil/swagger-codenameone-codegen to provide a codename1 client library , but i didn't understand how to use it. thanks, Cordially -- You received this message because you are subscribed to

[codenameone-discussions] TABS and multiline text

2019-04-02 Thread shop . service . assistant
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 How can I Set a Tab name with multiline text as shown in the attached picture? Note In Java Swing I

[codenameone-discussions] Re: How to get xcode proj?

2019-04-02 Thread Gareth Murfin
Sorry it worked, i forgot to save ! On Tuesday, April 2, 2019 at 6:26:44 PM UTC+8, Gareth Murfin wrote: > > I ticked include sources but i dont see the xcode project anywhere? where > is it meant to be ? > -- You received this message because you are subscribed to the Google Groups "CodenameOn

[codenameone-discussions] NFC lib?

2019-04-02 Thread Gareth Murfin
Client needs NFC, can codenameone do this yet? or is it a case of making a native lib? -- 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-d

[codenameone-discussions] How to get xcode proj?

2019-04-02 Thread Gareth Murfin
I ticked include sources but i dont see the xcode project anywhere? where is it meant to be ? -- 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 codenam