[codenameone-discussions] Re: "Failed to execute goal" - build-ios goal fails in maven very often

2021-05-19 Thread Shai Almog
t; recent cases. > Regards > > Il giorno mercoledì 19 maggio 2021 alle 02:34:04 UTC Shai Almog ha scritto: > >> Is cocoapods installed? >> >> On Tuesday, May 18, 2021 at 2:01:26 PM UTC+3 P5music wrote: >> >>> I am able to test my CN1 app on the iOS sim

[codenameone-discussions] Re: "Failed to execute goal" - build-ios goal fails in maven very often

2021-05-18 Thread Shai Almog
Is cocoapods installed? On Tuesday, May 18, 2021 at 2:01:26 PM UTC+3 P5music wrote: > I am able to test my CN1 app on the iOS simulator, after the maven system > produces the XCode project. > Very often I get this error below, but restoring a fresh system can help. > But it is stuck now. I

[codenameone-discussions] Re: Problems extracting an image from the database

2021-05-18 Thread Shai Almog
What do you see in the network monitor in the simulator? Notice that downloadImageToStorage won't do anything if the image is already downloaded! That's the idea, it's smart enough to know that the image is already there and just send you the existing image. You can delete it from the ".cn1"

[codenameone-discussions] Re: Jar size limit reached for free accounts.

2021-05-17 Thread Shai Almog
Already done. There's no need to cross post. On Monday, May 17, 2021 at 11:21:16 PM UTC+3 azizaz...@gmail.com wrote: > Looking for a response > > > https://stackoverflow.com/questions/67576558/error-while-sending-build-android-codenameone > -- You received this message because you are

[codenameone-discussions] Re: Foreign key Intermediate table

2021-05-17 Thread Shai Almog
Already did. There's no need to cross post. On Monday, May 17, 2021 at 9:45:01 PM UTC+3 mateu...@gmail.com wrote: > I need help on this please > > https://stackoverflow.com/questions/67575406/getting-database-values-codename-one > -- You received this message because you are subscribed to the

[codenameone-discussions] Re: Android debug with android studio 4

2021-05-17 Thread Shai Almog
gt;>> Is there another plugin I need for android-studio? >>> >>> -Dennis >>> >>> On Monday, May 10, 2021 at 11:10:21 PM UTC-4 Shai Almog wrote: >>> >>>> The Codename One menu isn't applicable for the Maven projects. You no >>>&g

[codenameone-discussions] Re: GeneralPath objects log message affects my app on iOS simulator

2021-05-16 Thread Shai Almog
What you're drawing in that issue is a general path. But try this: remove the toImage() call. This is the part of the code that would print that message. On Sunday, May 16, 2021 at 3:30:52 PM UTC+3 P5music wrote: > While debugging my CN1 app on the iOS simulator I get some of these >

[codenameone-discussions] Re: CSV Parsing Database Values CodeNameOne

2021-05-16 Thread Shai Almog
I see you managed, right? On Sunday, May 16, 2021 at 8:56:39 PM UTC+3 azizaz...@gmail.com wrote: > Looking for an answer to my issue here , thanks: > > > https://stackoverflow.com/questions/67552170/csv-parsing-database-values-codenameone/67552631#67552631 > -- You received this message

[codenameone-discussions] Re: Local Notification NOT SHOWING

2021-05-14 Thread Shai Almog
I followed up in stack overflow here: https://stackoverflow.com/questions/67542457/local-notification-not-showing-codenameone On Friday, May 14, 2021 at 7:33:57 PM UTC+3 mongial...@gmail.com wrote: > Hello, > *I'm a CodeNameOne beginner.* I'm trying to make a local notification, it > doesn't

[codenameone-discussions] Re: image.flipHorizontally throws ArrayIndexOutOfBounds exception

2021-05-14 Thread Shai Almog
Adapter ada = URLImage.createMaskAdapter(roundMask); > > URLImage imagen = URLImage.createToFileSystem(imagenCargandoPortada > , directory > , urlAdress > , ada); > Image imgFlip = imagen.flipHorizontally(true); > >

[codenameone-discussions] Re: image.flipHorizontally throws ArrayIndexOutOfBounds exception

2021-05-13 Thread Shai Almog
What type of image are you trying to do this on? How did you create the image object? Can you attach it here? On Thursday, May 13, 2021 at 11:12:31 PM UTC+3 cver...@gmail.com wrote: > This is the output: > > java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds! > at >

[codenameone-discussions] Re: Display pop up notification

2021-05-12 Thread Shai Almog
Hi, That's a video from 2014 and a lot has changed since then. Please follow the push instructions in the developer guide which are more up to date: https://www.codenameone.com/developer-guide.html The push process was changed by Google/Apple several times over the past 7 years. On Thursday,

[codenameone-discussions] Re: Background color cannot be changed

