|
From: Venkat R. <ven...@ef...> - 2004-09-29 06:58:03
|
Hi Dave, Thank you for your support. We tried compiling using both (VC++ and gcc) = the environments and caught up with link errors in both the scenarios. Can you please pass on the software/environment details you are using (including versions) and send the necessary build file, so that we can = try with the same setup. Thanks again. Regards, -Venkat -----Original Message----- From: Dave Dribin [mailto:da...@dr...]=20 Sent: Tuesday, September 28, 2004 8:17 PM To: Venkat Reddy Cc: wx4...@li...; Suresh Tummala; Narayan Mahadevan Subject: Re: wx4j build -link errors On Sep 28, 2004, at 5:28 AM, Venkat Reddy wrote: > Hi Dave, > > Thanks for your time. Appreciate your help. We are facing following=20 > issues in > implementing the UI using wx4j. > > 1. We can't find any layout option other than null. Are there any = other > layouts available in wx4j? Yes. See the Javadoc for all the implemented classes. > 2. Can't find similar option like setPreferredSize() (which is=20 > available > in Java) in wx4j? Is there any workaround? I don't know. > 3. Can we have buttons with images (both in enabled and disabled = state) Yes. See the demo and wxBitmapButton. > 4. Can't find any option to set the background color of List cells. Is > there any workaround. I don't think you can change this. > 5. Not able to find components like Table, Tab and Slider? These are=20 > not > available currently. Any workarounds or any easy approach to get these = > into > wx4j? If they are not available, there is no workaround. You must add them. =20 Run the wx4j demo. It should show all the widgets that are available. > Apart from this we are facing the following error on wx4j source code > compilation: I don't know why you are getting compile errors. It works fine for me.=20 Not sure why you are compiling using both Visual C++ and MinGW (gcc). = I'd stick with one tool chain and compile both wxWidgets and wx4j using=20 the same compiler. -Dave |