Re: Problem with the function "editRecord" in a DynamicForm (SmartGwt)

2013-03-30 Thread Sanjiv Jivan
y it works fine!! :) > > > Thank you, > > Le vendredi 29 mars 2013 01:06:56 UTC+1, Sanjiv Jivan a écrit : > >> This functionality works fine even for Date type fields. You can see this >> by clicking any row in the grid which calls editRecord(..) on the form. >>

Re: Problem with the function "editRecord" in a DynamicForm (SmartGwt)

2013-03-28 Thread Sanjiv Jivan
This functionality works fine even for Date type fields. You can see this by clicking any row in the grid which calls editRecord(..) on the form. http://www.smartclient.com/smartgwt/showcase/#featured_pattern_reuse If you're still having problems then post your question on the SmartGWT forum incl

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Sanjiv Jivan
, but I was in doubt > because GWT (smartgwt) and compiled to javascript and have part of the RF > (RequestFactory), but I've thought a one implementation. Without wanting to > abuse his good vontante you have an example of a loading screen. > > 2013/3/5 Sanjiv Jivan > >>

Re: Is it possible to create screens at runtime?

2013-03-05 Thread Sanjiv Jivan
Hi Thiago, With SmartGWT (Pro and above), you can save screen definitions in XML and load them at runtime: http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/rpc/RPCManager.html#loadScreen(java.lang.String , com.smartgwt.client.rpc.LoadScreenCallback, java.lang.String[]) So you co

Re: How get widget width, after it's drawed ?

2013-02-05 Thread Sanjiv Jivan
Since you're using SmartGWT, use addDrawHandler(..). The callback gets invoked after the widget is rendered. vLayout.addDrawHandler(new DrawHandler() { @Override public void onDraw(DrawEvent drawEvent) { .. } }) On Mon, Jan 21, 2013 at 9:09 AM, Michał Zakrzewski < michal.zakr

Re: GWT 2.4 DevMode almost always hangs at "Checking for updates"

2012-11-13 Thread Sanjiv Jivan
oader and the Preferences class uses a static final member variable for the factory. On Tue, Nov 13, 2012 at 10:18 AM, Sanjiv Jivan wrote: > How can this check be disabled? > > Thanks, > Sanjiv > > > On Fri, Aug 10, 2012 at 10:21 AM, Thomas Broyer wrote: > >> It'

Re: GWT 2.4 DevMode almost always hangs at "Checking for updates"

2012-11-13 Thread Sanjiv Jivan
How can this check be disabled? Thanks, Sanjiv On Fri, Aug 10, 2012 at 10:21 AM, Thomas Broyer wrote: > It's browser independent, but OS dependent. You can disable the update > check though. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolki

Re: Client/Server communication. GWT-RPC ? GIlead ? Dozer ? RequestFactory ?

2012-04-07 Thread Sanjiv Jivan
Hi fabio, I've shared my thoughts on this subject here : http://www.jroller.com/sjivan/entry/solving_the_dto_dilemma Sanjiv On Sat, Apr 7, 2012 at 7:44 AM, fabio wrote: > I'm just about to start a major web app project (rewriting the main > product or a sofware vendor) . In the past I've been

Re: GWTTestCase possible issue (SmartGWT DMI call)

2012-01-04 Thread Sanjiv Jivan
The the issues with GWTTestCase that relate to the second thread are 1) GWTTestCase does not execute the onModuleLoad() of EntryPoint's specified in any inherited module and 2) GWTTestCase does not execute any linkers specified in inherited modules Sanjiv On Wed, Jan 4, 2012 at 8:26 AM, Patrick

Re: In development mode `$entry(...)` converts `false` to `Boolean(false)` which can be evaluated to true

2011-12-29 Thread Sanjiv Jivan
I hit the same issue as well. See the thread below which describes problem and a workaround. http://groups.google.com/group/google-web-toolkit-contributors/tree/browse_frm/month/2010-04/f728b64e7237b937?rnum=211&_done=%2Fgroup%2Fgoogle-web-toolkit-contributors%2Fbrowse_frm%2Fmonth%2F2010-04%3F Sa