2021-05-11 Thread Shai Almog
Containers must always be transparent. Doing something like that will cause serious side effects and destroy your performance. Using gradients from white to white would also cause such an issue. There's no getStyles() method. I'm guessing you didn't use setBgTransparency to 255. On Tuesday,

[codenameone-discussions] Re: Buiids fail after migration to maven

2021-05-11 Thread Shai Almog
Yes. On Tuesday, May 11, 2021 at 9:24:13 AM UTC+3 cver...@gmail.com wrote: > No, I'm sending a cloud build, option "Android App" in Netbeans. The error > log is downloaded from the Codename One Build. Should I use the chat button > to send the full log? -- You received this message because

[codenameone-discussions] Re: ios builds are broken again

2021-05-11 Thread Shai Almog
We didn't make a change. This is a failure related to Apple, we made an attempt at working around it. On Tuesday, May 11, 2021 at 7:29:40 AM UTC+3 daved...@gmail.com wrote: > revert. take your time to really fix it. > > On Monday, May 10, 2021 at 8:07:31 PM UTC-7 Shai Almog wrote: &

[codenameone-discussions] Re: iOS - writing in Library error - and cn1storage folder error

2021-05-10 Thread Shai Almog
. > > So what's the problem? Maybe default FileSystem permissions in the XCode > project are not working in OS14? Something else? > Regards > Il giorno lunedì 10 maggio 2021 alle 04:10:42 UTC+2 Shai Almog ha scritto: > >> By default we return directories with a / already there.

Re: [codenameone-discussions] Cannot run project after maven migration

2021-05-10 Thread Shai Almog
The intent approach is the one used by most Android apps. One of the reasons the littlemonkey lib is failing is because it's so hard to maintain. You can fork and fix it. We also have this https://github.com/shannah/cn1-codescan-scandit which is actually far more advanced but the company that

[codenameone-discussions] Re: Android debug with android studio 4

2021-05-10 Thread Shai Almog
ect on the simulator. > When I try to run it on a device, however, I can't access the "Codename > one" menu. How do I build to a device ? > > On Wednesday, April 28, 2021 at 9:56:23 PM UTC-4 Shai Almog wrote: > >> Yes. What matters is the gradle version. I suggest

[codenameone-discussions] Re: select image, show it, then send it to localhost via php

2021-05-10 Thread Shai Almog
You can use the standard multipart upload. It works like a standard HTML form with file field so should be pretty easy to process on the server side: https://www.codenameone.com/javadoc/com/codename1/io/MultipartRequest.html On Tuesday, May 11, 2021 at 5:29:10 AM UTC+3 mohamedmel...@esprit.tn

[codenameone-discussions] Re: ios builds are broken again

2021-05-10 Thread Shai Almog
We're looking at this. I tried a simple workaround but it isn't a simple fix. On Tuesday, May 11, 2021 at 3:52:10 AM UTC+3 daved...@gmail.com wrote: > > Process return code is 0 > Exception: org.xml.sax.SAXParseExceptionpublicId: -//Apple//DTD PLIST > 1.0//EN; systemId:

[codenameone-discussions] Re: iOS - writing in Library error - and cn1storage folder error

2021-05-09 Thread Shai Almog
By default we return directories with a / already there. It looks like you're adding an extra / and iOS is very sensitive to those things. On Sunday, May 9, 2021 at 4:19:06 PM UTC+3 P5music wrote: > My app is being tested on the iOS simulator. > > It writes some files in the private folder by

[codenameone-discussions] Re: Cannot install any iOS debug app

2021-05-09 Thread Shai Almog
Odd. Please file an issue on this. On Sunday, May 9, 2021 at 2:23:05 PM UTC+3 cver...@gmail.com wrote: > Ok, I think I figured this out. > > When you build for 12.4, it takes the display name for the ipa file, and > since it normally has spaces on it, then it won't install. > > If you build for

[codenameone-discussions] Re: Cannot install any iOS debug app

2021-05-08 Thread Shai Almog
Hi, did you try building other apps with Codename One or just this one? On Saturday, May 8, 2021 at 8:16:14 PM UTC+3 cver...@gmail.com wrote: > I uploaded the ipa to installonair.com and it worked. I previously > removed spaces in the name of the file, because I read somewhere that it > could

[codenameone-discussions] Re: New Xcode "mac" option

2021-05-08 Thread Shai Almog
Hi, We had to return our experimental device to Apple so we no longer have it. I'm personally waiting for M2 to upgrade my mac. On Saturday, May 8, 2021 at 7:03:53 PM UTC+3 javier...@gmail.com wrote: > Hi all, > > With the new version of Xcode there is a new "mac" option that is unticked > by

[codenameone-discussions] Re: Images generated with Flamingo tool have wrong size on iOS

2021-05-07 Thread Shai Almog
er build. > In general you can see that size can be wrong both bigger or smaller. > Regards > > Il giorno mercoledì 5 maggio 2021 alle 04:23:50 UTC+2 Shai Almog ha > scritto: > >> This looks fine. Can you isolate a test case that reproduces the problem? >> >>

