Re: [11] RFR JDK-8202199 : Provide public, unsupported API for FX Swing interop

2018-05-08 Thread Ali Ebrahimi
gt;> Regards >>> Prasanta >>> On 5/7/2018 8:27 PM, Alan Bateman wrote: >>> >>>> >>>> >>>> On 07/05/2018 10:26, Prasanta Sadhukhan wrote: >>>> >>>>> : >>>>> >>>>> Modified webrev

Re: What is the process ?

2016-12-20 Thread Ali Ebrahimi
is a > feature / API we would consider accepting before you go off and spend much > time prototyping your ideas. > > Let me know if there are any questions on any of this. > > -- Kevin > -- Best Regards, Ali Ebrahimi

Re: Code Review Request For 8155757: Encapsulate impl_ methods in animation, canvas, image, input, layout, paint, and text packages

2016-05-03 Thread Ali Ebrahimi
// Method >>>> java/lang/Object."":()V >>>>4: return >>>> >>>> void foo(); >>>> Code: >>>>0: return >>>> } >>>> >>>> public class InnerPackageTest$InnerClass { >>>> final InnerPackageTest this$0; >>>> >>>> public InnerPackageTest$InnerClass(InnerPackageTest); >>>> Code: >>>>0: aload_0 >>>>1: aload_1 >>>>2: putfield #1 // Field >>>> this$0:LInnerPackageTest; >>>>5: aload_0 >>>>6: invokespecial #2 // Method >>>> java/lang/Object."":()V >>>>9: return >>>> >>>> public void bar(); >>>> Code: >>>>0: aload_0 >>>>1: getfield #1 // Field >>>> this$0:LInnerPackageTest; >>>>4: invokevirtual #3 // Method >>>> InnerPackageTest.foo:()V >>>>7: return >>>> } >>>> >>>> ...jim >>>> >>>> On 4/29/16 11:50 AM, Chien Yang wrote: >>>> >>>>> Hi Kevin, >>>>> >>>>> Please review the proposed fix: >>>>> >>>>> JIRA: https://bugs.openjdk.java.net/browse/JDK-8155757 >>>>> Webrev: http://cr.openjdk.java.net/~ckyang/JDK-8155757/webrev.00/ >>>>> >>>>> Thanks, >>>>> - Chien >>>>> >>>> -- Best Regards, Ali Ebrahimi

Re: Jvm crash: es2 pipeline crashs jvm on macosx vm

2016-04-16 Thread Ali Ebrahimi
is transferred to JBS. > But JI-9035391 is relate to Prism software pipeline error that happens in glass native code. I think these are separate issues. -- Best Regards, Ali Ebrahimi

Re: Glass: CGLCreateContext error: 10002: empty window on MacOSX VM

2016-04-15 Thread Ali Ebrahimi
wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report > > Thanks, > - Chien > > > On 4/14/2016 11:41 AM, Ali Ebrahimi wrote: > >> On macosx vm: >> >> We running with software pipeline user get CGLCreateContext error: 10002 >> in >>

Re: Jvm crash: es2 pipeline crashs jvm on macosx vm

2016-04-15 Thread Ali Ebrahimi
> reproduce the crash on our end. > > https://wiki.openjdk.java.net/display/OpenJFX/Submitting+a+Bug+Report > > Thanks, > - Chien > > > On 4/14/2016 12:16 PM, Ali Ebrahimi wrote: > >> When running javafx apps with es2 pipeline on macosx vm I get jvm crash. >>

Jvm crash: es2 pipeline crashs jvm on macosx vm

2016-04-14 Thread Ali Ebrahimi
[] = { +NSOpenGLPFAAllowOfflineRenderers, +0 +}; +fmt = [[NSOpenGLPixelFormat alloc] initWithAttributes : attributes]; } [pool release]; -- Best Regards, Ali Ebrahimi

Glass: CGLCreateContext error: 10002: empty window on MacOSX VM

2016-04-14 Thread Ali Ebrahimi
eturn pix; -- Best Regards, Ali Ebrahimi

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-14 Thread Ali Ebrahimi
*"char *"* in initMethod signature. So, same error and workaound: static jmethodID notifyChangedMID = initMethod( env, getJBFLClass(), (*char**)"notifyChanged", "()V"); So we have two way, 1: add all above casts 2: change initMethod signature: static jmethodID initMethod(JNIEnv* env, jclass cls, *const *char* name, const char* signature) Both works for me, but I vote for option 2. What do you think? -- Best Regards, Ali Ebrahimi

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Ali Ebrahimi
Done. Review ID: JI-9035229 On Wed, Apr 13, 2016 at 5:33 PM, Vadim Pakhnushev < vadim.pakhnus...@oracle.com> wrote: > Oh, right! > In that case I would suggest you to file a bug at the > http://bugs.java.com/ > > Thanks, > Vadim > > > On 13.04.2016

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Ali Ebrahimi
.net/browse/JDK-8090061 > Although it was pushed to the 9-dev in January. > > Vadim > > > On 13.04.2016 10:50, Ali Ebrahimi wrote: > >> Hi Kevin, >> I'm building with "Microsoft Visual Studio Ultimate 2013 Update 5" on >> win8.1 64bit and FX repo h

Re: Webkit: Conversion from string literal loses const qualifier

2016-04-13 Thread Ali Ebrahimi
build of FX is done using VS2013 and we haven't seen this > error. Where are you getting FX from? Are you using VS2013 Express or Pro? > If Express, be aware that we do not support 64-bit builds (although this is > not likely your problem). > > -- Kevin > > > > Ali Ebrahim

