[codenameone-discussions] Re: "Create an Uber Clone" BOOK does It exists as a pdf file?

2018-10-15 Thread Fuad Nassar
my country isn't under Kindle Unlimited thank you Shai and I hope to accept my order in Amazon for buying the paper book On Monday, October 15, 2018 at 7:18:39 AM UTC+3, Shai Almog wrote: > > https://www.amazon.com/Create-Uber-Clone-Days-mobile-ebook/dp/B07FRXZRRV/ > > [image: Screen Shot

[codenameone-discussions] how i can add android pakege to netbeans[NBAndroid]

2018-11-06 Thread Fuad Nassar
i using NetBeans IDE and windows 64 i want to use native android interface so i need to import android package but that's not found as default. i show this video: https://www.youtube.com/watch?v=89Xv-namTXc which explain (*using NBandroid*) but the link was *damaged*. *is there any way to add

[codenameone-discussions] Re: how i can add android pakege to netbeans[NBAndroid]

2018-11-07 Thread Fuad Nassar
i want to use Speech To Text in codename one as this discussion the class used some imports for an android package like: import android.speech.RecognitionListener; import android.speech.RecognizerIntent; import

[codenameone-discussions] problem with capture video

2018-10-04 Thread Fuad Nassar
hi, I try to use this code to capture and show video [image: Capture.PNG] and then when running it under ( 4.4.4 Android Version ) I get something like this message "the camera was stopped" (in finally process failed) but when I use (6.1 Version) I get this message "Allow appname to

[codenameone-discussions] Re: problem with capture video