Re: [codenameone-discussions] Re: maven-XCode built app has runtime error on iOS simulator because of getDisplayWidth function

2021-05-07 Thread Shai Almog
happen. > > Regards > > > Il giorno venerdì 7 maggio 2021 alle 04:47:15 UTC+2 Shai Almog ha scritto: > >> I would recommend removing the invokeAndBlock if possible. There are >> sometimes complex side effects to using it. >> Also, is CommandDialog an InteractionDial

[codenameone-discussions] Re: Web browser component camera/ mic permissions

2021-05-07 Thread Shai Almog
Hi, this will be a problem. On Android webRTC might work in the browser (with said permissions) but embedded browsers don't prompt for permissions. On iOS webRTC isn't supported in the embedded browser component and needs to be used natively or with a hybrid approach. If you need webRTC in a

Re: [codenameone-discussions] Re: maven-XCode built app has runtime error on iOS simulator because of getDisplayWidth function

2021-05-06 Thread Shai Almog
I would recommend removing the invokeAndBlock if possible. There are sometimes complex side effects to using it. Also, is CommandDialog an InteractionDialog or Dialog? On Thursday, May 6, 2021 at 6:34:10 PM UTC+3 P5music wrote: > The blocking issue happens also on real iPad II device, that is,

[codenameone-discussions] Re: Images generated with Flamingo tool have wrong size on iOS

2021-05-04 Thread Shai Almog
ator skin (and so it > seems for the real device). > Regards > > Il giorno martedì 4 maggio 2021 alle 03:56:13 UTC+2 Shai Almog ha scritto: > >> What's in the paint() method of SaveIconSoliciting()? >> >> On Monday, May 3, 2021 at 9:37:26 AM UTC+3 P5music wrote: &

[codenameone-discussions] Re: Images generated with Flamingo tool have wrong size on iOS

2021-05-03 Thread Shai Almog
, because it is in > big size (but in normal viewport size), as you can see in the detail of the > attached image. > > Regards > Il giorno lunedì 3 maggio 2021 alle 03:58:32 UTC+2 Shai Almog ha scritto: > >> I don't understand the logic of your app here. >> You're sc

[codenameone-discussions] Re: Images generated with Flamingo tool have wrong size on iOS

2021-05-02 Thread Shai Almog
image is huge but the viewport just shows a portion of it. > > The viewport is the button > and it is the size of the resulting image: > it has the right size in pixels but the drawing exceedes it. > Regards > Il giorno domenica 2 maggio 2021 alle 03:37:11 UTC+2 Shai Almog ha sc

[codenameone-discussions] Re: List item style not rendered

2021-05-02 Thread Shai Almog
Hi, when the list doesn't have focus no selection is rendered by default. I think invoking setIgnoreFocusComponentWhenUnfocused(false) would disable that behavior. On Sunday, May 2, 2021 at 5:27:33 PM UTC+3 Ivan wrote: > Hi guys, > I'm usig com.codename1.ui.List with items of type Multibutton

[codenameone-discussions] Re: Images generated with Flamingo tool have wrong size on iOS

2021-05-01 Thread Shai Almog
What's normalButtonSize ? I'm assuming it's huge on iOS. On Saturday, May 1, 2021 at 5:36:05 PM UTC+3 P5music wrote: > Here are the images (see previous message) > Regards > Il giorno sabato 1 maggio 2021 alle 14:09:35 UTC+2 P5music ha scritto: > >> My CN1 app has some buttons on the interface

[codenameone-discussions] Re: Menu substitute with the same button

2021-04-30 Thread Shai Almog
If you add a right side material command it should give you a callback when the menu button is pressed. I don't understand the problem, if you already use a side command you can just use a dialog instead of a menu. On Friday, April 30, 2021 at 10:42:34 PM UTC+3 P5music wrote: > > I need to

[codenameone-discussions] Re: CodenameOne plugin loses project control (maven migrated)

2021-04-30 Thread Shai Almog
If you're using maven the Codename One plugin isn't applicable. You don't need it installed. The plugin is only relevant to the old ant build. All of its functionality can be invoked via maven targets. On Friday, April 30, 2021 at 6:40:59 PM UTC+3 P5music wrote: > > I have IntelliJ Idea

[codenameone-discussions] Re: "Failed to create CEF browser" on OSX with IntelliJ Idea maven-migrated project

2021-04-29 Thread Shai Almog
I suggest removing the whole directory then launching Codename One Settings and running the Update command from the menu on the right. It should install CEF correctly for you. On Friday, April 30, 2021 at 12:47:15 AM UTC+3 P5music wrote: > I am using IntelliJ Idea on OSX Catilina for my

[codenameone-discussions] Re: App doesn't work on old 32bit iOS devices - will it on 64bit or newer ones?