Re: Convert Java bean Object to JSON in GWT 2.4

2011-10-13 Thread Sanjiv Jivan
Gere, Can you elaborate what you're trying to do here? What kind of datasource are you using in SmartGWT and where are you trying to convert the beans to JSON? If you're using RestDataSource then you're probably converting your beans to JSON on the server side and for this you can use a library lik

Re: JAXB + GWT

2011-09-14 Thread Sanjiv Jivan
If you're okay with using Smart GWT, it has inbuilt support for this. Have a look at this sample : http://www.smartclient.com/smartgwt/showcase/#featured_xsd_ds Sanjiv On Sat, Sep 3, 2011 at 2:21 PM, Kyle Anderson wrote: > I have an XML Schema defined in XSD format. Basically, there are a > wh

Re: EntityProxy, AutoBeanVisitor and Hibernate lazy properties.

2011-09-09 Thread Sanjiv Jivan
Just curious to know what you're using for your persistence layer? On Fri, Sep 9, 2011 at 4:31 AM, Thomas Broyer wrote: > > > On Friday, September 9, 2011 9:23:51 AM UTC+2, Tiago wrote: > >> Hello Thomas, >> >> On Sep 8, 11:38 am, Thomas Broyer wrote: >> > I believe RF is not meant to be used w

[ANN] Smart GWT 2.5 Released

2011-08-03 Thread Sanjiv Jivan
Hi all, Smart GWT 2.5 has been released. Release Announcement : http://www.jroller.com/sjivan/entry/smart_gwt_2_5_released Release Notes : http://www.smartclient.com/smartgwt/release_notes.html#2_5 Download : http://code.google.com/p/smartgwt/downloads/list Showcase Demo : http://www.smartclient.c

Re: Massive increase in compile time with GWT 2.3

2011-05-18 Thread Sanjiv Jivan
Have you tried compilation using SSD? I'm my experience from last year, SSD's were great for reads but terrible for writes and compilation of medium to large projects actually took a fair bit longer on SSD's. It's possible the newer SSD's have gotten better but I would recommend doing some more re

Re: Fail upgrade to GWT 2.3

2011-05-18 Thread Sanjiv Jivan
Hi, You can work around this by placing the GWT 2.3 jars before the Smart GWT jars in your classpath. This has been resolved in SVN and will be reflected in the next nightly build and the upcoming Smart GWT 2.5 release. Let me know if you still have any problems. Thanks, Sanjiv On Mon, May 9, 20

Re: To smart GWT or not

2011-02-11 Thread Sanjiv Jivan
> > 3. My third question is - Why smart GWT is not written in GWT so that it > can take advantage of GWT's optimised java script compiler.Smart GWT widget > the can be extended by user to customize it. Right now Smart GWT widgets are > just black box for developer. > > Theses a

Re: Exception falling through catch() in JSNI

2011-01-16 Thread Sanjiv Jivan
It is probably triggering window.onerror in IE. See gwt-log's setErrorHandler method in the class below if you'd like to register a handler for it in GWT. http://code.google.com/p/gwt-log/source/browse/trunk/Log/src/com/allen_sauer/gwt/log/client/impl/LogImplBase.java On Sun, Jan 16, 2011 at 10

[ANN] Smart GWT 2.4 Released

2011-01-04 Thread Sanjiv Jivan
Hi, Smart GWT 2.4 has been released. Release Announcement : http://www.jroller.com/sjivan/entry/smart_gwt_2_4_released Download : http://code.google.com/p/smartgwt/downloads/list Showcase Demo : http://www.smartclient.com/smartgwt/showcase/ The key features of this release are : * GWT 2.1.1 comp

Re: To smart GWT or not