Webkit: Conversion from string literal loses const qualifier

2016-04-12 Thread Ali Ebrahimi
gt;(jlong_to_ptr(jitem)); } -static jmethodID initMethod(JNIEnv* env, jclass cls, char* name, const char* signature) +static jmethodID initMethod(JNIEnv* env, jclass cls, const char* name, const char* signature) { jmethodID mid = env->GetMethodID(cls, name, signature); ASSERT(mid);

Re: How to build openjfx9 for ios and andriod

2016-04-02 Thread Ali Ebrahimi
I finally able to build for ios, but for android have no success? On Mon, Mar 28, 2016 at 11:26 AM, Ali Ebrahimi <ali.ebrahimi1...@gmail.com> wrote: > I want to build openjfx9 for ios and andriod but build instructions for > openjfx8 does not work for openjfx9. > Please help me!

Re: review: remove a cygwin dependancy

2016-03-30 Thread Ali Ebrahimi
in dependancy > https://bugs.openjdk.java.net/browse/JDK-8151747 > http://cr.openjdk.java.net/~ddhill/8151747/ > > -- > David Hill<david.h...@oracle.com> > Java Embedded Development > > "A man's feet should be planted in his country, but his eyes should survey > the world."

Re: [9] API review request: 8090585: Provide an official API to start the JavaFX platform

2015-11-22 Thread Ali Ebrahimi
e are reversing the semantics for the public API in > Platform, where we do prevent duplicate calls. The end result is that we > have one public API (Platform.startup) with one set of semantics (prevent > duplicate values). > > -- Jonathan > > > On 21/11/15 11:57 PM

Re: [9] API review request: 8090585: Provide an official API to start the JavaFX platform

2015-11-21 Thread Ali Ebrahimi
runtime. > > https://bugs.openjdk.java.net/browse/JDK-8090585 > http://cr.openjdk.java.net/~kcr/8090585/webrev.00/ > > -- Kevin > > -- Best Regards, Ali Ebrahimi

Re: JavaScript library for JavaFX fans?

2014-12-16 Thread Ali Ebrahimi
if you can not forget java just use ZK framework. On Tue, Dec 16, 2014 at 6:59 PM, Jeff Martin j...@reportmill.com wrote: You’re spot on, Mark. I need to do a little lightweight-in-the-browser-without-the-JVM development, and as a long-time Swing/JavaFX developer, I don’t want my

Re: [Review request] RT-12643: JavaFX Dialogs API

2014-08-15 Thread Ali Ebrahimi
BUTTON_SIZE_INDEPENDENCE = controlfx.button.size.indepenence; //$NON-NLS-1$ may be you want javafx.button instead of controlfx.button, No? Ali Ebrahimi On Fri, Aug 15, 2014 at 4:18 AM, Jonathan Giles jonathan.gi...@oracle.com wrote: Hi all, After much discussion a 'final' JavaFX Dialogs API has been

Re: [8u] API Request: RT-25613, ObservableValue should have a hasListener(listener) method

2014-01-22 Thread Ali Ebrahimi
I suggest adding another overload for addListener method taking boolean parameter duplicateAllowed or duplicateNotAllowed. On Wed, Jan 22, 2014 at 3:00 PM, Richard Bair richard.b...@oracle.comwrote: The default implementation (for Observable) would look like this: public default void

Re: In(Sanity) Testing Mondays

2013-12-18 Thread Ali Ebrahimi
I think there is a typo in wiki page: M1: January 13, 2013 = M1: January 13, 2014 Best Regards, Ali Ebrahimi On Wed, Dec 18, 2013 at 11:02 PM, Stephen F Northover steve.x.northo...@oracle.com wrote: Hi all, So the sanity testing was a success. I would not say that the universe has

Re: JavaOne roundup?

2013-09-30 Thread Ali Ebrahimi
Yes, but they use that for ADF mobile. On Mon, Sep 30, 2013 at 12:59 PM, Tobias Bley t...@ultramixer.com wrote: Does Oracle really has an AOT based JVM for iOS and Android? Am 30.09.2013 um 11:16 schrieb Udo Rader list...@bestsolution.at: If you add the pieces of information together

Re: JavaFX 2 memory leaks in StyleManager (making FX2 completely unusable for application development)

2013-07-30 Thread Ali Ebrahimi
This is issue: https://javafx-jira.kenai.com/browse/RT-29055 Can you try this? On Tue, Jul 30, 2013 at 4:38 PM, Sven Reimers sven.reim...@gmail.comwrote: Any chance you can track down why it is leaking? -Sven On Tue, Jul 30, 2013 at 1:46 PM, Ali Ebrahimi ali.ebrahimi1...@gmail.comwrote

Re: [API Review]: Node validation

2013-07-08 Thread Ali Ebrahimi
() verifyBounds() checkNode() checkBounds() best Regards Ali Ebrahimi On Mon, Jul 8, 2013 at 4:50 PM, Martin Sladecek martin.slade...@oracle.comwrote: The plan is to have a final validate() method. Anyway, does anybody have a better suggestion? The validate should do both CSS and layout and I

Re: [API Review]: Node validation

2013-07-08 Thread Ali Ebrahimi
don't like verify or check - To me, these imply a method that is doing checks only and not changing state. A verify method would be something that returns a boolean or throws an exception. Scott On Mon, Jul 8, 2013 at 9:07 AM, Ali Ebrahimi ali.ebrahimi1...@gmail.com wrote: just my