2021-04-29 Thread Shai Almog
I'm pretty sure the results would be the same except for the portions related to HTML which might be different as Apple migrated to a different browser in newer versions. If you can break this down to case by case with screenshots we might be able to point you in the right direction. On

[codenameone-discussions] Re: Accessing resources in maven-migrated project

2021-04-29 Thread Shai Almog
Not sure. I'll check On Thursday, April 29, 2021 at 9:56:52 AM UTC+3 P5music wrote: > > My app was migrated to a maven project.I can run it in the simulator. > But I see that something changed as to accessing the resources I put in > the package. > > The app used to access some HTML files in a

[codenameone-discussions] Re: CN1 icon greyed out in maven-migrated project

2021-04-29 Thread Shai Almog
The plugin for Codename One is no longer applicable for a maven project. You need to use the maven targets for all of the plugin functionality. On Thursday, April 29, 2021 at 9:29:00 AM UTC+3 P5music wrote: > > Yesterday I migrated my project to maven, it seemed successful although > the tool

[codenameone-discussions] Re: Secondary account for testers to access builds page

2021-04-28 Thread Shai Almog
You can send the OTA link to yourself via email or just copy it via the copy to clipboard button. This link is shareable and you can send it to anyone. The link expires after 2 days. The device UUID needs to be in your provisioning profile. Pro users can use testflight but that's a complex

[codenameone-discussions] Re: Android debug with android studio 4

2021-04-28 Thread Shai Almog
Yes. What matters is the gradle version. I suggest using Gradle 6.5 and defining android.appBundle=true in the build hints. Also you can migrate to maven (if you aren't there already) and do a local build. This will launch Android Studio seamlessly upon build so you can debug. See this:

[codenameone-discussions] Re: CN1AppleSignIn breaks UWP builds

2021-04-27 Thread Shai Almog
Please file an issue on this here: https://github.com/codenameone/CodenameOne/issues/ We'll try to fix this soon. On Wednesday, April 28, 2021 at 1:10:12 AM UTC+3 javier...@gmail.com wrote: > For example, > > "using System;" is missing from the below file. Can someone please fix > the CN1Lib so

[codenameone-discussions] Re: IOS sdk issue

2021-04-27 Thread Shai Almog
h-src/OpenUDID.m:147:22: >> >> warning: values of type 'NSUInteger' should not be used as format >> arguments; add an explicit cast to 'unsigned long' instead [-Wformat] >> (NSUInteger)(arc4random() % NSUIntegerMax)]; >> ^~~~

[codenameone-discussions] Re: Errors in build.xml

2021-04-27 Thread Shai Almog
In which IDE did you initially generate the project? I would suggest using the maven migration tool which might be simpler than going down the rabbit hole of what broke in the migration. On Tuesday, April 27, 2021 at 9:30:45 AM UTC+3 P5music wrote: > > I changed the os of my development machine

[codenameone-discussions] Re: 32-bit ipa file not recognized by iPad

2021-04-26 Thread Shai Almog
The link will only work on installing via Safari with our QR code or directly from the web app. To install the IPA directly you'll need to sideload via itunes. It can't be installed through a file manager. On Tuesday, April 27, 2021 at 12:02:57 AM UTC+3 P5music wrote: > I sent an iOS build

[codenameone-discussions] Re: About screenshot specifications for Apple App Store

2021-04-26 Thread Shai Almog
Just use something like this: https://theapplaunchpad.com/ There are many of these companies around. On Monday, April 26, 2021 at 4:47:28 PM UTC+3 P5music wrote: > I asked this question on the Apple developer forum but I got no answers. > Maybe some developers here, that have released on the

[codenameone-discussions] Re: IOS sdk issue

2021-04-26 Thread Shai Almog
We updated our build servers to include xcode 12.4 and pushed out that update. As a result we experienced some issues related to that annual mess. Right now we're still defaulting to 11.3 but you should be able to explicitly send an xcode 12.4 build using: ios.xcode_version=12.4 Notice that

[codenameone-discussions] Re: Button padding

2021-04-22 Thread Shai Almog
RoundRectBorder has some intrinsic minimum size specifically calculated like this: @Override public int getMinimumHeight() { return Display.getInstance().convertToPixels(shadowSpread) + Display. getInstance().convertToPixels(cornerRadius) * 2; } @Override public int getMinimumWidth() {

Re: [codenameone-discussions] Re: Newbie here

2021-04-21 Thread Shai Almog
can look into to see > how it all looks like? > Thanks. > > On Wed, Apr 21, 2021 at 9:14 AM Woyce Batkins wrote: > >> Thanks >> >> On Wed, Apr 21, 2021 at 3:46 AM Shai Almog wrote: >> >>> You can use one of the several QR code reading cn1libs w

[codenameone-discussions] Re: Newbie here

2021-04-20 Thread Shai Almog
You can use one of the several QR code reading cn1libs we have https://www.codenameone.com/cn1libs.html There's also a library for low level camera access but you won't need that for this purpose. Notice the libs are open source so you can look at the code, the way they work is through native

[codenameone-discussions] Re: Cannot install iOS Debug build on real iOS device

2021-04-19 Thread Shai Almog
o override the > minimum targeted version in new XCode. Is that true for you too? > 4) Are those old devices also prevented from downloading my app from the > AppStore? > Regards > > Il giorno lunedì 19 aprile 2021 alle 03:49:02 UTC+2 Shai Almog ha scritto: > >> You ne