2010-12-03 Thread Sanjiv Jivan
Jaroslav, If you're happy with GWT that’s great but please do not make such vague and baseless claims about Smart GWT. Legitimate bugs reported are fixed really quickly and existing users can attest to this. Smart GWT currently has around 42 open defects with a majority of them being low priority,

Re: Web service call

2010-07-28 Thread Sanjiv Jivan
> > Thanks > Deepak > > On Thu, Jul 29, 2010 at 12:45 AM, Sanjiv Jivan wrote: > >> Smart GWT supports binding to your webservices WSDL directly without the >> need for writing any additional server side binding code. Have a look at the >> fo

Re: Web service call

2010-07-28 Thread Sanjiv Jivan
Smart GWT supports binding to your webservices WSDL directly without the need for writing any additional server side binding code. Have a look at the following samples. http://www.smartclient.com/smartgwtee/showcase/#data_integration_server_wsdl_generic http://www.smartclient.com/smartgwtee/showc

Re: Export ListGrid in SmartGWT

2010-06-15 Thread Sanjiv Jivan
Hi Gopal, Please post Smart GWT related questions on the Smart GWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Thanks, Sanjiv On Mon, Jun 14, 2010 at 4:27 AM, gopal bhalala wrote: > I am using exportData on listGrid...Its working fine if i have only normal > fields like text. But

[ANN] Smart GWT 2.2 Released

2010-05-18 Thread Sanjiv Jivan
Hi, Smart GWT 2.2 has just been released. Release Announcement : http://www.jroller.com/sjivan/entry/smart_gwt_2_2_released Download : http://code.google.com/p/smartgwt/downloads/list Showcase Demo : http://www.smartclient.com/smartgwt/showcase/ The key features of this release are : * Selenium

Re: SmartGWT SimpleCalendar widget help

2010-05-06 Thread Sanjiv Jivan
Try calendar.addEventClickHandler(..) and call CalendarEventClick.getEvent() to obtain the CalendarEvent instance. In the future please post Smart GWT related questions on the Smart GWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Thanks, Sanjiv On Thu, May 6, 2010 at 4:14 AM, Nav

[ANN] Smart GWT 2.1 Released

2010-03-03 Thread Sanjiv Jivan
Hi all, Smart GWT 2.1 has just been released. Release announcement : http://www.jroller.com/sjivan/entry/smart_gwt_2_1_released Showcase with new samples : http://www.smartclient.com/smartgwt/showcase/ Project Page : http://code.google.com/p/smartgwt/ Here are some of the key features of this rel

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-16 Thread Sanjiv Jivan
On Tue, Feb 16, 2010 at 5:08 PM, Shawn Brown wrote: > Well I use GXT but like the smartgwt grids better so am looking at > this datasource issue. > > It's worrysome: > Thread > http://forums.smartclient.com/showthread.php?t=3012 > > Bug report asking for RPC datasource > http://code.google.com/p/s

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-16 Thread Sanjiv Jivan
be smart gwt is like that, because smart gwt pro/ee are better. Every thing > is just bussines, and so it should be. I am just saying my personal opinion. > > Regards. > > On Tue, Feb 16, 2010 at 1:47 PM, Sanjiv Jivan wrote: > >> What are you talking about? Care t

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-16 Thread Sanjiv Jivan
What are you talking about? Care to elaborate instead of writing a one liner with a smiley which makes no sense. "until they get in touch with server side code :) (not talking about ee/pro)" Are you having trouble writing server side code? Sanjiv On Tue, Feb 16, 2010 at 4:38 AM, mariyan nenchev

Re: Exceptions in Event Handlers(inner classes) are not shown by Dev Mode Panel in Eclipse!

