[codenameone-discussions] Does Braintree available for Israel or Arab countries?

2019-03-13 Thread bedspeed97
I used Braintree in my cn1 app but when reading a faq for it 
I wondered if i can use it from Israel or Arab countries
I see here on question 3. just 8 
country support for merchants 

if does not support, is there any other way can use it for that?

-- 
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/fcf0a6c7-6e8d-46db-92fb-aa1861d1ef82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-13 Thread Shai Almog
On Mac this won't compile yet. As I mentioned this is a problem. On Windows 
just define the build hint, it should use the ZuluFX SDK instead of the 
default SDK.

-- 
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/eb2368cb-68ea-4c76-9543-bd1ebd4b4d49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Strip html from string

2019-03-13 Thread shop . service . assistant
Perfect.
Thank You for all your help!

Regards

On Tuesday, March 12, 2019 at 12:17:03 PM UTC-4, Steve Hannah wrote:
>
> Use the RE class for regular expressions.
>
> https://www.codenameone.com/javadoc/com/codename1/util/regex/RE.html#subst-java.lang.String-java.lang.String-
>
> On Tue, Mar 12, 2019 at 7:30 AM > 
> wrote:
>
>> 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
>>
>> I am using StringUtil.replaceAll(html, "\\<.*?>", ""); to strip out html
>> However it is not working.
>>
>> Looking at the source for StringUtil.replaceAll substitutes literals, 
>> does not seem to support regular expression.
>>
>> Thoughts?
>>
>> Regards
>>
>> -- 
>> 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/c62d76bc-74d2-4833-a225-e38bc9a99b23%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Steve Hannah
> Software Developer
> Codename One
> http://www.codenameone.com
>

-- 
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/8ace06dc-c634-4e7b-a9cc-2faee4b9b7d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-13 Thread remonkroep
Shai,

How can I test the changes you made to make sure this fixes the issue?

-- 
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/46b8de2b-e454-4578-99c9-43ce89c69482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: JavaFX used by Windows and Mac OS Desktop builds outdated.

2019-03-13 Thread remonkroep
Shai,

How can I test the changes you made to make sure this fixes the issue?

On Tuesday, March 12, 2019 at 11:27:50 PM UTC-4, Shai Almog wrote:
>
> We're working on it but as suspected it's harder than just switching the 
> JDK implementation. 
> We added new build hints:
>
> win.desktop-vm=zuluFx8
> mac.desktop-vm=zuluFx8
>
> The Windows version seems to work. I haven't testing it other than 
> checking that it compiled. 
> The mac version doesn't seem to work, the problem relates to the horrible 
> support for multiple JDKs on Mac OS. This is something we'll need to dig 
> into and it might make more sense to target version 11 instead of 8.
>

-- 
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/b0e71273-b267-4f52-8b66-3cc679e65899%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.