[codenameone-discussions] Re: Avoid calling localNotificationReceived on iOS automatically

2021-06-14 Thread Ivan
Hi, yes, in that case it is invoked properly. Dátum: piatok 11. júna 2021, čas: 4:34:35 UTC+2, odosielateľ: Shai Almog > Hi, > if you kill the app and then click the notification will the > localNotificationReceived be invoked? > > On Friday, June 11, 2021 at 12:06:35 AM U

[codenameone-discussions] Avoid calling localNotificationReceived on iOS automatically

2021-06-10 Thread Ivan
of localNotificationReceived() in iOS when application is active? thanks Ivan -- 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] List item style not rendered

2021-05-02 Thread Ivan
workaround: set selected to index 0 and scrollToSelected but this is ignored until I change index beyond current screen and it really scrolls (which is not acceptable) How to force the list to revalidate/repaint my styles? Tested in simulator. Thanks Ivan -- You received this message b

[codenameone-discussions] Chart is moving with side menu

2020-12-02 Thread Ivan
and Android device) BR Ivan -- 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

[codenameone-discussions] Re: Is side menu open?

2020-12-01 Thread Ivan
pressed, we should probably update that. > On Tuesday, December 1, 2020 at 10:02:30 AM UTC+2 Ivan wrote: > >> Hi, >> I'm implementing back command for soft key (back) on main form of >> application and when the menu is open the back command should close it >>

[codenameone-discussions] Re: Is side menu open?

2020-12-01 Thread Ivan
an API for that but we don't. These are old APIs from > previous iterations of menus. What are you trying to accomplish that > requires this API? > > On Tuesday, December 1, 2020 at 1:49:36 AM UTC+2 Ivan wrote: > >> Hi guys, >> how can I find out thar left side men

[codenameone-discussions] Is side menu open?

2020-11-30 Thread Ivan
Hi guys, how can I find out thar left side menu is open ? I tried isMenuOpen, isMenuShowing on Form.gerToolBar().getMenuBar() but nothing works for me. The only solution was to check if sideMenuDialog exists in form's component tree, but it's really ugly solution. Thanks Ivan -- You received

[codenameone-discussions] Re: Table layout with vertical and horizontal span

2020-11-15 Thread Ivan
ded 4 buttons. It has nothing to do with the 1 > percent height. It has everything to do with the fact that you created 4 > columns. Before that column 3 and 4 didn't "really" exist since nothing was > added there. > > On Friday, November 13, 2020 at 10:45:43 AM UTC+2 Ivan wrote

[codenameone-discussions] Re: Table layout with vertical and horizontal span

2020-11-13 Thread Ivan
13. novembra 2020, čas: 5:13:19 UTC+1, odosielateľ: Shai Almog > I'm actually surprised this works for you. From the code it looks that the > columns would be broken not the rows but maybe this is different from the > actual code you're using. > > On Friday, November 13, 2020 at 12:

[codenameone-discussions] Re: Table layout with vertical and horizontal span

2020-11-12 Thread Ivan
I added one extra row of height 1% to make horizontal span working and it looks quite good. If there is no real solution I can use this dirty workaround. Dátum: štvrtok 12. novembra 2020, čas: 10:15:12 UTC+1, odosielateľ: Ivan > what options do I have to display it? I tried to revalidate af

[codenameone-discussions] Re: Dashboard

2020-11-12 Thread Ivan
y you want. When you're only > dealing with a few windows, > it's not that hard. > > On Thursday, November 12, 2020 at 9:53:16 AM UTC-8 Ivan wrote: > >> Hi guys, >> I'm trying to create system of database configurable dashboards but I'm >> not able to setup layout to

[codenameone-discussions] Re: Table layout with vertical and horizontal span

2020-11-12 Thread Ivan
column you wanted. Bot columns end up being 0 > width and aren't shown. > > On Thursday, November 12, 2020 at 2:24:54 AM UTC+2 Ivan wrote: > >> Hi guys, >> when I use vertical and horizontal span in table layout (both in one >> constraint) the component is not rend