2010-02-06 Thread Sanjiv Jivan
J-Pro, I've got some suggestions from John Tamplin on this and will be incorporating them in SmartGWT in a few days so this should be resolved soon. I see you've posted on the SmartGWT forum as well. I'll follow up with you on that thread. Thanks, Sanjiv On Fri, Feb 5, 2010 at 10:06 AM, Joel Webb

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread Sanjiv Jivan
. Sanjiv On Tue, Feb 2, 2010 at 11:03 PM, Bogdan Maryniuck wrote: > On Wed, Feb 3, 2010 at 12:31 PM, Sanjiv Jivan > wrote: > > It's quite easy to criticize a library, isn't it? > > Sanjiv, I remember all that ugly story with you and Ext stuff. And > really appreci

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-02 Thread Sanjiv Jivan
On Tue, Feb 2, 2010 at 8:11 PM, Bogdan Maryniuck wrote: > On Wed, Feb 3, 2010 at 1:38 AM, mariyan nenchev > wrote: > > i had the opportunity to write medium sized app with smart gwt, and for > me > > it was the most painful framework for me ever. > > Yes, it is. > > > I do not know what are the c

Re: display images in smartgwt

2010-01-26 Thread Sanjiv Jivan
By default the images are loaded from the path {web-root}/images/ In the future please post SmartGWT related questions on the SmartGWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Sanjiv On Tue, Jan 26, 2010 at 4:43 AM, joe7935 wrote: > hi all, > I want to display a image is my

Re: SmartGWT?!

2010-01-14 Thread Sanjiv Jivan
on the SmartGWT forum. Sanjiv On Thu, Jan 14, 2010 at 4:04 AM, Paul Robinson wrote: > Sanjiv Jivan wrote: > > SmartGWT has had the same clause since for a long time now. Read the > > actual license file - COPYING.html that is included in the SmartGWT > > distribution. > &g

Re: SmartGWT?!

2010-01-13 Thread Sanjiv Jivan
SmartGWT has had the same clause since for a long time now. Read the actual license file - COPYING.html that is included in the SmartGWT distribution. http://code.google.com/p/smartgwt/source/browse/trunk/distro-source/core/src/COPYING.html Since most of us are not lawyers, second guessing whats

Re: [ANN] SmartGWT 2.0 Released

2009-12-15 Thread Sanjiv Jivan
t this now fully supported? If yes, why is > it missing on the showcase? > > Mohsen > > On Mon, Dec 14, 2009 at 8:14 PM, Sanjiv Jivan wrote: > >> Hi, >> Smart GWT 2.0 has just been released. Here's the release announcement : >> http://www.jroller.com/sj

Re: [ANN] SmartGWT 2.0 Released

2009-12-15 Thread Sanjiv Jivan
Yozons Support on Gmail, Again, all the integration options were presented to you with detailed information on the suitability and pros and cons of each approach. Smart GWT (LGPL) also supports an XML / Json based Restful DataSource as well as a community written GWT-RPC Datasource. It is now up t

Re: [ANN] SmartGWT 2.0 Released

2009-12-15 Thread Sanjiv Jivan
Yozons Support on Gmail, That's definitely not the best approach. All the integration options along with the pros and cons were explained at length to you in the Smart GWT forum so I'm not sure why you're bringing this up again. Sanjiv On Mon, Dec 14, 2009 at 2:17 PM, Yozons Support on Gmail wrot

Re: SmartGWT 2.0 Released

2009-12-15 Thread Sanjiv Jivan
ATom, If you really want to be constructive, how about actually reporting what does not work in Opera instead on passing a such unfounded comments. Have you reported any issue related to Opera on the Smart GWT forum, or created an issue in tracker with a standalone testcase? Opera is fully support

[ANN] SmartGWT 2.0 Released

2009-12-14 Thread Sanjiv Jivan
Hi, Smart GWT 2.0 has just been released. Here's the release announcement : http://www.jroller.com/sjivan/entry/smart_gwt_2_0_released Updated Showcase Demo : http://www.smartclient.com/smartgwt/showcase/ Key features of this release : * GWT 2.0 support * New Enterprise Blue theme and improved E