[codenameone-discussions] Re: Cannot install iOS Debug build on real iOS device

2021-04-18 Thread Shai Almog
You need to explicitly set 32 bit mode for this device to work using ios.debug.archs=armv7 The device UDID needs to be in your provisioning profile for this to work as well. It might still not work since the newer version of xcode we have on the server might block older devices. This is outside

[codenameone-discussions] Re: About simulator screenshot-taking function

2021-04-17 Thread Shai Almog
ctical, especially for the people you are targeting > with CodenameOne, that is supposed to relieve from using Apple products and > tools, if you ponder about that. > Regards > > Il giorno sabato 17 aprile 2021 alle 05:42:53 UTC+2 Shai Almog ha scritto: > >> Yes. That

[codenameone-discussions] Re: About simulator screenshot-taking function

2021-04-16 Thread Shai Almog
rdì 16 aprile 2021 alle 05:55:04 UTC+2 Shai Almog ha scritto: > >> Screenshots of native widgets such as browser component have always been >> an issue in Codename One. We tried repeatedly to fix that but it relates to >> core problems in Java SE. If you need native widg

[codenameone-discussions] Re: weird typo in method name

2021-04-16 Thread Shai Almog
gives error because it is not an > Override. > Regards > > Il giorno venerdì 16 aprile 2021 alle 05:53:05 UTC+2 Shai Almog ha scritto: > >> The interface was deprecated because of the typo but some APIs still use >> the old deprecated version. >> >> On Thursda

[codenameone-discussions] Re: CRYPTO_internal error sending iOS Debug build

2021-04-16 Thread Shai Almog
brary. >> Regards >> >> Il giorno sabato 10 aprile 2021 alle 06:20:08 UTC+2 Shai Almog ha scritto: >> >>> >>> https://github.com/shannah/cn1-filechooser/blob/master/CN1FileChooser/codenameone_library_appended.properties >>> >>> On Frida

[codenameone-discussions] Re: About simulator screenshot-taking function

2021-04-15 Thread Shai Almog
Screenshots of native widgets such as browser component have always been an issue in Codename One. We tried repeatedly to fix that but it relates to core problems in Java SE. If you need native widgets in the shot the only way to get a screenshot is on the device. On Thursday, April 15, 2021

[codenameone-discussions] Re: weird typo in method name