[codenameone-discussions] Table layout with vertical and horizontal span

2020-11-11 Thread Ivan
r.verticalSpan(2); hi.add(constr, new Button("1,3")); hi.add(new Button("2,1")); hi.add(new Button("2,2")); hi.show(); Tested in simulator. Thanks Ivan -- You received this message because you are subscribed to the Google Groups &q

[codenameone-discussions] Re: closeSideMenu vs overflow menu button

2020-10-25 Thread Ivan
gt; https://stackoverflow.com/questions/64503017/the-menu-button-disappear > > On Friday, October 23, 2020 at 10:26:23 PM UTC+3 Ivan wrote: > >> Hi guys, >> >> I started to use left side menu in my application and I have following >> issue. >> Whenever Toolbar.close

[codenameone-discussions] closeSideMenu vs overflow menu button

2020-10-23 Thread Ivan
) Using component browser I found out that button is still present but has zero size. I need to call Toobar.revalidate() to show it again. Is it bug or how can I get rid of this behavior? Thanks Ivan Tested in simulator and android device too (Xiaomi Redmi Note 6 Pro, Android 9) -- You received

[codenameone-discussions] Re: Self-signed certificate support

2020-03-13 Thread Ivan
yes, thank you, and one additional link for iOS 10+ if someone will have the same problem: https://ios.developreference.com/article/15026508/In+2017%2c+how+should+we+handle+LAN+requests+without+HTTPS+in+respect+to+ATS+settings%3f -- You received this message because you are subscribed to the

[codenameone-discussions] Re: Self-signed certificate support

2020-03-12 Thread Ivan
how do you mean it pls? iOS is mandatory to use only HTTPS requests, how can I achieve it with manual encryption? -- 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

[codenameone-discussions] Self-signed certificate support

2020-03-11 Thread Ivan
Hi guys, I cannot find clear answer if CN1 apps support self-signed server certificates. I need to use app inside company against the server with private IP only (on LAN) I found some documentation how to make device trust to self-signed certificate but cannot make it working with CN1 app. Is

[codenameone-discussions] Re: UPDATE with ORDER BY stopped working

2020-03-03 Thread Ivan
hmm, that's strange then because when I attach to DB with sqlite client (DB Browser for SQLite) the statement runs without any problem Dňa utorok, 3. marca 2020 3:18:49 UTC+1 Shai Almog napísal(a): > > Hi, > we don't implement the DB. The SQL is sent directly to the native > implementation and

[codenameone-discussions] UPDATE with ORDER BY stopped working

2020-03-02 Thread Ivan
Hi guys, I have UPDATE sql statement with ORDER BY in my app and it stopped working (in simulator and in android device too) Is there any change in DB implementation which can cause such a behavior? This is my statement: String[] params = new String[2]; params[0] = iduser;

[codenameone-discussions] Re: Many issues for builds after 10 Jan 2020

2020-01-21 Thread Ivan
My app has also similar problems. I have to call revalidate() on places where the app previously repaint automatically and on other places I have to replace repaint() with revalidate() to repaint the form. But I found this post and calling setAllowEnableLayoutOnPaint(true) resolved my issues

[codenameone-discussions] Re: Native time picker OK button issue

2019-05-11 Thread Ivan
Thanks Kandy for quick response. I removed the line, but still does not work -- 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] Native time picker OK button issue

2019-05-11 Thread Ivan
I'm using time picker as follows this.valueTimeText = new Picker(); this.valueTimeText.setType(Display.PICKER_TYPE_TIME); this.valueTimeText.setDate(null); it displays native iOS picker and when I change the value I hit OK. The value is overtaken to the destination field but picker remains

[codenameone-discussions] iOS build error: _com_codename1_impl_ios_IOSNative_sqlCursorNullValueAtColumn___long_int_R_boolean