2018-10-04 Thread Fuad Nassar
final Form hi = new Form("Hi World"); hi.setLayout(new BorderLayout()); Button bCapture = new Button("Capture Media"); bCapture.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ect) { try { final MediaPlayer

[codenameone-discussions] Re: problem with capture video

2018-10-04 Thread Fuad Nassar
final Form hi = new Form("Hi World"); hi.setLayout(new BorderLayout()); final Button bCapture = new Button("Capture Media"); bCapture.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent ect) { try { final MediaPlayer

[codenameone-discussions] problem with capture video

2018-10-04 Thread Fuad Nassar
hi, I try to use this code to capture and show video [image: Capture.PNG] and then when running it under ( 4.4.4 Android Version ) I get something like this message "the camera was stopped" (in finally process failed) but when I use (6.1 Version) I get this message "Allow appname to access

[codenameone-discussions] layout resource file in codename one

2018-09-19 Thread Fuad Nassar
Recently I've developed something beutiful things in cn1 such as, • layout resource file in codename one • splite string "" or "\ n" or anything • sqlite tool (and solve some problem) ◘ This things you can found in my library in: https: //github.com/fuadnassar90/codenameone ◘ and this demo is

[codenameone-discussions] Re: layout resource file in codename one

2018-09-21 Thread Fuad Nassar
On Friday, September 21, 2018 at 7:44:15 AM UTC+3, Shai Almog wrote: > > I'm sorry I guess I don't understand the question? > If you developed it in Codename One then it exists. What are you asking? > > i need know if the other people developed this before or no ,and thank you to respond --

[codenameone-discussions] Re: problem when create Android certificate

2018-09-23 Thread Fuad Nassar
Thank you Mr. shai the problem was solved ,, i have anther question about cn1 i read this blog https://www.codenameone.com/manual/appendix-uwp.html and I wonder if I can build app for something like this devices ( HoloLens , internet of things ) using codename one ? On Saturday, September

[codenameone-discussions] PropertyCross demo

2019-01-23 Thread Fuad Nassar
how i can delete or change the progress icon in PropertyCross demo [image: Capture.PNG] -- 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] Membership & free ios tester (Without certificate)?!

2018-12-17 Thread Fuad Nassar
i read this article : https://developer.apple.com/support/compare-memberships/ and wondered if i can *test* my* ios app* in devices *without a developer account!* ,, if there way,,, *how i can do it?* -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: theme.res file in iphone

2018-12-04 Thread Fuad Nassar
i have a simple idea that will build any project including size theme.res more 50mb with a free account ^^ This would increase the powering of codename one and it will bring more developers for it -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Fuad Nassar
> > yes by using these functions > // 1) /** * * @param Url : direct link that can be downloading theme.res file * @param name : name theme file to saving that in FileSystemStorage e.g theme.res * @return path in FileSystemStorage for theme downloaded */

[codenameone-discussions] Re: theme.res file in iphone

2018-12-05 Thread Fuad Nassar
yes by using these functions > // 1) > /** > * > * @param Url : direct link that can be downloading theme.res file > * @param name : name theme file to saving that in FileSystemStorage > e.g theme.res > * @return path in FileSystemStorage for theme downloaded >

[codenameone-discussions] theme.res file in iphone

2018-12-02 Thread Fuad Nassar
Hi , If I reverse engineer on the ios app, can I find the theme.res file? or it will convert to another file!! thanks in advance .. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving

[codenameone-discussions] Re: BrowserComponent delete loading msg

2018-11-19 Thread Fuad Nassar
> > thank you it works ^^ > *i have simple idea to develop codename one you can make it and get more > money > the idea is building app which can connect to codename one website > this is very useful for downloading apps more faster from the dashboard -- You received this message because you

[codenameone-discussions] BrowserComponent delete loading msg

2018-11-19 Thread Fuad Nassar
IDE: NetBeans Device Android 4.4 kitkat BrowserComponent bc = new BrowserComponent(); bc.setPage("hello word ^^", null); gui_Container.add(bc); hi, i work with BrowserComponent to show above html code but when send app to android device i get this msg [image:

[codenameone-discussions] How to Change Color in image.png when (Selected ,Unselected)?

2019-01-12 Thread Fuad Nassar
hi, I have icon (as png img) like airbnb icon and i set it for Tab icon now i want to control select and unselect style with change color (red,

[codenameone-discussions] add some tag to android gradle file

2019-02-26 Thread Fuad Nassar
hi, *how I can add those tags to the Gradle file? * dependencies{ implementation "com.github.parse-community.Parse-SDK-Android:parse:1.19.0" } repositories { mavenCentral() jcenter() maven { url 'https://jitpack.io' } } I tried to add these hints, but the app was failed

[codenameone-discussions] Re: add some tag to android gradle file

2019-03-02 Thread Fuad Nassar
not working, really i started to feel that there's issues under this topic because i read the dvanced-topics and under Gradle Dependencies section i see that you added these hints as an example

[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

[codenameone-discussions] Re: Push Notification without value

2019-03-04 Thread Fuad Nassar
hi, can you help me to create a push notification with firebase? i will give you some money for this you can contact me via this e-mail: codenameone2...@gmail.com On Friday, February 8, 2019 at 2:33:36 AM UTC-8, tobias...@googlemail.com wrote: > > Hi, > > when i send a notification from the

[codenameone-discussions] how to fix hidden words in SpanLabel

2019-02-08 Thread Fuad Nassar
hi, i tried to use Gui builder to create a *container *that *contains *some component one of this component is *span button* and all thing work as fine but *when set large text in Sb the text will become like this* [image: Capture.PNG] *is there any solution to this problem? * .. Thanks in

[codenameone-discussions] show dialog when callback for native interface

2019-02-15 Thread Fuad Nassar
Device:Android KitKat 4.4.2 hi, i have something like this class for callback native interface package com.mycompany; public class NativeCallback { public static void callback() { // do stuff } } and need to show as this Dialog in my static method, without crash my app

[codenameone-discussions] Re: show dialog when callback for native interface

2019-02-15 Thread Fuad Nassar
thanks, it's work On Friday, February 15, 2019 at 9:29:14 PM UTC-8, Shai Almog wrote: > > Wrap it in callSerially as the callback is probably in the OS native > thread. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To

[codenameone-discussions] Re: The links that have pages with gif animations are not shown

2019-06-28 Thread Fuad Nassar
I have like this problem and I know that depends on the size of the gif image but what the solution for that. I need to load and show 1000kb GifImage without seeing black screen Or anything fishy. On Tuesday, July 24, 2018 at 3:51:45 AM UTC+3, rdvg...@gmail.com wrote: > > Excuse me, I

[codenameone-discussions] Re: The links that have pages with gif animations are not shown

2019-06-29 Thread Fuad Nassar
https://media.giphy.com/media/WprtU5zQoOPvdo260u/giphy.gif -- 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: The links that have pages with gif animations are not shown

2019-06-29 Thread Fuad Nassar
https://media.giphy.com/media/WprtU5zQoOPvdo260u/giphy.gif > > > [image: sp2.gif] > and set this code in main.class > Form hi = new Form("Gif", new BorderLayout()); > try { > hi.add(CENTER, new > ScaleImageLabel(GifImage.decode(getResourceAsStream("/sp2.gif"), 950272))); >

[codenameone-discussions] Re: The links that have pages with gif animations are not shown

2019-06-29 Thread Fuad Nassar
I used same these cn1lib and add this image in src file [image: sp2.gif] and set this code in main.class Form hi = new Form("Gif", new BorderLayout()); try { hi.add(CENTER, new ScaleImageLabel(GifImage.decode(getResourceAsStream("/sp2.gif"), 950272))); } catch

[codenameone-discussions] Re: What will happen to push notification service in ios app after expiration of Pro Account Subscription. ????

2019-12-09 Thread Fuad Nassar
i have same needed :/ react-native developers can using fcm to add push notification without buy any cost. he will told you that you should pay on each month for send notification. and he will told that using fcm for push notification can lead to gdpr problems. to this moment i believe this

[codenameone-discussions] problem when try to enable gps in android

2019-10-24 Thread Fuad Nassar
*hint* > android.gradleDep=;implementation > 'com.google.android.gms:play-services-location:10.0.1'; > * class nativeInterfaceImpl* private void showSettingDialog() { com.google.android.gms.location.LocationRequest locationRequest = >

[codenameone-discussions] Re: problem when try to enable gps in android

2019-10-24 Thread Fuad Nassar
*Thank you it's working * i will write here the steps to Turn on location services without navigating to settings page nativeInterface > import com.codename1.system.NativeInterface; public interface nativeInterface extends NativeInterface { public void enableGPSAPI(); }

[codenameone-discussions] Re: Use CSS & theme.res together in same project!

2019-12-20 Thread Fuad Nassar
> > Okay that's work > Is there an *easy way* to *change color of shadow* from black[default > color] *to yellow?* > On Saturday, December 21, 2019 at 7:10:42 AM UTC+2, Shai Almog wrote: > > CSS generates a new theme.css file every time you build the project. You > can have another res file

[codenameone-discussions] Re: Use CSS & theme.res together in same project!

2019-12-22 Thread Fuad Nassar
from theme.res file i created a simple style and used it by UIID On Sunday, December 22, 2019 at 4:04:37 AM UTC+2, Shai Almog wrote: > > This very much depends on the type of shadow you created. How did you > create the shadow? > -- You received this message because you are subscribed to the

[codenameone-discussions] Use CSS & theme.res together in same project!

2019-12-20 Thread Fuad Nassar
IDE: NetBeans Desktop OS: Windows 10 Simulator *Enable CSS* file from cn1 settings *lead to failed* loading* theme.res* file *can i use both two files in same project ? * .. *if yes, why i got failed **in loading theme file* *?* -- You received this message because you are subscribed to the

[codenameone-discussions] Re: Use CSS & theme.res together in same project!

2019-12-23 Thread Fuad Nassar
i feel you will say "sorry, this does not been supported until now, you should use this black f..king shadow" On Monday, December 23, 2019 at 4:14:20 PM UTC+2, Fuad Nassar wrote: > > round rect border -_- > > On Monday, December 23, 2019 at 4:16:01 AM UTC+2, Shai Almog wr

[codenameone-discussions] Re: Use CSS & theme.res together in same project!

2019-12-23 Thread Fuad Nassar
round rect border -_- On Monday, December 23, 2019 at 4:16:01 AM UTC+2, Shai Almog wrote: > > On a border? A round or round rect border? > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop

[codenameone-discussions] Re: [bug] CodeScanner doesn't work in ios

2020-02-25 Thread Fuad Nassar
Thank you shai, actually the *problem *has *fixed by add* these hint *ios.NSCameraUsageDescription=Some functionality of the application requires access to your camera* On Saturday, February 15, 2020 at 8:17:00 AM UTC+2, Shai Almog wrote: > > Only the cn1lib will work, that code doesn't exist

[codenameone-discussions] Invoke codename code from ios.afterFinishLaunching hint

2020-02-25 Thread Fuad Nassar
hi, i read this question about Invoke codename code from native interface , and tried that with success callback from native interface, but in my case the Objective-c code is in

[codenameone-discussions] Switch to next image in ImageViewer every 3 sec

2020-01-27 Thread Fuad Nassar
*i used ImageViewer in my app and i want to display images for user as automatically change.* *my code is * String[] imageURLs = { " http://awoiaf.westeros.org/images/thumb/9/93/AGameOfThrones.jpg/300px-AGameOfThrones.jpg ", "

[codenameone-discussions] Re: Switch to next image in ImageViewer every 3 sec

2020-01-27 Thread Fuad Nassar
i tried this but does not work in simulator and android device, i can see the change are done on then next image not on display image. On Tuesday, January 28, 2020 at 4:13:18 AM UTC+2, Shai Almog wrote: > > imodel.setSelectedIndex(...) -- You received this message because you are subscribed

[codenameone-discussions] setShowMyLocation() in goole map not enable gps always

2020-02-02 Thread Fuad Nassar
IDE: NetBeans Desktop Windows/Mac Device: Android pie my app use GoogleMap cn1 library and i use map.setShowMyLocation(true); function to display myLocation button but after run app on real device the gps will not enable always automatically (just first time) i already fixed this problem by

[codenameone-discussions] [bug] launch gui builder in intellij

2020-02-07 Thread Fuad Nassar
IDE: *intellij* Desktop OS: *Windows* *intellij *does *not launch *the *"new gui builder"* for .gui file in windows *but* on *mac **work *as fine. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and

[codenameone-discussions] Re: [bug] launch gui builder in intellij

2020-02-07 Thread Fuad Nassar
quot;native" and project work for all things as fine. but gui builder have some isuess and its not like gui builder in netbeans: *1) cann't open .gui file that generated in netbeans* *2) cann't change place of component after drag and drop.* On Saturday, February 8, 2020 at 12:08:54 AM UTC+2

[codenameone-discussions] [bug] CodeScanner doesn't work in ios

2020-02-14 Thread Fuad Nassar
Device: ios 13.1 our app need a scan qr code in ios device,so we tried to use this code to scan qr-code but that does not work for both package (codescan) import com.codename1.codescan.CodeScanner; import com.codename1.codescan.ScanResult; if (CodeScanner.getInstance() != null) {

[codenameone-discussions] Re: Integration with Tab payment method

2020-01-01 Thread Fuad Nassar
According https://github.com/Tap-Payments/goSellSDK-android#proguard-rules Requirements -- To use the SDK the following requirements must be met: 1. Android Studio 3.3 or newer 2. Android SDK Tools 26.1.1 or newer 3. Android Platform Version: API 28: Android

[codenameone-discussions] Re: Integration with Tab payment method

2020-01-02 Thread Fuad Nassar
oky thanks i will try that On Thursday, January 2, 2020 at 4:17:54 AM UTC+2, Shai Almog wrote: > > The best approach here is to download the sources without the changes and > try to integrate the lib into there. Then look at the changes you had to do > to the build and try to replicate them

[codenameone-discussions] Re: Use CSS & theme.res together in same project!

2019-12-24 Thread Fuad Nassar
Thank you soo much. I will keep following cn1 blogs for the next week. On Tuesday, December 24, 2019 at 4:44:15 AM UTC+2, Shai Almog wrote: > > There is no feature to control the shadow color in RoundRectBorder. I've > added a shadow color property to the

[codenameone-discussions] Integration with Tab payment method

2019-12-30 Thread Fuad Nassar
hi shai, i tried to adding Tab SDK for my android app to accepted payment method from arab country users in tab documentation i found that i should do some things like: 1) change *classpath

[codenameone-discussions] Apple reject app if contains Google Map

2020-04-10 Thread Fuad Nassar
Our app uses a google map cn1 lib to display some of locations and all thing work as fine but when sent it to App Store preview we got this rejected message "Guideline 4.0 - Design We continue to find that your app's location feature is not integrated with the built-in mapping functionality,

[codenameone-discussions] Re: add ( ios.forceIncludePush ) hint to codename one

2020-04-09 Thread Fuad Nassar
yeah, I know you are very busy. Thank you for all of your efforts. On Thursday, April 9, 2020 at 9:29:26 AM UTC+3, Shai Almog wrote: > > Hi, > we have some plans to add a free quota push option but it constantly gets > postponed with our ongoing tasks. > -- You received this message because

Re: [codenameone-discussions] Re: Apple reject app if contains Google Map

2020-04-11 Thread Fuad Nassar
yeah, I have this reject to another app but it fixed by deleting android mention in-app description On Fri, Apr 10, 2020 at 7:41 PM Dave Dyer wrote: > Good luck with that. Apple wouldn't approve my app until I removed the > work "android" from the product description. > I'm sure this kind of

Re: [codenameone-discussions] Re: Apple reject app if contains Google Map

2020-04-11 Thread Fuad Nassar
and this code was used to implement google map > > > > > > > > > > *MapContainer map = new MapContainer();Container > root = LayeredLayout.encloseIn(BorderLayout.center(map)); > addMarkers(res, map, "price_d");root.setScrollable(false); >

[codenameone-discussions] add ( ios.forceIncludePush ) hint to codename one

2020-04-08 Thread Fuad Nassar
hi, the ios.includePush build hint not work as fine in free & basic account, I need a build hint to do these things on Xcode project : 1) Uncomment these comments //#define INCLUDE_CN1_PUSH it's found in CodenameOne_GLAppDelegate.m & CodenameOne_GLViewController.m //#define

[codenameone-discussions] Increase the performance of list shop items

2020-05-04 Thread Fuad Nassar
hi, I want to create something like this page https://lh3.googleusercontent.com/hNSeIFqosY6NEyhSgu7JAhdK0ujVggz7uAnAeNyo0CeGJLkqNBe-9nxwUyWwiaiAfK4=w1366-h629-rw *My purposes:* create like the above list with high performance and low need to storage content (not downloading images) and make

[codenameone-discussions] Increase smoothing of ImageViewer

2020-07-08 Thread Fuad Nassar
hi, i want to increase smoothing for ImageViewer cmb i tried these functions bun not work gui_Image_Viewer.setScrollAnimationSpeed(100); gui_Image_Viewer.setScrollOpacityChangeSpeed(100); -- You received this message because you are subscribed to the Google Groups "CodenameOne

[codenameone-discussions] Re: Increase smoothing of ImageViewer

2020-07-13 Thread Fuad Nassar
i want to make more easy to scrolling (Reduced touch path) On Thursday, July 9, 2020 at 5:22:22 AM UTC+3, Shai Almog wrote: > > Hi > You probably shouldn't change either one of these. I > > 'm not sure what you mean by "smoothing". Do you mean panning within the > image, the transition between

[codenameone-discussions] Fix SSL handshake failed in BrowserComponent

2020-07-13 Thread Fuad Nassar
My BrowserComponent displaying HTML content to add online payment in my app. when i uses Test merchant ID there are no problems, but when using real merchant ID, i got this error: url:https://cap.attempts.securecode.com/acspage/cap?RID=8=A Received exception: SSL handshake failed

[codenameone-discussions] Where i can found CountryCodePicker ?

2020-06-10 Thread Fuad Nassar
hi, I can see that uber clone book uses CountryCodePicker class to give user choice to select code country number, I want to use same this class in my app Where I can found this class? -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"