Re: Query on Google Web Toolkit (GWT)

2009-12-06 Thread Sanjiv Jivan
Nilesh, You're just being paranoid. Your "friend" does not know what he's talking about :) Smart GWT is based on GWT and if GWT disappeared, so would Smart GWT. Neither of which is actually going to happen. Sanjiv On Fri, Dec 4, 2009 at 12:53 PM, Nilesh wrote: > Hi Everyone, > > I am working wi

Re: Query on Google Web Toolkit (GWT)

2009-12-06 Thread Sanjiv Jivan
Yozons Support on Gmail, GWT is different things for different people. GWT is not only about use of the widgets provided in the core library, or the use of GWT-RPC. These are just one of numerous features that GWT provides. The ability to write GWT application code in Java and IDE support is a huge

Re: Will 2.0 be backwards compatible with 1.7?

2009-11-18 Thread Sanjiv Jivan
Chris, SmartGWT 1.3 supports GWT 2.0. If anyone runs into any issues, feel free to post the details on the SmartGWT forum. Thanks, Sanjiv On Wed, Nov 18, 2009 at 2:37 PM, Chris Ramsdale wrote: > With 2.0 we've added added features such as UiBinder, ClientBundle, and > layout panel while continui

[ANN] SmartGWT 1.3 Released

2009-09-28 Thread Sanjiv Jivan
Hi all,SmartGWT 1.3 has just been released. This release contains several fixes and new features including Grid Summary support by groups and columns, masking support for form fields, and support for creation of reusable domain specific SimpleTypes for use in DataSources (e.g. ZipCodeUS). Release

Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-25 Thread Sanjiv Jivan
gt;MenuItem marketWatchItem = new MenuItem("Market Watch "); >MenuItem saveMarketWatchItem = new MenuItem("Save Market > Watch"); > >menu.setItems(addSecurityItem, deleteSecurityItem, buyItem, > sellItem, >marketWatchItem, saveMarke

Re: Problem In implementing Right Click for Mozilla in smartgwt

2009-09-23 Thread Sanjiv Jivan
Please use the SmartGWT forums for SmartGWT specific questions : http://forums.smartclient.com/forumdisplay.php?f=14 Try event.cancel() to prevent the default behavior of the browser context menu showing upon right-click. Sanjiv On Wed, Sep 23, 2009 at 2:12 AM, Niks wrote: > > Hi, > > Can anywo

Re: SmartGWT 1.2 Tile Sort &Filtering Example Question Fuzzy Search / (Maybe Bug)?

2009-08-18 Thread Sanjiv Jivan
Jan,Please post SmartGWT specific questions on the SmartGWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Thanks, Sanjiv On Mon, Aug 17, 2009 at 7:00 PM, Jan wrote: > > Hi everybody, > > I am just new to GWT and experiencing a little bit with SmartGWT, > implementing and trying to

Re: Who is using smartgwt?

2009-08-14 Thread Sanjiv Jivan
ncubator tree grid. > > On Aug 13, 11:54 pm, Daniel Jue wrote: > > Now, how about an MVP/Eventbus version of SmartGWT showcase? > > =) > > > > > > > > On Fri, Aug 14, 2009 at 1:31 AM, shay wrote: > > > > > I Highly recommend SmartGWT, be

Re: Who is using smartgwt?

2009-08-13 Thread Sanjiv Jivan
Hi Daniel,Please try upgrading to SmartGWT 1.2. Hosted mode should perform better. You're right that most of the resources from a compile output are not used and so if you're benchmarking, best to actually see what's transferred over the wire rather than the size of the output directory on the ser

[ANN] SmartGWT 1.2 Released

2009-08-12 Thread Sanjiv Jivan
Hi, SmartGWT 1.2 has just been released. This version supports GWT 1.7 and has improved support for interoperability with core GWT widgets. Some other features include full Safari 4.x support, ListGrid performance improvements, support for all enabled grid cell editors, availability of the ResultSe