2019-05-10 Thread Ivan
Hi guys, I'm trying to rebuild my app for iOS but I'm getting this error: Undefined symbols for architecture arm64: "_com_codename1_impl_ios_IOSNative_sqlCursorNullValueAtColumn___long_int_R_boolean", referenced from:

[codenameone-discussions] Re: long press in Javascript in browser component

2019-02-08 Thread Ivan
Javascript: $(document).ready(function() { $('#calendar').fullCalendar({ theme: true , defaultView: 'month', header: { left: 'prev,next today', center: 'title', right: 'month,agendaDay' },

[codenameone-discussions] long press in Javascript in browser component

2019-02-07 Thread Ivan
but this longpress stuff stopped working, but ONLY ON REAL DEVICE (it works in browser, and on simulator too). On device the longpress does not work I have to tap with two fingers instead to invoke "longpress" event. What could cause this changed behaviour? Thanks Ivan IDE: Eclipse

Re: [codenameone-discussions] Cannot create folder in Adroid 8 Oreo

2018-12-07 Thread Ivan
ok, thank you Shai, thank you Andrea, I will refactor the filesystem stuff in my app -- 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

Re: [codenameone-discussions] Cannot create folder in Adroid 8 Oreo

2018-12-06 Thread Ivan
> > Hi Shai, this is very old app and using this (previously) public folder we've been sharing files with 3rd party apps (using URI scheme and Display.getInstance().execute()). Should I avoid this and use something else? Share button? Thanks Ivan -- You received this message becau

[codenameone-discussions] Cannot create folder in Adroid 8 Oreo

2018-12-05 Thread Ivan
Hi guys, my app stopped working after installation on Android 8 device. (A 5, A 6, simulator works ok) I've read about file system permission change in Oreo, I allowed my app to work with filesystem, double check in permission settings. But mkdir fails silently and required directory is not

[codenameone-discussions] Re: iOS ignores dialog button border

2018-11-25 Thread Ivan
works, thanks! -- 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

[codenameone-discussions] iOS ignores dialog button border

2018-11-24 Thread Ivan
Hi guys, I have dlgCommadButtonUIID set to "Button" (using theme from SocailBoo demo). iOS (real devices and simulator skins too) ignores buttos's Border setting. In Android it's working ok. Is it bug or I'm missing something? thanks -- You received this message because you are subscribed

[codenameone-discussions] iOS NFC

2018-11-20 Thread Ivan
Hi guys, I've read some older posts about NFC limitations in iOS but now the API seems to be open for developers. Is there already some support or do you intend to support NFC in CN1 (Android + iOS)? Thanks Ivan -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: CAMERA permission workaroud

2017-12-04 Thread Ivan
Hi Shai, I'm in troubles with Android 6 permissions again and previous solution does not work for my second application I have two applications in the same eclipse workspace (CN1 v.3.8), libs ver. 196, no android hints at all, build.xml of the same version (3.8) ... setup is the same (except

Re: [codenameone-discussions] Re: text box strange behavior on ios

2017-11-01 Thread Ivan
issue created #2264 -- 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

Re: [codenameone-discussions] Re: text box strange behavior on ios

2017-11-01 Thread Ivan
everything works ok when the south area is blank or those 6 buttons in my example are normal height. As I change the height of the buttons to double it starts do this strange things. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.

Re: [codenameone-discussions] Re: text box strange behavior on ios

2017-10-31 Thread Ivan
Hi, enclosing text box with scrollable Y container makes things much better. Surrounding components remain visible and on place but text box itself is still jumping up and down on each key stroke. I tried more combinations with scrollable Y container but cannot get it working properly :( My

[codenameone-discussions] Capture.capturePhoto() stoppen working on iOS

2017-10-30 Thread Ivan
IDE: Eclipse OS: Ubuntu 16.04 Simulator : iphone6.skin, ipad_os7.skin Device: ipad mini (32 bit) ios 9, iphone se (64 bit) ios 10 Hi guys, Capture.capturePhoto() stopped working for me on iOS even in simulator with ios device skins. In simulator capturePhoto() generates from given source

[codenameone-discussions] text box strange behavior on ios

2017-10-29 Thread Ivan

[codenameone-discussions] Re: CAMERA permission workaroud

2017-10-29 Thread Ivan
I had this in build hints and when I removed it, it works also on 6.0.x -- 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] Re: CAMERA permission workaroud

2017-10-29 Thread Ivan
Hi Shai, thanks for answer but I'm confused little bit now. I tried it on another device with Android 6.0.1 (Xiaomi Redmi A4) and the behavior is the same. I start the photo capturing, I get the question to allow photo capturing, I click yes and then I get above mentioned security exception. I

[codenameone-discussions] CAMERA permission workaroud

2017-10-28 Thread Ivan
doogee x5max until now. It's regression or it was removed on purpose or it's different issue? thanks Ivan [EDT] 0:0:0,92 - Exception: java.lang.SecurityException - Permission Denial: starting Intent { act=android.media.action. IMAGE_CAPTURE flg=0x403 cmp=com.mediatek.camera

Re: [codenameone-discussions] Re: Captured audio: missing file extension

2017-04-18 Thread Ivan Ilavsky
one-discussions/6d09bf30-4dd1-46d8-8d60-05bfe13be190%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Ivan Ilavský Tamebytes s.r.o. ivan.ilav...@tamebytes.sk +421 905 664177 http://www.tamebytes.sk -- You r

[codenameone-discussions] Captured audio: missing file extension

2017-04-17 Thread Ivan
of the temporary file name returned from Capture.captureAudio() and my app relies on this) thanks Ivan IDE: Eclipse Desktop OS: Ubuntu 16.04 Simulator Device Xiaomi Redmi Note 3 -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions&q

Re: [codenameone-discussions] Open image with uppercase extension JPG, PNG using Display.getInstance().execute(path)

2017-04-13 Thread Ivan Ilavsky
it should open (PDF app is not present in the selection). The same I have in CN1 application with lowercase extensions. But uppercase JPG or PNG are always handled like PDF, I tested both extensions on more devices and the behavior is the same. Best regards Ivan Ilavsky On Thu, Apr 13, 2017

[codenameone-discussions] Open image with uppercase extension JPG, PNG using Display.getInstance().execute(path)

2017-04-13 Thread Ivan
workaround renaming the file to lowercase extension currently, but it's not very comfortable) thanks Ivan If you are experiencing an issue please mention the full platform your issue applies to: IDE: Eclipse Desktop OS: Ubuntu 16.04 Simulator Device: Xiaomi Redmi Note 4 -- You received this message

Re: [codenameone-discussions] Re: iOS Install: Cannot connect to codename-one.appspot.com

2017-02-07 Thread Ivan Ilavsky
works! App installed. Fixed for me, thanks! Dňa 6.2.2017 15:23 používateľ "Shai Almog" napísal: > I did see some usage of http instead of https. This is fixed now. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "CodenameOne

[codenameone-discussions] Re: iOS Install: Cannot connect to codename-one.appspot.com

2017-02-01 Thread Ivan
> > Hi, > no, this is the first installation -- 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.

Re: [codenameone-discussions] Re: Codescan cn1lib vs iOS build

2017-01-19 Thread Ivan
> Steve > > On Wed, Jan 18, 2017 at 11:49 PM, Ivan Ilavsky <ivan.i...@gmail.com > > wrote: > >> right, there is no other settings except these I've sent you >> What should cause the compilation problem? >> >> Dňa 19.1.2017 5:48 používateľ "Shai

Re: [codenameone-discussions] Re: Codescan cn1lib vs iOS build

2017-01-18 Thread Ivan Ilavsky
right, there is no other settings except these I've sent you What should cause the compilation problem? Dňa 19.1.2017 5:48 používateľ "Shai Almog" napísal: > You are not sending an iphone_old build or something like that by any > chance right? > > -- > You received this

[codenameone-discussions] Re: Codescan cn1lib vs iOS build

2017-01-17 Thread Ivan
yes, we are using the new API from the cn1lib Dňa utorok, 17. januára 2017 6:01:26 UTC+1 Shai Almog napísal(-a): > > Hi, > are you using the new API from the cn1lib or are you still relying on the > old scan API's? > -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Codescan cn1lib vs iOS build

2017-01-16 Thread Ivan
? thanks Ivan Undefined symbols for architecture armv7: "_ZBarReaderControllerResults", referenced from: -[ScanCodeImplExt imagePickerController:didFinishPickingMediaWithInfo:] in ScanCodeImplExt.o "_OBJC_CLASS_$_ZBarReaderViewController", referenced from

Re: [codenameone-discussions] Re: TextAre in UWP

2017-01-16 Thread Ivan
; Best regards > > Steve > > On Mon, Jan 16, 2017 at 11:06 AM, Ivan <ivan.i...@gmail.com > > wrote: > >> hi Steve, >> >> I tried to generate my certifcate but the error is the same. I used the >> Codename one settings wiz

Re: [codenameone-discussions] Re: TextAre in UWP

2017-01-16 Thread Ivan
Hannah napísal(-a): > > Yes. It looks like the default certificate I was using in the project has > just expired. I'm working on updating it. If you generate/provide your > own certificate,it will get around the problem in the mean time. > > Steve > > On Mon, Jan 16, 2017 a

[codenameone-discussions] Re: TextAre in UWP

2017-01-16 Thread Ivan
I've prepared the hello world test app but I cannot create debug build due to expired certificate, this worked two days ago ... C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(1908,5): warning APPX0108: The certificate specified has

[codenameone-discussions] Re: UWP Display.getInstance().sendMessage

2017-01-14 Thread Ivan
Hi, it is just doing nothing. Dňa sobota, 14. januára 2017 6:50:08 UTC+1 Shai Almog napísal(-a): > > Hi, > as far as I recall sendMessage used to work with the old port so it should > work today. Is it failing with a crash or just doing nothing? > -- You received this message because you are

[codenameone-discussions] Re: UWP Display.getInstance().sendMessage

2017-01-13 Thread Ivan
this is resolved: Display.getInstance().execute("mailto:i...@example.com?subject=email%20subject;); Dňa piatok, 13. januára 2017 10:27:32 UTC+1 Ivan napísal(-a): > > Hi guys, > > as Display.getInstance().sendMessage does not work on win 10 mobile > device, is it possible s

[codenameone-discussions] UWP Display.getInstance().sendMessage

2017-01-13 Thread Ivan
Hi guys, as Display.getInstance().sendMessage does not work on win 10 mobile device, is it possible somehow to send email from CN1 app using device's built-in email client app? thanks Ivan IDE: NetBeans/Eclipse/IDEA Desktop OS: Ubuntu 16.04 Simulator Device: Microsoft Lumia 550 -- You

[codenameone-discussions] Re: TextAre in UWP

2017-01-13 Thread Ivan
Hi Shai, I've tried Native Theme, Flat Blue theme but the behavior (in windows device) is still the same. After gaining focus TA switches to single line. If there are new lines (\n) only first line is visible after focus. Editing text with new lines causes that invisible lines are lost ...

[codenameone-discussions] TextAre in UWP

2017-01-12 Thread Ivan
Hi guys, I'm trying to use TextArea in my UWP mobile application. If focused the frame disappears and multi-line text transforms to on line and the edit has unpredictable results ... (see attached images) It is possible somehow workaround such a behavior pls? thanks in advance Ivan IDE