2021-04-15 Thread Shai Almog
The interface was deprecated because of the typo but some APIs still use the old deprecated version. On Thursday, April 15, 2021 at 5:19:28 PM UTC+3 P5music wrote: > I do not know if it is useful but > I noticed that in code like > > webView.addJSCallback("javascript code

[codenameone-discussions] Re: Push build hint and photo/music

2021-04-15 Thread Shai Almog
:02:12 AM UTC+3 P5music wrote: > Thanks, > is it the same for newStorageLocation and PhotoLibrary and AppleMusic ones? > Could I remove them? Would be it useful to remove? > Regards > Il giorno giovedì 15 aprile 2021 alle 06:30:06 UTC+2 Shai Almog ha scritto: > >> Push is enab

[codenameone-discussions] Re: New Google restrictions on CN1 apps

2021-04-15 Thread Shai Almog
Hi, I've asked Steve to look into this issue and raised its priority to critical. On Friday, April 16, 2021 at 12:10:34 AM UTC+3 javier...@gmail.com wrote: > Darn it > > Got this message today. This unresolved, high-priority, 8-months-old issue > is finally coming to bite in the ass >

[codenameone-discussions] Re: Push build hint and photo/music

2021-04-14 Thread Shai Almog
orrespond to the push build hint > except the push feature itself. > Could it be some old import for a certain feature that is not present in > my app at present time? > Regards > > Il giorno mercoledì 14 aprile 2021 alle 03:36:09 UTC+2 Shai Almog ha > scritto: > >> If

[codenameone-discussions] Re: iOS build in error

2021-04-13 Thread Shai Almog
Is it the Apple password? But I wonder: is your system managing also > 2-factors authentication? > > Regards > Il giorno martedì 13 aprile 2021 alle 03:51:25 UTC+2 Shai Almog ha scritto: > >> Yes. Your certificate files are invalid or don't match the certificate >> pass

[codenameone-discussions] Re: Expunge FileChooser from project

2021-04-12 Thread Shai Almog
See this: https://www.codenameone.com/blog/tip-uninstall-cn1lib.html On Monday, April 12, 2021 at 5:11:44 PM UTC+3 P5music wrote: > How do I expunge all FileChooser dependencies and files from my project so > to send an iOS build without the cloud files build hint? > > Thank in advance > --

[codenameone-discussions] Re: iOS build in error

2021-04-12 Thread Shai Almog
Yes. Your certificate files are invalid or don't match the certificate password. On Monday, April 12, 2021 at 4:18:29 PM UTC+3 P5music wrote: > Can you please have a look at this error log by an iOS debug build? > It seems that the certificate password is wrong. > Am I right? > Are there other

[codenameone-discussions] Re: Simulator skins and real device size/dpi for screenshots

2021-04-09 Thread Shai Almog
aveat is to make it have the top-left corner in the top-left > corner of the screen so the menu is accessible. > It could be done with just some lines of code, and it would be very useful > for developers that have the BC in the layout, to make official screenshots. > Regards >

[codenameone-discussions] Re: Simulator skins and real device size/dpi for screenshots

2021-04-08 Thread Shai Almog
s they are reasonably >> representative and don't obviously originate from a non-apple device. >> So take a real screen shot and photoshop it to the required sizes. >> >> On Tuesday, April 6, 2021 at 6:47:39 PM UTC-7 Shai Almog wrote: >> >>> The size is

[codenameone-discussions] Re: Simulator skins and real device size/dpi for screenshots

2021-04-06 Thread Shai Almog
The size is identical. If you use the screenshot feature (without skin) you'll get a size that should correspond to the device resolution. On Tuesday, April 6, 2021 at 10:14:36 PM UTC+3 P5music wrote: > Being that at present time it would be very difficult for me to use the > maven feature,

[codenameone-discussions] Re: CRYPTO_internal error sending iOS Debug build

2021-04-05 Thread Shai Almog
oudDocuments=true provisioning settings? Or are they just good? > Regards > > Il giorno lunedì 5 aprile 2021 alle 03:27:10 UTC+2 Shai Almog ha scritto: > >> CER files won't work. You need to generate P12 files using the >> certificate wizard or use a process to generate th

[codenameone-discussions] Re: CRYPTO_internal error sending iOS Debug build

2021-04-04 Thread Shai Almog
d I think, I do > not know if you mean the cer files themselves. > Regards > > Il giorno domenica 4 aprile 2021 alle 03:53:42 UTC+2 Shai Almog ha scritto: > >> I'll need the full logs to tell for sure. How did you generate the P12 >> certificate files? >> Did y

[codenameone-discussions] Re: iOS build - app link expiration time

2021-04-03 Thread Shai Almog
For free users only the last build is saved. Paid users have 5 last builds saved. For everyone builds are saved no more than 3 days. On Saturday, April 3, 2021 at 8:34:36 PM UTC+3 daved...@gmail.com wrote: > they last a while, but don't depend on it. > > On Saturday, April 3, 2021 at 7:30:44 AM

[codenameone-discussions] Re: CRYPTO_internal error sending iOS Debug build

2021-04-03 Thread Shai Almog
I'll need the full logs to tell for sure. How did you generate the P12 certificate files? Did you use our wizard? On Saturday, April 3, 2021 at 5:23:07 PM UTC+3 P5music wrote: > I am trying to build for iOS debug. > I send the build to the server but it's in error. > > In the log all seems to be

[codenameone-discussions] Re: Control Center's save functionality problem

2021-04-02 Thread Shai Almog
Hi, thanks. I think there's already a fix for that in git. We'll try to push out an update for that app today. On Thursday, April 1, 2021 at 6:56:05 PM UTC+3 javier...@gmail.com wrote: > Hi, > > I've used a gap in my dev routine to upgrade and test the new Control > Center and also to migrate

[codenameone-discussions] Re: CSS vs Designer Tool

2021-03-31 Thread Shai Almog
Hi, we generally recommend CSS for newer code. It makes it easier for us to share designs and code so we're slowly migrating in that direction. Localization is under development. We plan to offer a way to do that via property files that will map to the resource localization. I don't think it's

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-31 Thread Shai Almog
se tell me. Or even a > workaround. > Thank you > Il giorno mercoledì 31 marzo 2021 alle 03:58:01 UTC+2 Shai Almog ha > scritto: > >> I don't think there's a solution for that. I suggest rethinking your UI >> design so the BC is in a single form. Notice that a lot of

Re: [codenameone-discussions] Re: About the "Send build to iOS Simulator" choice

2021-03-30 Thread Shai Almog
bscribers? > > So now it is for free and it uses maven that makes it possible easily. > Is this correct? > > Il giorno sabato 27 marzo 2021 alle 05:36:57 UTC+1 Shai Almog ha scritto: > >> Keep an eye on the blog. >> >> On Friday, March 26, 2021 at 1:17:49 PM UTC+3 P5m

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-30 Thread Shai Almog
t; "gone". Let's say that a small area, like 1 cm, remains visible, no further > scrolling possible. > Please have a look to the attached images: the first image to see is named > "landscape_mode", the second image is named "scrolled_UI_lanscape_mode". > &

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-29 Thread Shai Almog
s available for the user as an > "handle" to scroll back. > 2 - Is it possible to achieve it in an elegant way with containers and > things like that? Or with some workaround? > > Regards > > Il giorno sabato 27 marzo 2021 alle 05:40:40 UTC+1 Shai Almog ha scritto: >

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-26 Thread Shai Almog
are up too much. > > Is it possible to disable the BC scrolling effectively? (setting the > scrollableY has no effect) > It is not in a BorderLayout, so it has not to take over at all like you > say, it is not needed. > Thanks in advance > > > Il giorno venerdì 19 marzo 202

[codenameone-discussions] Re: Really bad design for the web site

2021-03-26 Thread Shai Almog
gin > is required, and the point where you have to click > to set email us way over to the right , aligned with "password". As you > can see, there's no visual cue at all to where to click. > [image: site.jpg] > On Thursday, March 25, 2021 at 11:16:30 PM UTC-7 Shai A

Re: [codenameone-discussions] Re: About the "Send build to iOS Simulator" choice

2021-03-26 Thread Shai Almog
app on the iOS simulator, to see if the same Android > quirknesses affect it. > Maybe they don't, so the app works on iOS(?). > Regards > > Il giorno giovedì 18 marzo 2021 alle 04:11:27 UTC+1 Shai Almog ha scritto: > >> Debugging on device is pretty common for anyone writing native

[codenameone-discussions] Re: Really bad design for the web site

2021-03-26 Thread Shai Almog
I don't see this. Looking at this and your other issue with install I have a feeling this might be a problem on your device? On Thursday, March 25, 2021 at 11:48:13 PM UTC+2 daved...@gmail.com wrote: > The latest revision of the codenameone web site has a tiny box, whose > location is not

[codenameone-discussions] Re: events are disabled

2021-03-26 Thread Shai Almog
Hi, you're using the old/deprecated designer and long deprecated GUI builder. We have a newer GUI builder that works very differently and is more modern in its approach. See https://www.codenameone.com/blog/tutorial-gui-builder-autolayout-signin-form-responsive.html On Thursday, March 25, 2021

Re: [codenameone-discussions] Re: Mostly broken, barely usable, install debug apps on IOS

2021-03-24 Thread Shai Almog
rom private to unlisted > > On Tuesday, March 23, 2021 at 8:43:23 PM UTC-7 Shai Almog wrote: > >> @Dave you need to make the video visible to people with the link. Sorry I >> wasn't clear about that. >> @Javier try the new Build app. We'd like to move to a more "

Re: [codenameone-discussions] Google play issue

2021-03-23 Thread Shai Almog
Everything Javier wrote is correct. A couple of nuances that might have been missed: 15% is now the default for both Apple and google in in-app-purchase until you reach 1M USD annually. Google is less strict about enforcement so it's possible your app will pass with regular credit card

Re: [codenameone-discussions] Re: Mostly broken, barely usable, install debug apps on IOS

2021-03-23 Thread Shai Almog
visible I am >> repeatedly >> Tapping on the target area. >> On Monday, March 22, 2021 at 10:20:21 PM UTC-7 Shai Almog wrote: >> >>> Can you create a private youtube video and post the link? >>> >>> On Monday, March 22, 2021 at 9:05:29 AM UTC+2

Re: [codenameone-discussions] new behavior: "wants to send notifications"

2021-03-22 Thread Shai Almog
effect. > On Sunday, March 21, 2021 at 8:57:15 PM UTC-7 Shai Almog wrote: > >> Make sure ios.includePush is defined to false. >> >> On Monday, March 22, 2021 at 3:45:59 AM UTC+2 javier...@gmail.com wrote: >> >>> I believe that this is because of Steve's new

[codenameone-discussions] Re: Mostly broken, barely usable, install debug apps on IOS

2021-03-22 Thread Shai Almog
Can you create a private youtube video and post the link? On Monday, March 22, 2021 at 9:05:29 AM UTC+2 daved...@gmail.com wrote: > > It behaves the same using safari > > On Sunday, March 21, 2021 at 8:54:56 PM UTC-7 Shai Almog wrote: > >> You need to use Safari to install

Re: [codenameone-discussions] new behavior: "wants to send notifications"

2021-03-21 Thread Shai Almog
Make sure ios.includePush is defined to false. On Monday, March 22, 2021 at 3:45:59 AM UTC+2 javier...@gmail.com wrote: > I believe that this is because of Steve's new code that lets iOS show FG > notifications. Are you using local notifications code anywhere in that app? > > >

[codenameone-discussions] Re: Mostly broken, barely usable, install debug apps on IOS

2021-03-21 Thread Shai Almog
You need to use Safari to install. We never supported any other browser for the install part. On Monday, March 22, 2021 at 12:31:04 AM UTC+2 daved...@gmail.com wrote: > Installing debug builds on iPad almost doesn’t work at all, due to some > screwup in the touch management. Clicking to

Re: [codenameone-discussions] Dialogs truncated in landscape mode on Android device

2021-03-19 Thread Shai Almog
See: https://stackoverflow.com/questions/54712910/codename-one-ios-statusbar-on-landscape-orientation On Thursday, March 18, 2021 at 11:25:16 PM UTC+2 javier...@gmail.com wrote: > Use the show(int int int int) method and specify your margins > > On Thu, 18 Mar 2021, 14:45 'P5music' via

[codenameone-discussions] Re: Menu goes crazy on Android device when triggering gesture by mistake

2021-03-19 Thread Shai Almog
It's hard for me to tell from that description. How do you add these menus? What type of menus? Do you have a video? On Thursday, March 18, 2021 at 11:18:34 AM UTC+2 P5music wrote: > I am testing my CodenameOne app on real android device or emulators. > One of the screens has some controls and

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-19 Thread Shai Almog
d they would pass only when the BC is > in the very top scroll position, otherwise they would be used to scroll the > BC itself. > > Is it possible? > Il giorno giovedì 18 marzo 2021 alle 04:09:14 UTC+1 Shai Almog ha scritto: > >> Make the container in the north scrollabl

Re: [codenameone-discussions] Re: About the "Send build to iOS Simulator" choice

2021-03-17 Thread Shai Almog
8% of codename1users never need to get that deep >> into the weeds. >> >> On Tuesday, March 16, 2021 at 8:05:54 PM UTC-7 Shai Almog wrote: >> >>> Apple requires a Mac to build iOS apps. We use Apples official tools so >>> we generate an xcode proj

Re: [codenameone-discussions] Scrolling UI with a editable BrowserComponent (passing touch events beneath)

2021-03-17 Thread Shai Almog
Make the container in the north scrollable on Y axis e.g. northContainer.setScrollableY(true). Make sure it has a layout such as BoxLayout Y. On Wednesday, March 17, 2021 at 5:25:10 PM UTC+2 P5music wrote: > @Javier > It is enough that the UI scrolls, not the BC content, its height is set at

[codenameone-discussions] Re: Securing certificates and keys

2021-03-17 Thread Shai Almog
t; That's not good at all, Dave > > Il giorno mercoledì 17 marzo 2021 alle 04:04:41 UTC+1 Shai Almog ha > scritto: > >> The wizard downloads them for you. The cer file from the website is only >> useful for the Mac from which you generated. them. You need the P12 that &

[codenameone-discussions] Re: Net Communications on iphone device

2021-03-17 Thread Shai Almog
I was able to run it and got a NOK from the server. The question is what did the server get? Can your server deal with chunked requests? gzip? On Wednesday, March 17, 2021 at 7:28:48 AM UTC+2 a2nd...@gmail.com wrote: > No problem! > > > On Tuesday, March 16, 2021 at 11:03:16 PM UTC-

[codenameone-discussions] Re: iOS build testflight error

2021-03-17 Thread Shai Almog
Hi, the provisioning profile seems to have a problem. Did you download it manually? It seems to be invalid. As far as I recall the testflight build is a pro feature. But I'm not 100% sure. On Wednesday, March 17, 2021 at 10:43:45 PM UTC+2 miss...@gmail.com wrote: > Hi, > I got this error when

Re: [codenameone-discussions] Re: About the "Send build to iOS Simulator" choice

2021-03-16 Thread Shai Almog
nce. >> And, if possible, to know when this is would be available. >> Regards >> >> Il giorno venerdì 12 marzo 2021 alle 05:35:05 UTC+1 Shai Almog ha scritto: >> >>> Dave, your project is uncommonly large. For smaller developers it's very >>&g

[codenameone-discussions] Re: Securing certificates and keys

2021-03-16 Thread Shai Almog
The wizard downloads them for you. The cer file from the website is only useful for the Mac from which you generated. them. You need the P12 that the wizard generates and stores on your machine. On Wednesday, March 17, 2021 at 1:17:19 AM UTC+2 daved...@gmail.com wrote: > Certificates are all

[codenameone-discussions] Re: Net Communications on iphone device

2021-03-16 Thread Shai Almog
(returns nok); When I look at the server logs it >> still seems to receive >> a blank email and password when run from the device. >> On Monday, March 15, 2021 at 10:40:12 PM UTC-4 Shai Almog wrote: >> >>> I ran this test case but I'm getting an error from the

<    1   2   3   4   5   6   7   8   9   10   >