overview of SmartGWT EE

2009-07-07 Thread Sanjiv Jivan
Hi,The SmartClient folks have released SmartGWT EE, the enterprise version which is built over SmartGWT LGPL. I recently test drove it and have written a detailed overview of it covering the various features it supports : http://www.jroller.com/sjivan/entry/introduction_to_smartgwt_enterprise_edit

Re: Image not appearing for ImgButton in SmartGWT

2009-06-13 Thread Sanjiv Jivan
Hi Abhiram,Please post your question on the SmartGWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 along with details / relevant code and we'll be happy to assist. Sanjiv On Sat, Jun 13, 2009 at 10:35 AM, abhiram wrote: > > Hi all, > > Just wanted to know if there is any image ty

[ANN] SmartGWT 1.1 Released

2009-05-20 Thread Sanjiv Jivan
Hi, SmartGWT 1.1 has been released. Here's the release announcement : http://www.jroller.com/sjivan/entry/smartgwt_out_of_beta_v1 Project Page : http://code.google.com/p/smartgwt/ Showcase Demo : http://www.smartclient.com/smartgwt/showcase/ The new samples can be found under the "New Samples"

Re: Smartgwt ListGrid Tick boxes

2009-04-15 Thread Sanjiv Jivan
Hi Ed, You probably have a stale jar as the API exists. Try getting a new download, or use the one from your linux box. If you're still having issues, please post on the SmartGWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Sanjiv On Wed, Apr 15, 2009 at 12:16 PM, eoc...@googlemai

Re: Announcing GWT 1.6 RC2

2009-04-03 Thread Sanjiv Jivan
Thanks for the tip Jason. Like IE and Firebug, the "debugger;" statement also causes JS breakpoints to be hit in Safari 4. On Fri, Apr 3, 2009 at 10:28 AM, Jason Essington wrote: > > For reference, you can already use the latest webkit nightly (safari4) > as your hosted mode engine (web inspecto

Re: SmartGWT 1.0b2 Released

2009-03-12 Thread Sanjiv Jivan
; wrote: > > Hi Sanjiv, > > > > thanks a lot! I'll check it for sure! > > > > Benoit > > > > On 28 fév, 11:21, Sanjiv Jivan wrote: > > > > > Hi Benoit,You can essentially override the transformRequest(DSRequest > > > requeest) of

Re: SmartGWT 1.0b2 Released

2009-02-28 Thread Sanjiv Jivan
se of a datasource using RPC > Calls ? > > Best regards, > > Benoit > > P.S. Sorry if you read two posts of me about the same thing, i'm not > sure if it works the first time. > > > On 27 fév, 07:27, Sanjiv Jivan wrote: > > Hi,SmartGWT 1.0b2 has just been rel

[ANN] SmartGWT 1.0b2 Released

2009-02-27 Thread Sanjiv Jivan
Hi,SmartGWT 1.0b2 has just been released. This release contains the much awaited Enterprise Gray skin. SmartGWT 1.0b2 is a stability release and contains various enhancements and bug fixes. GWT 1.6 M2 is also supported. Along with performance improvements, several new features and developer tools

Re: SmartGWT 1.0 Released

2008-11-23 Thread Sanjiv Jivan
t; > > > > On Nov 22, 6:48 pm, Tim <[EMAIL PROTECTED]> wrote: > > > > Excellent Job! > > > > > > some things are rough around the edges but overall this release is > > > > impressive! Gotta fix those image downloads though. And adding

[ANN] SmartGWT 1.0 Released

2008-11-18 Thread Sanjiv Jivan
Hi all,I have just released SmartGWT 1.0. Here is the release announcement : http://www.jroller.com/sjivan/entry/smartgwt_1_0_released Google Code Project Page : http://code.google.com/p/smartgwt/ Showcase Demo : http://www.smartclient.com/smartgwt/showcase/ Javadocs : http://www.smartclient.co