Re: Building SmartGWT project having multiple entry points with maven giving issue

2020-05-05 Thread pratik thaker
Hi Nick,

In my case, since there are multiple *.gwt.xml files, i think i am facing
issue with inheriting them.

Though i am using  ; did you forget to
inherit a required module?

I apologize that it doesn't look like multiple entry points issue since the
child project is having only single entry point.

On Thu, Apr 30, 2020 at 4:31 AM Nick Wilton  wrote:

> Hi Pratik,
>
> I’m uploaded an example pom.xml and module.gwt.xml to Gist:
> https://gist.github.com/NickWilton/dc1602fff24509154c076daa404bacb5
> This example uses SmartGWT 4.1 and GWT 2.8.
>
> The directory structure for this example is:
>
> / src / main / java /  yourpackage /  client
>   server
>   shared
>resources / yourpackage /  module.gwt.xml
>log4j.isc.config.xml
>server.properties
>webapp /Your Web Files Go Here
>   pom.xml
>
> You should be able to add the additional entry points into the module file
> (or have multiple module files each with a single entry point, and compile
> these separately).
> But I suggest getting it working with one entry point for now.
>
> I hope this helps.
>
> Regards,
> Nick
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit/FF51C2EE-C15E-43E6-9E9A-52DB8DFECB97%40guided.net.au
> <https://groups.google.com/d/msgid/google-web-toolkit/FF51C2EE-C15E-43E6-9E9A-52DB8DFECB97%40guided.net.au?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/CANb3oeyvfxznN%3DamX_W%2BvOi_%3Dz_ZyO4Kr8tC9UY68mwaaatFHQ%40mail.gmail.com.


Re: Building SmartGWT project having multiple entry points with maven giving issue

2020-04-29 Thread Nick Wilton
Hi Pratik,

I’m uploaded an example pom.xml and module.gwt.xml to Gist: 
https://gist.github.com/NickWilton/dc1602fff24509154c076daa404bacb5
This example uses SmartGWT 4.1 and GWT 2.8.

The directory structure for this example is:

/ src / main / java /  yourpackage /  client
  server
  shared
   resources / yourpackage /  module.gwt.xml
   log4j.isc.config.xml
   server.properties
   webapp /Your Web Files Go Here
  pom.xml

You should be able to add the additional entry points into the module file (or 
have multiple module files each with a single entry point, and compile these 
separately).
But I suggest getting it working with one entry point for now.

I hope this helps.

Regards,
Nick

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/FF51C2EE-C15E-43E6-9E9A-52DB8DFECB97%40guided.net.au.


Building SmartGWT project having multiple entry points with maven giving issue

2020-04-29 Thread pratik thaker
We have an enterprise UI application built with SmartGWT. It is having 
gwt.xml files with multiple entrypoints. Till now we were using ant to 
build the project and it was working fine. We would like to move to maven 
but it is giving below error,

Finding entry point classes


[INFO]   [ERROR] Hint: Check that the type name '(path of one of the 
entry point)' is really what you meant


[INFO]   [ERROR] Hint: Check that your classpath includes all required 
source roots

Please note that i have removed the actual path which it shows in the error 
message.

We are using GWT 2.7 and SmartGWT 4.1

Can you please suggest how to resolve it ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/9d4c9f72-d2cb-438d-8f20-545b88a90aa6%40googlegroups.com.


Re: GWT/smartgwt app support with Firefox 74.0

2020-04-03 Thread sudarshan rai
I have tried doing that in super-dev mode at least .At that time i was able 
to see those tabs which were not after firefox update
But i get the following popup while opening firefox:
ERROR: Possible problem with your *.gwt.xml module file.
The compile time user.agent value (safari) does not match the runtime 
user.agent value (gecko1_8). Expect more errors.

I guess we can get rid of the popup.But my concern is by generating only 
chrome permutations
1)Will all the functionalities of UI work in firefox(UI is pretty complex 
and large .I may have to test  thoroughly to conclude )
2)Even if it works in latest firefox, will it guarantee that it will work 
in older version as well(If user is using older version of firefox) 



On Friday, 3 April 2020 02:03:46 UTC+5:30, Michael Joyner wrote:
>
> Have you tried setting things up to only generate the chrome permutation 
> along with setting the fallback user-agent permutation being set to chrome?
>
> On 4/2/20 2:22 AM, sudarshan rai wrote:
>
> we have web application based on gwt along with some smart-gwt 
> components.The app used to be compatible with chrome and firefox. But after 
> Firefox 74.0 update some of the functionalities have stopped working in 
> firefox. But works fine in chrome.
>
> Smart-gwt components such as calendar are not loading.There is no error 
> stack in console apart from warnings.
>
>  ```
> 11:40:04.582:WARN:Log:Uncaught exception escaped: 
> com.google.gwt.core.client.JavaScriptException
> (NotSupportedError) 
>  __gwt$exception: 
>  code: 9
>  result: 2152923145
>  filename: 
> https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html
>  lineNumber: 13114
>  columnNumber: 0
>  data: null
>  stack: 
> i...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:13114:43
>  
> 
>
> D...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14538:49
>  
> 
>
> H...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15437:241
>  
> 
>
> U...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16221:290
>  
> 
>
> E...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15125:28
>  
> 
> $r@
> https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15556:210
>
> b...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16859:1255
>  
> 
>
> M...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16907:24578
>  
> 
>
> q...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14048:142
>  
> 
>
> x...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16907:392
>  
> 
> LQj/c.onreadystatechange<@
> https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:10966:65
>
> h...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:7982:30
>  
> 
>
> l...@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14735:60
>  
> 
> kdh/<@
> https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14216:56
>
>  INDEX_SIZE_ERR: 1
>  DOMSTRING_SIZE_ERR: 2
>  HIERARCHY_REQUEST_ERR: 3
>  WRONG_DOCUMENT_ERR: 4
>  INVALID_CHARACTER_ERR: 5
>  NO_DATA_ALLOWED_ERR: 6
>  NO_MODIFICATION_ALLOWED_ERR: 7
>  NOT_FOUND_ERR: 8
>  NOT_SUPPORTED_ERR: 9
>  INUSE_ATTRIBUTE_ERR: 10
>  INVALID_STATE_ERR: 11
>  SYNTAX_ERR: 12
>  INVALID_MODIFICATION_ERR: 13
>  NAMESPACE_ERR: 14
>  INVALID_ACCESS_ERR: 15
>  VALIDATION_ERR: 16
>  TYPE_MISMATCH_ERR: 17
>  SECURITY_ERR: 18
>  NETWORK_ERR: 19
>  ABORT_ERR: 20
>  URL_MISMATCH_ERR: 21
>  QUOTA_EXCEEDED_ERR: 22
>  TIMEOUT_ERR: 23
>  INVALID_NODE_TYPE_ERR: 24
>  DATA_CLONE_ERR: 25: Operation is not supported
> ```
> Is there no support for gwt/smart-gwt from firefox-74 onwards?
>
> version:
>
> GWT-2.6.1
>
> smartgwt-6.0p-02-11
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-web-toolkit+unsubscr...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-web-toolkit/4e87fb8b-caf8-44c0-ac40-da4dc011b49d%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/google-web-toolkit/4e87fb8b-caf8-44c0-ac40-da4dc011b49d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/6a1867ee-8e9a-495f-9957-647c3091dfcf%40googlegroups.com.


Re: GWT/smartgwt app support with Firefox 74.0

2020-04-02 Thread Michael Conrad
Have you tried setting things up to only generate the chrome permutation 
along with setting the fallback user-agent permutation being set to chrome?


On 4/2/20 2:22 AM, sudarshan rai wrote:
we have web application based on gwt along with some smart-gwt 
components.The app used to be compatible with chrome and firefox. But 
after Firefox 74.0 update some of the functionalities have stopped 
working in firefox. But works fine in chrome.


Smart-gwt components such as calendar are not loading.There is no 
error stack in console apart from warnings.


 ```
11:40:04.582:WARN:Log:Uncaught exception escaped: 
com.google.gwt.core.client.JavaScriptException

(NotSupportedError)
 __gwt$exception: 
 code: 9
 result: 2152923145
 filename: 
https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html

 lineNumber: 13114
 columnNumber: 0
 data: null
 stack: 
ihh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:13114:43

Dle@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14538:49
HXd@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15437:241
UJb@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16221:290
Er@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15125:28
$r@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15556:210
bs@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16859:1255
Mqj@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16907:24578
quh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14048:142
xuh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16907:392
LQj/c.onreadystatechange<@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:10966:65
hdh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:7982:30
ldh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14735:60
kdh/<@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14216:56

 INDEX_SIZE_ERR: 1
 DOMSTRING_SIZE_ERR: 2
 HIERARCHY_REQUEST_ERR: 3
 WRONG_DOCUMENT_ERR: 4
 INVALID_CHARACTER_ERR: 5
 NO_DATA_ALLOWED_ERR: 6
 NO_MODIFICATION_ALLOWED_ERR: 7
 NOT_FOUND_ERR: 8
 NOT_SUPPORTED_ERR: 9
 INUSE_ATTRIBUTE_ERR: 10
 INVALID_STATE_ERR: 11
 SYNTAX_ERR: 12
 INVALID_MODIFICATION_ERR: 13
 NAMESPACE_ERR: 14
 INVALID_ACCESS_ERR: 15
 VALIDATION_ERR: 16
 TYPE_MISMATCH_ERR: 17
 SECURITY_ERR: 18
 NETWORK_ERR: 19
 ABORT_ERR: 20
 URL_MISMATCH_ERR: 21
 QUOTA_EXCEEDED_ERR: 22
 TIMEOUT_ERR: 23
 INVALID_NODE_TYPE_ERR: 24
 DATA_CLONE_ERR: 25: Operation is not supported
```
Is there no support for gwt/smart-gwt from firefox-74 onwards?

version:

GWT-2.6.1

smartgwt-6.0p-02-11

--
You received this message because you are subscribed to the Google 
Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to google-web-toolkit+unsubscr...@googlegroups.com 
<mailto:google-web-toolkit+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/4e87fb8b-caf8-44c0-ac40-da4dc011b49d%40googlegroups.com 
<https://groups.google.com/d/msgid/google-web-toolkit/4e87fb8b-caf8-44c0-ac40-da4dc011b49d%40googlegroups.com?utm_medium=email&utm_source=footer>.


--
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/f01331a4-82ae-481e-c9e8-086b8e0f6808%40newsrx.com.


GWT/smartgwt app support with Firefox 74.0

2020-04-02 Thread sudarshan rai
we have web application based on gwt along with some smart-gwt 
components.The app used to be compatible with chrome and firefox. But after 
Firefox 74.0 update some of the functionalities have stopped working in 
firefox. But works fine in chrome.

Smart-gwt components such as calendar are not loading.There is no error 
stack in console apart from warnings.

 ```
11:40:04.582:WARN:Log:Uncaught exception escaped: 
com.google.gwt.core.client.JavaScriptException
(NotSupportedError) 
 __gwt$exception: 
 code: 9
 result: 2152923145
 filename: 
https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html
 lineNumber: 13114
 columnNumber: 0
 data: null
 stack: 
ihh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:13114:43
Dle@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14538:49
HXd@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15437:241
UJb@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16221:290
Er@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15125:28
$r@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:15556:210
bs@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16859:1255
Mqj@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16907:24578
quh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14048:142
xuh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:16907:392
LQj/c.onreadystatechange<@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:10966:65
hdh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:7982:30
ldh@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14735:60
kdh/<@https://10.99.7.179/app/1C639C0B473EC335AF7C991184A464ED.cache.html:14216:56

 INDEX_SIZE_ERR: 1
 DOMSTRING_SIZE_ERR: 2
 HIERARCHY_REQUEST_ERR: 3
 WRONG_DOCUMENT_ERR: 4
 INVALID_CHARACTER_ERR: 5
 NO_DATA_ALLOWED_ERR: 6
 NO_MODIFICATION_ALLOWED_ERR: 7
 NOT_FOUND_ERR: 8
 NOT_SUPPORTED_ERR: 9
 INUSE_ATTRIBUTE_ERR: 10
 INVALID_STATE_ERR: 11
 SYNTAX_ERR: 12
 INVALID_MODIFICATION_ERR: 13
 NAMESPACE_ERR: 14
 INVALID_ACCESS_ERR: 15
 VALIDATION_ERR: 16
 TYPE_MISMATCH_ERR: 17
 SECURITY_ERR: 18
 NETWORK_ERR: 19
 ABORT_ERR: 20
 URL_MISMATCH_ERR: 21
 QUOTA_EXCEEDED_ERR: 22
 TIMEOUT_ERR: 23
 INVALID_NODE_TYPE_ERR: 24
 DATA_CLONE_ERR: 25: Operation is not supported
```
Is there no support for gwt/smart-gwt from firefox-74 onwards?

version:

GWT-2.6.1

smartgwt-6.0p-02-11

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/4e87fb8b-caf8-44c0-ac40-da4dc011b49d%40googlegroups.com.


Re: Experiences working with SmartGWT

2018-03-21 Thread Burak Ulutoprak
If what you need is enterprise level web applications where functionality
is more important then modern look and feel than smartgwt is very very
powerfull and flexible.  You can write all your code in pure java with
minimum html and css which leads to object oriented maintainable codebase.
Once you have up and running application you can easily include other
developers to develope their needs.

21 Mar 2018 4:25 PM tarihinde "Pavlo Iatsiuk" 
yazdı:

> Last 6 years our company develops a few applications using smartgwt. So,
> on my mind smartgwt is a very good and powerful library if you what to
> develop a desktop-like application.
> In 99% of the time, you don't need to extend components because that
> functionality is already there - just read API.
>
> четвер, 15 березня 2018 р. 17:52:11 UTC+1 користувач subroutines написав:
>>
>> Hi I am currently looking at SmartGWT to develop our next web tool, and I
>> am curious to know what is the community's opinion on it overall? and any
>> first-hand experiences working with it?
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Experiences working with SmartGWT

2018-03-21 Thread Pavlo Iatsiuk
Last 6 years our company develops a few applications using smartgwt. So, on 
my mind smartgwt is a very good and powerful library if you what to develop 
a desktop-like application.
In 99% of the time, you don't need to extend components because that 
functionality is already there - just read API.

четвер, 15 березня 2018 р. 17:52:11 UTC+1 користувач subroutines написав:
>
> Hi I am currently looking at SmartGWT to develop our next web tool, and I 
> am curious to know what is the community's opinion on it overall? and any 
> first-hand experiences working with it?
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Experiences working with SmartGWT

2018-03-16 Thread Frank
I have never been a fan of smartGWT.
The examples look nice. But in real world their API is pretty messy imo.

Google for "smartGWT review" and stuff like that...

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Experiences working with SmartGWT

2018-03-15 Thread Slava Pankov
Not sure it is a good choice. I would recommend to look at:

https://github.com/GwtMaterialDesign

or https://github.com/Axellience/vue-gwt

or https://github.com/jqm4gwt/jqm4gwt

or any other GWT widget library based on javascript widgets.
 

On Thursday, March 15, 2018 at 9:52:11 AM UTC-7, subroutines wrote:
>
> Hi I am currently looking at SmartGWT to develop our next web tool, and I 
> am curious to know what is the community's opinion on it overall? and any 
> first-hand experiences working with it?
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Experiences working with SmartGWT

2018-03-15 Thread subroutines
Hi I am currently looking at SmartGWT to develop our next web tool, and I 
am curious to know what is the community's opinion on it overall? and any 
first-hand experiences working with it?


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Display the correct dateformat in dateItem dynamicform smartgwt

2017-06-27 Thread Agnese Camellini
I'm taking a record fron a grid to populate some item in a dynamicform. The 
problem is i cannot display dates in the right format for the form, it 
keeps displaying then as they are in the grid and whatever i do to format 
the date is just ignored by SmartGWT. I'm a bit confused. Below you'll find 
my code. Can anyone help me out?

dataTrade = new DateItem();
dataTrade.setTitle(Nove.getInstance().getConstants().dataTrade());
dataTrade.setName(RecordEditMovTitUploadDS.DATA_TRADE);
dataTrade.setWidth(100);
dataTrade.setAlign(Alignment.LEFT);
dataTrade.setUseTextField(true);
String dataT = 
movTitRecord.getAttribute(ListMovTitByValCodTitDetailDS.DATA_TRADE);
DateTimeFormat dateTimeFormat = DateTimeFormat.getFormat("-MM-dd 
HH:mm:ss.SSS");
Date dateTr = null;
try{
dateTr = dateTimeFormat.parse(dataT);
} catch(IllegalArgumentException e){
SC.say("Couldn't parse date");
}
DateTimeFormat dateTimeFormat2 = DateTimeFormat.getFormat("dd/MM/");
String dateTra= dateTimeFormat2.format(dateTr);
//dataTrade.setDisplayFormat(DateDisplayFormat.TOEUROPEANSHORTDATE);
//dataTrade.setDateFormatter(DateDisplayFormat.TOEUROPEANSHORTDATE);
dataTrade.setInputFormat("dd/MM/");
dataTrade.setDefaultValue(dateTra);


To be more specific in debug the date is correctly formatted, when i pass 
the value to setDefaultValue it is dd/MM/ as it should but when i load 
the page the format is still -MM-dd HH:mm:ss.SSS and i cannot 
understand why...

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


How to set Custom Attribute for SmartGWT Widget

2016-12-09 Thread mohammed sameen


I want to get the attribute of the smartgwt widget which i am setting like the 
way in GWT. For example in GWT:


//Button creation

 Button btn1 = new Button(" Button 1");
 Button btn2 = new Button("Button 2");
 Button btn3 = new Button("Button 3");
//setting the attribute to button doms
 btn1.getElement().setAttribute("data-tracking", "Button 1 clicked");
 btn2.getElement().setAttribute("data-tracking", "Button 2 clicked");
 btn3.getElement().setAttribute("data-tracking", "Button 3 clicked");

//Global handler to catch all the event in my application
Event.addNativePreviewHandler(new NativePreviewHandler() {
  public void onPreviewNativeEvent(final NativePreviewEvent event) {
final int eventType = event.getTypeInt();
switch (eventType) {

  case Event.ONCLICK:
 System.out.println("on clikc 
clicked"+Element.as(event.getNativeEvent().getEventTarget()).getAttribute("data-tracking"));//getting
 the button attribute 
 
if(Element.as(event.getNativeEvent().getEventTarget()).getAttribute("data-tracking")!=null
 && 
!Element.as(event.getNativeEvent().getEventTarget()).getAttribute("data-tracking").equals("")){
 
googleAnalyticsTrackPageView(Element.as(event.getNativeEvent().getEventTarget()).getAttribute("data-tracking"));
 }
break;

}
  }
});


But in SmartGWT, i was not able to set/get this attribute. Is there a way to 
solve this problem?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A desktop for smartgwt

2016-11-10 Thread Rodolfo Raya
I used GXT for many years and then the license renewal price went crazy. My 
current license covers GXT 3.x but it does not work with GWT 2.8. 

Now I'm using GWT-Material with GWT-2.8 and the combination is great. Don't 
miss GXT at all and my apps look much better.

Browse https://github.com/GwtMaterialDesign/gwt-material and you will find 
a nice alternative.

Regards,
Rodolfo

On Friday, November 4, 2016 at 7:20:35 AM UTC-3, Majdi ABDELMOULA wrote:
>
> I had used GXT plugin 4 years ago in a GWT project, but now it will be not 
> free, so i decide to use SmartGWT in order to develop a new project. I 
> begin with this plugin, and the probelm  i don't find the source code of 
> the  " desktop smart Gwt" ! There is someone that have the source code or 
> an example of "smartgwt desktop ? 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A desktop for smartgwt

2016-11-07 Thread Majdi ABDELMOULA
Frank, Why i must stay away from smart GWT ? what is the disadvantage of 
smart GWT ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A desktop for smartgwt

2016-11-05 Thread Ivan Ooi
but GXT way too expensive for me...



On Fri, Nov 4, 2016 at 6:37 PM, Frank  wrote:

> One big advice : stay away from smartGWT and just pay for GXT.
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: A desktop for smartgwt

2016-11-04 Thread Frank
One big advice : stay away from smartGWT and just pay for GXT.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


A desktop for smartgwt

2016-11-04 Thread Majdi ABDELMOULA
I had used GXT plugin 4 years ago in a GWT project, but now it will be not 
free, so i decide to use SmartGWT in order to develop a new project. I 
begin with this plugin, and the probelm  i don't find the source code of 
the  " desktop smart Gwt" ! There is someone that have the source code or 
an example of "smartgwt desktop ? 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Communication with 2 window with SmartGWT

2014-12-16 Thread Raphael Rocha
Hi Guys,

I have 2 form, first I insert the City where my client lives and I need to 
put this value in one Textbox in my main form.

I did so, 

I create one method set for increase the value in textbox on main form and 
on City form I create one click event for execute this method.

Exemple:

I my Main Form:

public class Cadastro extends Window {
 
  private TextBox txtcidade = new TextBox();

  public void setTxtcidade(String string) {
txtcidade.setValue(string);
  }

  public Cadastro(){
absolutePanelPessoa.add(txtcidade, 109, 296);
this.additem(absolutePanelPessoa);
  }

}


and my another form:

public class CadastroCidade extends Window {

final Cadastro cadastro = new Cadastro();
city.addRecordDoubleClickHandler(new 
RecordDoubleClickHandler() {

@Override
public void onRecordDoubleClick(RecordDoubleClickEvent event) {
ListGridRecord record = (ListGridRecord) event.getRecord();
cadastro.setTxtcidade(record.getAttribute("cidade"));
close();
}
});
}

Obs: city is one listgrid.


This way did not work.

Thanks,





-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Catch value of ListGrid - SmartGWT

2014-12-12 Thread Raphael Rocha
Good Morning,

I need to take a value in the row of Listgrid with action on Click or 
selected Row.

I look in SmartGWT showcase but I didn't understand so much how do this.

Someone can help :D

Thx!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-17 Thread Fabien Dumay
Hi Andreas,
 
You should have a look on our framework PWT (Putnami Web Toolkit). 
All your needs are nearly covered :

   - Fixed headers and columns : Ok you can fix the headers and columns via 
   CSS, and you can make body scrollable
   - sortable headers : The data are sortable on client side 
   - filtering in headers : The TableFilter can be extended to be more 
   advanced.
   - changing column size with drag & drop : No provided right now.
   - custom rendering of Rows (f.e. some rows should be editable, others 
   shouldn't) : Ok

Have a look on the contact table sample : 
http://pwt.putnami.org/#!ContactsTable

You going to find a large bunch of widget designed on Bootstrap, and a 
solid framework to build your webapp.

PWT is Open Source (LGPL v3.0) and totally free. 

Regards,

Fabien
http://pwt.putnami.org

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread feuse8
Hi Alain,

thanks for your recommendation. The main disadvantage in using ext JS / ext 
GWT for me are the license costs. 

If somebody has a recommendation for another library I would be really 
happy ;-)

I am also thinking about writing a wrapper for a JS table implementation...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread Alain Ekambi
Smart GWT widgets  have the reputation to not play well with GWT ones.
But I cant tell how bad that is. I never used it.

We use a GWT binding for Ext JS and we manage to make them play well with
GWT.
Ext JS comes with a really powerful grid component.
You can  a demo here : http://eemi2010.github.io/ext4j/explorer/index.html
and find out more about the library here :
http://opensource.ahome-it.com/#ahome-ext
So maybe that can help you.
Disclaimer : I created the library

There is also GWT-Bootstrap (http://gwtbootstrap.github.io/).
And Putnami(http://pwt.putnami.org/)
But I m not sure their grid component is as powerful as Smart GWT's or  Ext
JS.

Regards,

Alain


2014-07-16 19:32 GMT+02:00 feuse8 :

> Hi,
>
> I'm currently building an enterprise application that should provide Excel
> Like Tables. I would like to customize cells and have some other features
> GWT provided Tables/Grids/CellTables/DataGrids don't provide:
>
>- fixed headers and columns
>- sortable headers
>- filtering in headers
>- changing column size with drag & drop
>- custom rendering of Rows (f.e. some rows should be editable, others
>shouldn't)
>
> I decided to have a look for other widget libraries and had a look at
> SmartGWT. The ListGrid provides everything I need and so I built a Hello
> World example today. Testing in different browsers showed that the
> application does not to render correctly in IE10. So this leads me to the
> question if it's a *good idea to use SmartGWT ui widgets in an existing
> GWT application*?
>
> Does anybody have experience / recommendations for me?
>
>
> Thanks a lot!
>
> Best Regards,
>
> Andreas
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Alain Ekambi

Co-Founder

Ahomé Innovation Technologies

http://www.ahome-it.com/ <http://ahome-it.com/>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


More powerful GWT Grid / Using SmartGWT Widgets

2014-07-16 Thread feuse8
Hi,

I'm currently building an enterprise application that should provide Excel 
Like Tables. I would like to customize cells and have some other features 
GWT provided Tables/Grids/CellTables/DataGrids don't provide:

   - fixed headers and columns
   - sortable headers
   - filtering in headers
   - changing column size with drag & drop
   - custom rendering of Rows (f.e. some rows should be editable, others 
   shouldn't)
   
I decided to have a look for other widget libraries and had a look at 
SmartGWT. The ListGrid provides everything I need and so I built a Hello 
World example today. Testing in different browsers showed that the 
application does not to render correctly in IE10. So this leads me to the 
question if it's a *good idea to use SmartGWT ui widgets in an existing GWT 
application*?

Does anybody have experience / recommendations for me?


Thanks a lot!

Best Regards,

Andreas

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


GWTDesigner in UIBinder mode Opening layout xml file with SmartGWT widgets

2014-06-04 Thread tekwojenski
Hi, 
I'm using Eclipse Kepler with GWT 2.6.1 and
GWT Designer for GPE (recommended)
WindowBuilder Core1.6.0.r43x201305211944
WindowBuilder XML Core (requires Eclipse WTP/WST)
1.6.0.r43x201306031653

I have no problem opening vanilla GWT UIBinder layouts, however when I try 
to open a layout with SmartGWT widgets I get this problem below.
I used the uibinding-smartgwt-1.0.4  wrappers to make SmartGWT controls 
available to the Designer, and my SmartGWT code sample compiles and runs 
correctly.

What is the future vision of GWTDesigner to support 3rd party controls in 
the UIBinder mode?  Are we going back to O

Thanks

Tek


!ENTRY org.eclipse.wb.core 4 4 2014-06-04 17:23:41.426
!MESSAGE Designer [3.1.2.r43x201307151447]: 4108 (Error loading module(s).). 
[ERROR] Failed to create an instance of 
'org.synthful.smartgwt.client.widgets.UITab' via deferred binding 

!STACK 0
org.eclipse.wb.internal.core.utils.exception.DesignerException: 4108 (Error 
loading module(s).). 
[ERROR] Failed to create an instance of 
'org.synthful.smartgwt.client.widgets.UITab' via deferred binding 

at 
com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRewriter.java:66)
at 
org.eclipse.wb.internal.core.utils.exception.DesignerExceptionUtils.rewriteException(DesignerExceptionUtils.java:225)
at 
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.showExceptionOnDesignPane(XmlDesignPage.java:513)
at 
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.internal_refreshGEF(XmlDesignPage.java:398)
at 
org.eclipse.wb.internal.core.xml.editor.UndoManager.refreshDesignerEditor(UndoManager.java:252)
at 
org.eclipse.wb.internal.core.xml.editor.UndoManager.activate(UndoManager.java:85)
at 
org.eclipse.wb.internal.core.xml.editor.XmlDesignPage.setActive(XmlDesignPage.java:171)
at 
org.eclipse.wb.internal.core.xml.editor.AbstractXmlEditor.pageChange(AbstractXmlEditor.java:652)
at 
org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:292)
at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:778)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3080)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1772)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:279)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at 
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:140)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:611)
at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(

Re: Deploying IntelliJ13 of my SMARTGWT in Tomcat

2014-04-16 Thread Jens
You have to define an artifact in IntelliJ (Project structure -> 
Artifacts). The artifact should be an exploded web application artifact and 
should contain all your classes and server libraries/resources. Then you 
create a new run configuration and choose Tomcat -> Local and configure it 
as needed. On the Deployment tab you would add the artifact of your GWT 
project to Tomcat.

Finally in your GWT run configuration you add DevMode parameters:

-noserver -war 


I do the same with Jetty instead of Tomcat and it works without problems.


-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Deploying IntelliJ13 of my SMARTGWT in Tomcat

2014-04-16 Thread Elmer Dela Cruz
Dear Guys,

this is my first time to use

IntelliJ and it was good.

Java

Same as GWT.

Same as SMARTGWT.

Everything works perfectly when i am just using the play to test it.


But a horrifying experience when I am trying to deploy as war. Can anybody 
help to assist me how i can deploy my apps in Tomcat with no issue like:

Listener and lots.

I would appreciate any help on this. I tried to message jetbrains and the 
guy only give me instruction of intellij 9 which is not working and the 
screen shots are not even the same as new one. I pointed that out and he 
still reply using one line - its the same. So i gave up with them!

INtellij13 + GWT and Tomcat

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


How to disable smartgwt CustomValidator for a specific scenario

2014-02-28 Thread Hanen Ben Rhouma
 H


Hello,


I have a form which uses CustomValidator to check for non empty field
whenever we try to Add a record (PARAMETER, VALUE) I'm looking for a way to
disable form validation when I'm trying to Delete (the user can delete an
empty listGridRecord if he changes his mind and needs no more to add).

I'm using this custom validator:

CustomValidator validatorParameter = new CustomValidator() {

@Override
protected boolean condition(Object value) {

parameterName = (String) value;
if ((value == null || ((String) value).trim().isEmpty())) {
rowIsValidate = false;
return false;
} else {
rowIsValidate = true;
return true;
}
}
};

which I'm setting in an init() method this way:

parametersListGrid.getField(PARAMETER).setValidators(validatorParameter);

I tried setting a flag "noValidation" on true whenever I detect a click on
Delete button and used it this way:

CustomValidator validatorParameter = new CustomValidator() {

@Override
protected boolean condition(Object value) {

parameterName = (String) value;
if (((value == null || ((String) value).trim().isEmpty()))
&& !noValidation){
rowIsValidate = false;
return false;
} else {
rowIsValidate = true;
return true;
}
}
};

but I figured out that this flag is set later on after the validation
happened so rowIsValidate stays false and we can't delete the empty record
given the errors shown after validation;

Any idea on how to pass this validation step just in deletion scenario?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-17 Thread Leung
If I start my project from zero now, I may consider the advantage of SmartGWT. 
If I have developed features for a few years and all are using rpc, I don't 
think it deserve to change it.

Anyone shares the same thought?





On Monday, February 17, 2014 8:41 AM, "mark.erik...@gmail.com" 
 wrote:
 
Some thoughts on using SmartGWT:

* The SmartGWT developers are VERY insistent that you should develop your 
application using their APIs and structure, as otherwise you are "wasting time" 
and "duplicating effort" they've already put in.  To be fair, they do have a 
bit of a point in that they have designed things to work a certain way, and put 
a lot of time into that structure.
* That said, SmartGWT has enough flexibility that you can somewhat pick and 
choose how you use it, including just using the UI aspects.  For example, 
there's a post in the SmartGWT forum that offers up a subclass of the 
DataSource feature that uses GWT-RPC for communication instead of SmartGWT's 
normal protocol.  I've got an application that uses SmartGWT for the client UI, 
GWT-RPC for communication with the server, and Play 1.2 (with the Play-GWT 
module) as the backend, rather than servlets and stuff.
* SmartGWT does add a pretty significant bump to your compiled JS size, at 
least 500K or so.

Overall, I'd say if you have a number of UI pieces you need to use, SmartGWT's 
an option, but probably overkill if you just need one new widget.

On Sunday, February 16, 2014 6:43:09 PM UTC-5, new_newbie wrote:
Hi
>
>
>I need a collapse/expand panel, and SmartGWT is providing an out-of-the-box 
>solution. However, the installation has to remove all the rpc configuration 
>that I have created for long time.
>
>Adding Smart GWT Pro/Power/EE to an existing project
>Important: If you have created a project using the GWT Plugin for Eclipse or a 
>similar tool, first get rid of unused resources typically included in such 
>"starter projects":
>   * from your moduleName.gwt.xml file, remove imports of any GWT themes, 
> leaving only the import of com.google.gwt.user.User. The proper imports to 
> add for Smart GWT Pro/Power/EE are shown below.
>   * get rid of any sample servlets or GWT-RPC services (delete both 
> web.xml entries and server-side source)I need a package that offers more GUI 
> components and compatible with my existing gwt project.
>Any recommendation?
>Is GWT-Ext a good choice?
>
>Thanks
>
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-17 Thread mark . erikson
Some thoughts on using SmartGWT:

* The SmartGWT developers are VERY insistent that you should develop your 
application using their APIs and structure, as otherwise you are "wasting 
time" and "duplicating effort" they've already put in.  To be fair, they do 
have a bit of a point in that they have designed things to work a certain 
way, and put a lot of time into that structure.
* That said, SmartGWT has enough flexibility that you can somewhat pick and 
choose how you use it, including just using the UI aspects.  For example, 
there's a post in the SmartGWT forum that offers up a subclass of the 
DataSource feature that uses GWT-RPC for communication instead of 
SmartGWT's normal protocol.  I've got an application that uses SmartGWT for 
the client UI, GWT-RPC for communication with the server, and Play 1.2 
(with the Play-GWT module) as the backend, rather than servlets and stuff.
* SmartGWT does add a pretty significant bump to your compiled JS size, at 
least 500K or so.

Overall, I'd say if you have a number of UI pieces you need to use, 
SmartGWT's an option, but probably overkill if you just need one new widget.

On Sunday, February 16, 2014 6:43:09 PM UTC-5, new_newbie wrote:
>
> Hi
>
> I need a collapse/expand panel, and SmartGWT is providing an 
> out-of-the-box solution. However, the installation has to remove all the 
> rpc configuration that I have created for long time.
>
> *Adding Smart GWT Pro/Power/EE to an existing project*
> *Important:* If you have created a project using the GWT Plugin for 
> Eclipse or a similar tool, first get rid of unused resources typically 
> included in such "starter projects":
>
>- from your *moduleName*.gwt.xml file, remove imports of any GWT 
>themes, leaving only the import of com.google.gwt.user.User. The 
>proper imports to add for Smart GWT Pro/Power/EE are shown below.
>- get rid of any sample servlets or GWT-RPC services (delete both 
>web.xml entries and server-side source)
>
> I need a package that offers more GUI components and compatible with my 
> existing gwt project.
> Any recommendation?
> Is GWT-Ext a good choice?
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-17 Thread Thomas Broyer
http://gwt.googleusercontent.com/samples/Showcase/Showcase.html?#!CwDisclosurePanel
 
?

On Monday, February 17, 2014 6:19:14 AM UTC+1, Joshua Godi wrote:
>
> Try this: http://gwtbootstrap3.github.io/gwtbootstrap3-demo/#collapse
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-16 Thread Joshua Godi
Try this: http://gwtbootstrap3.github.io/gwtbootstrap3-demo/#collapse

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Introduce SmartGWT for collapse/expand panel for with existing project

2014-02-16 Thread Leung
Hi

I need a collapse/expand panel, and SmartGWT is providing an out-of-the-box 
solution. However, the installation has to remove all the rpc configuration 
that I have created for long time.

Adding Smart GWT Pro/Power/EE to an existing project
Important: If you have created a project using the GWT Plugin for Eclipse or a 
similar tool, first get rid of unused resources typically included in such 
"starter projects":
* from your moduleName.gwt.xml file, remove imports of any GWT themes, 
leaving only the import of com.google.gwt.user.User. The proper imports to add 
for Smart GWT Pro/Power/EE are shown below.
* get rid of any sample servlets or GWT-RPC services (delete both 
web.xml entries and server-side source)I need a package that offers more GUI 
components and compatible with my existing gwt project.
Any recommendation?
Is GWT-Ext a good choice?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How settle View in layoutPanel container with smartgwt and MVP

2013-09-17 Thread jajang nurjaman
thanks.. Nice info, visit my blog guys >
http://globalcyber.pun.bz/jalantikus-com-download-game-pc-dan-andr.xhtml

2013/9/17, Boroche :
> hi,
>
> I'm new in GWT, and have problem with view implementation... I use MVP, and
>
> SmartGWT. I've got one place for two activities (menu in left and body in
> right) and settle container with LayoutPanel. But i don't understand how
> can i match my view size with my container. I declare a VLayout in my view,
>
> add somme widget and return my layout in my container as a widget. When i
> set widht100 or height100, my view exceed its zone ... Someone Help ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


How settle View in layoutPanel container with smartgwt and MVP

2013-09-17 Thread Boroche
hi, 

I'm new in GWT, and have problem with view implementation... I use MVP, and 
SmartGWT. I've got one place for two activities (menu in left and body in 
right) and settle container with LayoutPanel. But i don't understand how 
can i match my view size with my container. I declare a VLayout in my view, 
add somme widget and return my layout in my container as a widget. When i 
set widht100 or height100, my view exceed its zone ... Someone Help ? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: HTML identifiers are not generated properly for some SmartGWT components

2013-08-27 Thread ckendrick
Please take a look at the Automated Testing overview for SmartGWT:

  
http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/AutomatedTesting.html

If you aren't using one of the tools here, pay special attention to the 
"Other Tools" section, which explains that SmartGWT uses locators instead 
of DOM IDs.  This allows you to create tests that aren't invalidated by DOM 
changes due to applying different look and feel, or working around new 
browser bugs.

On Wednesday, July 24, 2013 10:29:12 AM UTC-7, MJ C wrote:
>
> We are trying to implement Test Automation and one key point is to ensure 
> each HTML element has a unique ID (that we can always rely upon in our Test 
> Automation scripts for element identification).
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Smartgwt TabSet - Dynamic Form Show / Hide Issue

2013-08-21 Thread Ambika Kumar
Hi
I have a tabset with 3 tabs specified.
On each, I have a list grid and a dynamic form.
Initially. I tried adding the form to the canvas specified one each tab. 
But unable to edit the textbox's specified in the form when tested on ie. 
(Believe it is gwt - smartgwt clash issue).
Later when tried to draw the form (without adding as a child to the 
parent), I'm unable to hide it. 
As the form is drawn independently, it don't have a parent.
So, the same form will get displayed on all tabs.

Thanks
Ambika 



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: HTML identifiers are not generated properly for some SmartGWT components

2013-07-24 Thread Thomas Broyer
I'd say this is a bug (or weird behavior to say the least) in SmartGWT; you 
should ask on their forum.

On Wednesday, July 24, 2013 7:29:12 PM UTC+2, MJ C wrote:
>
> We are trying to implement Test Automation and one key point is to ensure 
> each HTML element has a unique ID (that we can always rely upon in our Test 
> Automation scripts for element identification).
>
> We have found an issue ...  when we have two Smart GTW components, one 
> wrapping another, and we assign a debugId to the inner one, the nested 
> component doesn't get the Id and an extra div is created by the end of the 
> page instead (See 1).  
> However, it works fine when not wrapped (case 2). 
> There is something about the way it is wrapped that makes us think this is 
> not an error but the way someone decided to implement it: notice that the 
> wrapper where the id is assigned seems not to exist when the component is 
> nested inside another SmartGWT component (compare 2 and 3 with 1).
>  
> We have tested behaviour with both: Smart GWT 2.4 and 3.1 (latests) with 
> similar results.
>  
> Is there anybody that can help us on this?
>
> Thanks in advance for any help you can provide.
> Stefano
>  
> *Case 1*
> Panel panel = RootPanel.*get*("placeholder");
> VLayout layout = *new* VLayout();
> layout.ensureDebugId("LayoutDebugId");
> IButton nestedButton = *new* IButton("NestedButton");
> nestedButton.ensureDebugId("NestedButtonDebugId");
> layout.addChild(nestedButton);
> panel.add(layout);
>  
>  
> 
>
>
>   Element ID test.
>   The IDs for the GWT and Smart GWT elements below are defined.
>   
>  
> 
>
>    
>onfocus="isc.EH.focusInCanvas(isc_IButton_0,true);" 
> onblur="if(window.isc)isc.EH.blurFocusCanvas(isc_IButton_0,true);" 
> tabindex="1152" ….>
>   style="position: relative; visibility: inherit; z-index: 200036; cursor: 
> pointer;">
>  height="22" style="table-layout:fixed;overflow:hidden;">
>
>   
>   style="padding-top:0px;padding-bottom:0px;" align="center" valign="center" 
> tabindex="-1" onfocus="isc_IButton_0.$47()">NestedButton
>   
>
> 
>  
>   
>
> 
>  
>   
>   
>
> 
>  
> *Case 2*
> However, If I don't wrap it:
> Panel panel = RootPanel.*get*("placeholder");
> IButton nestedButton = *new* IButton("NestedButton");
> nestedButton.ensureDebugId("NestedButtonDebugId");
> panel.add(nestedButton);
>  
> 
>
>
>
>   Element ID test.
>   The IDs for the GWT and Smart GWT elements below are defined.
>   
>  
>  onfocus="isc.EH.focusInCanvas(isc_IButton_0,true);" … >
>
>height="22" style="table-layout:fixed;overflow:hidden;">
>  
> 
> style="padding-top:0px;padding-bottom:0px;" align="center" valign="center" 
> tabindex="-1" onfocus="isc_IButton_0.$47()">NestedButton
> 
>  
>   
>
> 
>  
>   
>
> 
>  
> *Case 3*
>  
> And if you don't assign the debug id:
> Panel panel = RootPanel.*get*("placeholder");
> IButton nestedButton = *new* IButton("NestedButton");
> panel.add(nestedButton);
>  
> 
>
>
>
>   Element ID test.
>   The IDs for the GWT and Smart GWT elements below are defined.
>   
>  
>  onfocus="isc.EH.focusInCanvas(isc_IButton_0,true);" … >
>
>height="22" style="table-layout:fixed;overflow:hidden;">
>  
> 
> style="padding-top:0px;padding-bottom:0px;" align="center" valign="center" 
> tabindex="-1" onfocus="isc_IButton_0.$47()">NestedButton
> 
>  
>   
>
> 
>  
>   
>
> 
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




HTML identifiers are not generated properly for some SmartGWT components

2013-07-24 Thread MJ C
We are trying to implement Test Automation and one key point is to ensure 
each HTML element has a unique ID (that we can always rely upon in our Test 
Automation scripts for element identification).

We have found an issue ...  when we have two Smart GTW components, one 
wrapping another, and we assign a debugId to the inner one, the nested 
component doesn't get the Id and an extra div is created by the end of the 
page instead (See 1).  
However, it works fine when not wrapped (case 2). 
There is something about the way it is wrapped that makes us think this is 
not an error but the way someone decided to implement it: notice that the 
wrapper where the id is assigned seems not to exist when the component is 
nested inside another SmartGWT component (compare 2 and 3 with 1).
 
We have tested behaviour with both: Smart GWT 2.4 and 3.1 (latests) with 
similar results.
 
Is there anybody that can help us on this?

Thanks in advance for any help you can provide.
Stefano
 
*Case 1*
Panel panel = RootPanel.*get*("placeholder");
VLayout layout = *new* VLayout();
layout.ensureDebugId("LayoutDebugId");
IButton nestedButton = *new* IButton("NestedButton");
nestedButton.ensureDebugId("NestedButtonDebugId");
layout.addChild(nestedButton);
panel.add(layout);
 
 

   
   
  Element ID test.
  The IDs for the GWT and Smart GWT elements below are defined.
  
 

   
   
  
 

   
  
 NestedButton
  
   

 
  
   

 
  
  
   

 
*Case 2*
However, If I don't wrap it:
Panel panel = RootPanel.*get*("placeholder");
IButton nestedButton = *new* IButton("NestedButton");
nestedButton.ensureDebugId("NestedButtonDebugId");
panel.add(nestedButton);
 

   
   
   
  Element ID test.
  The IDs for the GWT and Smart GWT elements below are defined.
  
 

   
  
 

   NestedButton

 
  
   

 
  
   

 
*Case 3*
 
And if you don't assign the debug id:
Panel panel = RootPanel.*get*("placeholder");
IButton nestedButton = *new* IButton("NestedButton");
panel.add(nestedButton);
 

   
   
   
  Element ID test.
  The IDs for the GWT and Smart GWT elements below are defined.
  
 

   
  
 

   NestedButton

 
  
   

 
  
   

 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to mark a field as completely hidden for smartgwt ListGrid?

2013-05-23 Thread Gustavo Matias
actullally,  

listGrid.hideField("my_field"); worked too, but I had to make sure this was 
set AFTER the field was added and its values set.

On Wednesday, January 4, 2012 5:04:23 AM UTC-5, Daniel wrote:
>
> Hi guys, 
>
> How to mark a field as completely hidden for smartgwt ListGrid? 
> I do listGridFields[i].setHidden(true) according to API,But it still 
> could be able to show the field via a context menu. 
> and the API said 'canPickFields' has been set false can solve this 
> problem,but where the canPickFields ? 
>
> Thank you 
>
> Best Regards 
> Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to mark a field as completely hidden for smartgwt ListGrid?

2013-05-23 Thread Gustavo Matias
 

setCanHide(flase) didn't work for me... I had to set the height of the 
field as 0. field.setWidth(0);

On Wednesday, January 4, 2012 5:04:23 AM UTC-5, Daniel wrote:
>
> Hi guys, 
>
> How to mark a field as completely hidden for smartgwt ListGrid? 
> I do listGridFields[i].setHidden(true) according to API,But it still 
> could be able to show the field via a context menu. 
> and the API said 'canPickFields' has been set false can solve this 
> problem,but where the canPickFields ? 
>
> Thank you 
>
> Best Regards 
> Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




ejb+ smartgwt

2013-05-04 Thread Ksouri Chaouki
good night every body;
i'm using ejb3 in an ejb project to implement some crud operations and 
smartgwt in gwt project, my problem is
how can i communicate ejb with smartgwt to retreive data from my database 
although I can add in my table by invoking the save method but I can not 
retrieve the 
 string results for this method or any kind of results coming from ejb 
methods, I don't know whether to add jar in my gwt project or what, if you 
can me help and thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Smartgwt - layout - setimage

2013-04-29 Thread Csaba Juhasz
Hey!

I put on the surface of a VLayout and was a HLayout cent.

I copied the project-em \ war \ images \ icons directory containing a 
file-hatter.jpg.

After that, I would have the following method to this picture layout on 
display, but the following error message is shown:

HLayout: isc_HLayout_0: setImage: image 'hatter' could not be found

I do not see why you can not find ...


Thanks in advance, Csaba

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-03-30 Thread Sanjiv Jivan
I've been using this functionality with DateItem and it works fine. So
unless you provide a minimal testcase that reproduces the problem there's
not much I can suggest.



On Fri, Mar 29, 2013 at 5:29 PM,  wrote:

> Thank you so much for the reply,
>
> I works fine in the showcase but the problem is a don't use XML for
> managing data so i think that the problem is in type of formItem used for
> displaying Date in the DynamicForm.
>
> I used a FormItem and DateItem but i still had this problem but now  i'm
> using DateTimeItem , and strangely 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.
>>
>> http://www.smartclient.com/**smartgwt/showcase/#featured_**pattern_reuse<http://www.smartclient.com/smartgwt/showcase/#featured_pattern_reuse>
>>
>> If you're still having problems then post your question on the SmartGWT
>> forum including a minimal test case : http://forums.smartclient.**
>> com/forumdisplay.php?f=14<http://forums.smartclient.com/forumdisplay.php?f=14>
>>
>> Thanks,
>> Sanjiv
>>
>>
>>
>> On Mon, Mar 25, 2013 at 5:58 AM,  wrote:
>>
>>> i have in the GUI, a ListGrid and a DynamicForm. When i click on an
>>> element in the listGrid, i have to display the values of the edited record
>>> on the Dynamic form,
>>> for this, i use the EditRecord(Record r) of the dynamicForm
>>>
>>>
>>> public void updateInstanceDetailTabPane(**Record record){
>>> 
>>> 
>>> this.editionForm.editRecord(**record);
>>> 
>>> }
>>>
>>>
>>> it works however for the fields of type Date , the values displayed are
>>> the date of today and not the reel value of the field.
>>>
>>> My question is where is the problem and how can i display the values of
>>> type date with their reel values?
>>>
>>> thank you,
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Web Toolkit" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to google-web-toolkit+**unsubscr...@googlegroups.com.
>>> To post to this group, send email to google-we...@**googlegroups.com.
>>>
>>> Visit this group at http://groups.google.com/**
>>> group/google-web-toolkit?hl=en<http://groups.google.com/group/google-web-toolkit?hl=en>
>>> **.
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>> .
>>>
>>>
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-03-29 Thread sahli . sabrina
Thank you so much for the reply,

I works fine in the showcase but the problem is a don't use XML for 
managing data so i think that the problem is in type of formItem used for 
displaying Date in the DynamicForm.

I used a FormItem and DateItem but i still had this problem but now  i'm 
using DateTimeItem , and strangely 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.
>
> http://www.smartclient.com/smartgwt/showcase/#featured_pattern_reuse
>
> If you're still having problems then post your question on the SmartGWT 
> forum including a minimal test case : 
> http://forums.smartclient.com/forumdisplay.php?f=14
>
> Thanks,
> Sanjiv
>
>
>
> On Mon, Mar 25, 2013 at 5:58 AM, >wrote:
>
>> i have in the GUI, a ListGrid and a DynamicForm. When i click on an 
>> element in the listGrid, i have to display the values of the edited record 
>> on the Dynamic form,
>> for this, i use the EditRecord(Record r) of the dynamicForm
>>
>>
>> public void updateInstanceDetailTabPane(Record record){
>>
>>   
>>  this.editionForm.editRecord(record);
>>
>>  }
>>
>>
>> it works however for the fields of type Date , the values displayed are 
>> the date of today and not the reel value of the field.
>>
>> My question is where is the problem and how can i display the values of 
>> type date with their reel values?
>>
>> thank you, 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit+unsubscr...@googlegroups.com .
>> To post to this group, send email to 
>> google-we...@googlegroups.com
>> .
>> Visit this group at 
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 including a minimal test case :
http://forums.smartclient.com/forumdisplay.php?f=14

Thanks,
Sanjiv



On Mon, Mar 25, 2013 at 5:58 AM,  wrote:

> i have in the GUI, a ListGrid and a DynamicForm. When i click on an
> element in the listGrid, i have to display the values of the edited record
> on the Dynamic form,
> for this, i use the EditRecord(Record r) of the dynamicForm
>
>
> public void updateInstanceDetailTabPane(Record record){
>   
>   
>   this.editionForm.editRecord(record);
>   
>   }
>
>
> it works however for the fields of type Date , the values displayed are
> the date of today and not the reel value of the field.
>
> My question is where is the problem and how can i display the values of
> type date with their reel values?
>
> thank you,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit+unsubscr...@googlegroups.com.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> Visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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

2013-03-25 Thread sahli . sabrina
i have in the GUI, a ListGrid and a DynamicForm. When i click on an element 
in the listGrid, i have to display the values of the edited record on the 
Dynamic form,
for this, i use the EditRecord(Record r) of the dynamicForm


public void updateInstanceDetailTabPane(Record record){
  
 
this.editionForm.editRecord(record);
  
}


it works however for the fields of type Date , the values displayed are the 
date of today and not the reel value of the field.

My question is where is the problem and how can i display the values of 
type date with their reel values?

thank you,

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




SmartGwt get VLayout height after add members

2013-01-16 Thread Michał Zakrzewski


I have problem a with getting VLayout height after I add a member to it

VLayot layout = new VLayout();

in presenter I have code

display.getAnswerPanel().removeMembers(display.getAnswerPanel().getMembers());

which clear all members, and I add another (I have buttons, when I clik 
them, it clears all VLayout and adds new members)

layout.addMember(new Button("Example"));

I need to get offsetHeight of this VLayout on start and everytime I click 
the button, my problem is that in first time when I load the page, my 
`offsetHeigh is 1px, each next time when I click button is ok, it shows me 
the correct value. Can someone help me?

I tried to use this code

scheduler.get().scheduleDeferred(new Scheduler.ScheduledCommand() {
layout.getOffsetHeight();
}

but the situation is the same, First time I don't have the correct value.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/rzlhbkf25h8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread saida dhanavath
I would recommend to go with GWT for your requirement, for WSDL just go
with GWT-RPC and from RPC server/servlet connect to WSDL.

point here is there has been a continuous improvement/enhancement on GWT
since last 2 year.

Best regrads,
Saida.

On Wed, Oct 31, 2012 at 12:07 PM, tong123123  wrote:

> I found pure gwt developer guide, documentation and community forum is
> quite helpful, for GXT, I try to learn but there is no any tutorial like
> the stockwatch program, and no developer guide, the forum has poor
> response..., so I really do not know how to start with GXT although its UI
> is very attractive!!
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/yulXJ3c6_wwJ.
>
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 
Regards,
Saida Dhanavath

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread tong123123
I found pure gwt developer guide, documentation and community forum is 
quite helpful, for GXT, I try to learn but there is no any tutorial like 
the stockwatch program, and no developer guide, the forum has poor 
response..., so I really do not know how to start with GXT although its UI 
is very attractive!!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yulXJ3c6_wwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Charles Kendrick
Hello Валерий Остапенко,

You should probably go take a look at that thread again - looks like
you didn't see the last reply from Support.  They cleared up your
misconception, which appears to be the reason you were getting so
frustrated, and why you were trying to say the docs were wrong when
they are actually correct.

Basically it seems Support was repeating the same (correct) advice,
because they didn't realize you had this misconception and couldn't
understand why you kept saying there was a problem.  In a complex
technical discussion, two people can "talk by each other" in this way
very easily, it's not someone trying to make you look like an idiot.

On Tue, Oct 30, 2012 at 4:09 PM, Валерий Остапенко  wrote:
> Also smartgwt has a great forum support, where any Isomorphic stuff member
> can make an idiot out of you. (my recent exp:
> http://forums.smartclient.com/showthread.php?t=24112). To be honest, it's
> not that way always, sometimes you get really good, fast and  polite
> support. It all depens on who's now sitting behind the isomorphic user.
> There are some unpleasant persons there for sure.
>
> Althrough if you don't have a whole lot of time and need very feature-rich
> interface, sticking with pure gwt is not reasonable from my point of view.
> You'll just be improving visual components for years.
>
> среда, 31 октября 2012 г., 1:00:34 UTC+4 пользователь ckendrick написал:
>>
>> Hi Kumar,
>>
>> SmartGWT has an extensive ...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/JMks0d3jaoMJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Валерий Остапенко
Also smartgwt has a great forum support, where any Isomorphic stuff member 
can make an idiot out of you. (my recent exp: 
http://forums.smartclient.com/showthread.php?t=24112). To be honest, it's 
not that way always, sometimes you get really good, fast and  polite 
support. It all depens on who's now sitting behind the isomorphic user. 
There are some unpleasant persons there for sure.

Althrough if you don't have a whole lot of time and need very feature-rich 
interface, sticking with pure gwt is not reasonable from my point of view. 
You'll just be improving visual components for years.

среда, 31 октября 2012 г., 1:00:34 UTC+4 пользователь ckendrick написал:
>
> Hi Kumar,
>
> SmartGWT has an extensive ...
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/JMks0d3jaoMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread ckendrick
Hi Kumar,

SmartGWT has an extensive subsystem for interacting directly with WSDL web 
services from the browser.  Some samples here:

 
http://www.smartclient.com/smartgwtee/showcase/#data_integration_server_wsdl_weather

This is all part of the free LGPL product, assuming you don't need a 
server-side proxy or can handle your own proxying.

Specifically for WSDL there is nothing really comparable for plain GWT, or 
for GXT that I can find.  You'll see people recommended contacting WSDL 
services from the server side:

 http://stackoverflow.com/questions/3600723/gwt-and-webservices-wsdl

More generally, Alfredo gave a fairly balanced view: it depends on how 
demanding your requirements are.  If you need to do everything that 
SmartGWT grids can do, or even just a few key features (like say, freeze 
columns on the fly + inline filtering) you are years of R&D away from that 
if you start with plain GWT.  We know because we did the R&D :)  This is 
true even if you use incubator functionality.

On Monday, October 29, 2012 2:47:08 AM UTC-7, kumar thatikonda wrote:
>
> Hi All,
>Can you please let me know which of the option( GWT or SmartGWT) is 
> better, considering the below scenario.
>
>   1. Will be used for designing screens and client-side validations.
>   2. Performance ( page loading , grid loading) should be good.
>   3. Need to communicate with server through wsdls(web services.)
>   
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xSnb4UeByzcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Thomas Broyer


On Tuesday, October 30, 2012 5:30:56 PM UTC+1, PhiLho wrote:
>
> On 29/10/2012 21:59, Benjamin Possolo wrote: 
> > I recommend straight GWT for almost everything. The other frameworks 
> just add abstractions 
> > on top of GWT that confuse things a lot more. 
>
> They are supposed to offer a bit more than some abstraction layers and 
> nice CSS... 
> For example, they offer tables that load on demand (dynamic loading when 
> scrolling), 
> something that isn't supported by GWT out of the box, if I am not mistaken.
>

Depends what you mean by "out of the box": 
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList
Granted that ShowMorePagerPanel could possibly graduate to GWT proper 
rather than just a sample.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/v5q1_Q0OHXsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Philippe Lhoste

On 29/10/2012 21:59, Benjamin Possolo wrote:

I recommend straight GWT for almost everything. The other frameworks just add 
abstractions
on top of GWT that confuse things a lot more.


They are supposed to offer a bit more than some abstraction layers and nice 
CSS...
For example, they offer tables that load on demand (dynamic loading when scrolling), 
something that isn't supported by GWT out of the box, if I am not mistaken.

Idem for asynch trees, tree-tables, etc.
Perhaps you can find them as open-source projects (not sure) but then you have to search 
for them, choose one (if you have choice!), integrate in your project, ensure the look of 
the new widgets are consistent with the others, etc.


I would say that such framework might not be necessary for simple projects (ie. with 
simple needs, no complex widgets, small datasets) but can save time on complex projects.


--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

--
You received this message because you are subscribed to the Google Groups "Google 
Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Alain Ekambi
I said it before.
Nothing beats Flex on the Desktop anyway  :)



2012/10/30 Jason Hobbs 

> It will be well worth your time to add the missing bits to GWT rather than
> jump into SmartGWT.  We just re-wrote the UI on an app due to SmartGWT
> shortcomings and incompatibilities.
>
>
>
> On Monday, October 29, 2012 5:47:08 AM UTC-4, kumar thatikonda wrote:
>>
>> Hi All,
>>Can you please let me know which of the option( GWT or SmartGWT) is
>> better, considering the below scenario.
>>
>>   1. Will be used for designing screens and client-side validations.
>>   2. Performance ( page loading , grid loading) should be good.
>>   3. Need to communicate with server through wsdls(web services.)
>>
>>
>
> 
> Privileged and/or confidential information may be contained in this
> message. If you are not the addressee indicated in this message (or are not
> responsible for delivery of this message to that person) , you may not copy
> or deliver this message to anyone. In such case, you should destroy this
> message and notify the sender by reply e-mail.
> If you or your employer do not consent to Internet e-mail for messages of
> this kind, please advise the sender.
> Shaw Industries does not provide or endorse any opinions, conclusions or
> other information in this message that do not relate to the official
> business of the company  or its subsidiaries.
> 
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/UHSqq7mqCUgJ.
>
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Jason Hobbs
It will be well worth your time to add the missing bits to GWT rather than 
jump into SmartGWT.  We just re-wrote the UI on an app due to SmartGWT 
shortcomings and incompatibilities.



On Monday, October 29, 2012 5:47:08 AM UTC-4, kumar thatikonda wrote:
>
> Hi All,
>Can you please let me know which of the option( GWT or SmartGWT) is 
> better, considering the below scenario.
>
>   1. Will be used for designing screens and client-side validations.
>   2. Performance ( page loading , grid loading) should be good.
>   3. Need to communicate with server through wsdls(web services.)
>   
>

-- 
**
Privileged and/or confidential information may be contained in this 
message. If you are not the addressee indicated in this message (or are not 
responsible for delivery of this message to that person) , you may not copy 
or deliver this message to anyone. In such case, you should destroy this 
message and notify the sender by reply e-mail.
If you or your employer do not consent to Internet e-mail for messages of 
this kind, please advise the sender.
Shaw Industries does not provide or endorse any opinions, conclusions or 
other information in this message that do not relate to the official 
business of the company  or its subsidiaries.
**

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/UHSqq7mqCUgJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Alain Ekambi
Smart GWT  runs on the client.


2012/10/30 Sebastián Gurin 

> Also, besides Joseph said (it is true in my case), there is a fundamental
> difference and it is that vaadin, smartGWT, etc uses an architecture where
> they depend on server side stuff. For example, all vaading Java code runs
> in the serverside, and the webapp is rendered 100% on the serverside. The
> widgets depend on this server side for rendering and there is client-server
> comunication for rendering, layouting, events, etc.
>
> In pure GWT, you are not dependent on a certain serverside technology, you
> could use php, java container or even no serverside at all.
>
> Also, I have found difficult to interoperate between technologies like
> vaadin and smartGWT with 3rd party JavaScript widgets, or even with "normal
> GWT ".
>
> Regards
>
>
> On Tuesday, October 30, 2012 9:38:30 AM UTC-2, Alfredo Quiroga-Villamil
> wrote:
>
>> I've seen in the past many comments and different opinions about
>> Vaadin, GXT, SmartGWT and "GWT-only" apps. I think the fundamental
>> thing to remember here is resources.
>>
>> If you work for a company where you can afford to have the designer/s,
>> a CSS savy person/s and the time to build and enhance more than
>> anything pure GWT widgets then by all means go with the GWT only
>> approach. Do that also if you know the app is being built and will be
>> there to stay for a loog time.
>>
>> However,  in many cases we all seem to think that those frameworks
>> only provide cosmetic things and they really don't. They actually
>> provide a whole lot more than just style. Not all "GWT-only" widgets,
>> but many actually need a lot of work in both how they look as well as
>> how they are used programmatically.
>>
>> Not too long ago I set out to build a pure GWT app (one man app only
>> and being built by someone, me in this case that have been building
>> GWT for quite some time) and I was the one that almost jumped off the
>> building in this case. I found myself, styling things, some of the
>> widgets needed a lot of extra boiler plate (take Cell Table for
>> instance), just to do basic stuff that using some of the other
>> frameworks mentioned would just be one or a few lines of code.
>>
>> So if you have to make a decision, think about one thing and one thing
>> only. Do you truly have the resources/time, both design and coding
>> wise to enhance the existing GWT widgets? The answer to that will
>> likely tell you what to use and it's likely the reason why those
>> companies are such "value-add" to the existing GWT code base.
>>
>> As far as performance goes, unless you are building an App for
>> something extremely, and I emphasize extremely demanding, there is
>> little to none chance that using GXT, Vaadin or SmartGWT will have an
>> actual impact on your app.
>>
>> Alfredo
>>
>> On Mon, Oct 29, 2012 at 8:01 PM, Joseph Lust  wrote:
>> > Folks in my company were just asking me this the other day. If you want
>> an
>> > app that looks like the GXT or SmartGWT showcase, and absolutely
>> nothing
>> > more, then use them. But you'll have to bend to their paradigms and
>> extend
>> > their frameworks if you want more than they do. Further, these
>> frameworks
>> > are heavy weight, so doing just what you need in GWT will be much
>> faster
>> > performance wise. This is why we stick with pure GWT on my team and why
>> > another dev team in our company wanted to jump off a cliff after
>> building a
>> > 400 screen app in GXT.
>> >
>> >
>> > Sincerely,
>> > Joseph
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "Google Web Toolkit" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/**msg/google-web-toolkit/-/**yKJ3UnRqsMMJ<https://groups.google.com/d/msg/google-web-toolkit/-/yKJ3UnRqsMMJ>.
>>
>> > To post to this group, send email to google-we...@**googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-web-toolkit+**unsubscr...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/**group/google-web-toolkit?hl=en<http://groups.google.com/group/google-web-toolkit?hl=en>
>> **.
>>
>>
>>
>> --
>> Alfredo Quiroga-Villamil
>>
>> AOL/Yahoo/Gmail/MSN IM:  lawwton
>>
>  --
> You received this mes

Re: GWT vs SmartGWT

2012-10-30 Thread Sebastián Gurin
Also, besides Joseph said (it is true in my case), there is a fundamental 
difference and it is that vaadin, smartGWT, etc uses an architecture where 
they depend on server side stuff. For example, all vaading Java code runs 
in the serverside, and the webapp is rendered 100% on the serverside. The 
widgets depend on this server side for rendering and there is client-server 
comunication for rendering, layouting, events, etc. 

In pure GWT, you are not dependent on a certain serverside technology, you 
could use php, java container or even no serverside at all. 

Also, I have found difficult to interoperate between technologies like 
vaadin and smartGWT with 3rd party JavaScript widgets, or even with "normal 
GWT ". 

Regards

On Tuesday, October 30, 2012 9:38:30 AM UTC-2, Alfredo Quiroga-Villamil 
wrote:
>
> I've seen in the past many comments and different opinions about 
> Vaadin, GXT, SmartGWT and "GWT-only" apps. I think the fundamental 
> thing to remember here is resources. 
>
> If you work for a company where you can afford to have the designer/s, 
> a CSS savy person/s and the time to build and enhance more than 
> anything pure GWT widgets then by all means go with the GWT only 
> approach. Do that also if you know the app is being built and will be 
> there to stay for a loog time. 
>
> However,  in many cases we all seem to think that those frameworks 
> only provide cosmetic things and they really don't. They actually 
> provide a whole lot more than just style. Not all "GWT-only" widgets, 
> but many actually need a lot of work in both how they look as well as 
> how they are used programmatically. 
>
> Not too long ago I set out to build a pure GWT app (one man app only 
> and being built by someone, me in this case that have been building 
> GWT for quite some time) and I was the one that almost jumped off the 
> building in this case. I found myself, styling things, some of the 
> widgets needed a lot of extra boiler plate (take Cell Table for 
> instance), just to do basic stuff that using some of the other 
> frameworks mentioned would just be one or a few lines of code. 
>
> So if you have to make a decision, think about one thing and one thing 
> only. Do you truly have the resources/time, both design and coding 
> wise to enhance the existing GWT widgets? The answer to that will 
> likely tell you what to use and it's likely the reason why those 
> companies are such "value-add" to the existing GWT code base. 
>
> As far as performance goes, unless you are building an App for 
> something extremely, and I emphasize extremely demanding, there is 
> little to none chance that using GXT, Vaadin or SmartGWT will have an 
> actual impact on your app. 
>
> Alfredo 
>
> On Mon, Oct 29, 2012 at 8:01 PM, Joseph Lust 
> > 
> wrote: 
> > Folks in my company were just asking me this the other day. If you want 
> an 
> > app that looks like the GXT or SmartGWT showcase, and absolutely nothing 
> > more, then use them. But you'll have to bend to their paradigms and 
> extend 
> > their frameworks if you want more than they do. Further, these 
> frameworks 
> > are heavy weight, so doing just what you need in GWT will be much faster 
> > performance wise. This is why we stick with pure GWT on my team and why 
> > another dev team in our company wanted to jump off a cliff after 
> building a 
> > 400 screen app in GXT. 
> > 
> > 
> > Sincerely, 
> > Joseph 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Google Web Toolkit" group. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msg/google-web-toolkit/-/yKJ3UnRqsMMJ. 
> > To post to this group, send email to 
> > google-we...@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> > google-web-toolkit+unsubscr...@googlegroups.com . 
> > For more options, visit this group at 
> > http://groups.google.com/group/google-web-toolkit?hl=en. 
>
>
>
> -- 
> Alfredo Quiroga-Villamil 
>
> AOL/Yahoo/Gmail/MSN IM:  lawwton 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/cwQkn1O8OgcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-30 Thread Alfredo Quiroga-Villamil
I've seen in the past many comments and different opinions about
Vaadin, GXT, SmartGWT and "GWT-only" apps. I think the fundamental
thing to remember here is resources.

If you work for a company where you can afford to have the designer/s,
a CSS savy person/s and the time to build and enhance more than
anything pure GWT widgets then by all means go with the GWT only
approach. Do that also if you know the app is being built and will be
there to stay for a loog time.

However,  in many cases we all seem to think that those frameworks
only provide cosmetic things and they really don't. They actually
provide a whole lot more than just style. Not all "GWT-only" widgets,
but many actually need a lot of work in both how they look as well as
how they are used programmatically.

Not too long ago I set out to build a pure GWT app (one man app only
and being built by someone, me in this case that have been building
GWT for quite some time) and I was the one that almost jumped off the
building in this case. I found myself, styling things, some of the
widgets needed a lot of extra boiler plate (take Cell Table for
instance), just to do basic stuff that using some of the other
frameworks mentioned would just be one or a few lines of code.

So if you have to make a decision, think about one thing and one thing
only. Do you truly have the resources/time, both design and coding
wise to enhance the existing GWT widgets? The answer to that will
likely tell you what to use and it's likely the reason why those
companies are such "value-add" to the existing GWT code base.

As far as performance goes, unless you are building an App for
something extremely, and I emphasize extremely demanding, there is
little to none chance that using GXT, Vaadin or SmartGWT will have an
actual impact on your app.

Alfredo

On Mon, Oct 29, 2012 at 8:01 PM, Joseph Lust  wrote:
> Folks in my company were just asking me this the other day. If you want an
> app that looks like the GXT or SmartGWT showcase, and absolutely nothing
> more, then use them. But you'll have to bend to their paradigms and extend
> their frameworks if you want more than they do. Further, these frameworks
> are heavy weight, so doing just what you need in GWT will be much faster
> performance wise. This is why we stick with pure GWT on my team and why
> another dev team in our company wanted to jump off a cliff after building a
> 400 screen app in GXT.
>
>
> Sincerely,
> Joseph
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/yKJ3UnRqsMMJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
Alfredo Quiroga-Villamil

AOL/Yahoo/Gmail/MSN IM:  lawwton

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-29 Thread Joseph Lust
Folks in my company were just asking me this the other day. If you want an 
app that looks like the GXT or SmartGWT showcase, and absolutely nothing 
more, then use them. But you'll have to bend to their paradigms and extend 
their frameworks if you want more than they do. Further, these frameworks 
are heavy weight, so doing just what you need in GWT will be much faster 
performance wise. This is why we stick with pure GWT on my team and why 
another dev team in our company wanted to jump off a cliff after building a 
400 screen app in GXT.


Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/yKJ3UnRqsMMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-29 Thread Brett Freer
I agree with Benjamin. I would add though that if the standard widgets are 
not a good fit for your requirements, then it is worth seriously looking at 
Sencha GXT (Ext-GWT) as well.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/32p-SeiTC1oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT vs SmartGWT

2012-10-29 Thread Benjamin Possolo
I recommend straight GWT for almost everything. The other frameworks just 
add abstractions on top of GWT that confuse things a lot more.

Designing screens: UI Binder
Client-side validation: Editor framework + JSR303 validation using 
HibernateValidator 4.0.2GA
Performance: AsyncProxy, ClientBundle, stick to concrete collections in 
data transfer objects, etc
Communicate with server over WSDL: you are kind of fucked on this one. I 
don't know why you would want your javascript to talk WSDL with a server. 
While I appreciate SOAP/WSDL, that is just way too much overhead for your 
javascript client to deal with. Your server's WSDL layer likely uses some 
sort of business interface written in Java. Create a new backend endpoint 
using REST or for even easier GWT-integration using GWT-RPC. This endpoint 
should just reuse the same business interface that your WSDL endpoint uses.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/LewlhrMuFccJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT vs SmartGWT

2012-10-29 Thread kumar thatikonda
Hi All,
   Can you please let me know which of the option( GWT or SmartGWT) is 
better, considering the below scenario.

  1. Will be used for designing screens and client-side validations.
  2. Performance ( page loading , grid loading) should be good.
  3. Need to communicate with server through wsdls(web services.)
  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0cy5zPyJUqoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT vs SmartGWT

2012-10-29 Thread kumar thatikonda
Hi All,
   Please let me know which one is better(GWT or SmartGWT) for developing a 
web application considering the below scenario.

1. Will use only for developing the screens and client side validations.
2. Needs to communicate with server through wsdls.
3. Performance (initial screen loading time, loading data into grids...) 
should be good.

Can you please tell the option(GWT or SmartGWT) and the advantage 
of choosing it.


 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ynQTzCvVWAEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to mark a field as completely hidden for smartgwt ListGrid?

2012-08-16 Thread Frankee
On Wednesday, January 4, 2012 6:04:23 PM UTC+8, Daniel wrote:
> Hi guys,
> 
> 
> 
> How to mark a field as completely hidden for smartgwt ListGrid?
> 
> I do listGridFields[i].setHidden(true) according to API,But it still
> 
> could be able to show the field via a context menu.
> 
> and the API said 'canPickFields' has been set false can solve this
> 
> problem,but where the canPickFields ?
> 
> 
> 
> Thank you
> 
> 
> 
> Best Regards
> 
> Daniel

Try calling setCanHide() property of the ListGridField and pass "false" value.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wtfKgfL-G-UJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Smartgwt Load Test with BrowserMob

2012-07-03 Thread Ahmet Dakoglu
As told in Smartgwt - AutomatedTesting documentation, we have been trying
to use BrowserMob for load testing but the script that selenium ide created
can not pass the validaton of the BrowserMob. I think it is related with
scLocators because the error shows the line below scLocator. How can
BrowserMob be use with Smartgwt - Selenium Scripts? Can load testing be
done in any other way / tool ? Thank you.


--Ubuntu 10.10
--Smartgwt 3.1d
--Gwt 2.4

-- 
*Ahmet DAKOĞLU*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT, SmartGWT, Google Visualization Help

2012-06-20 Thread Rob
Hi,

Browse the gwt-cx source: http://code.google.com/p/gwt-cx/ it has several 
wrappers and examples.

also:

-> http://uptick.com.au/content/smartgwt-and-fusioncharts

and take a look at gwt-highcharts:

-> http://www.moxiegroup.com/moxieapps/gwt-highcharts/

Cheers
Rob

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/re_779w1YLoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Tutorials on SmartGWT & Google Visualization

2012-06-14 Thread Songtao
Hello, 

I am newbie to GWT and looking for some light on how implanting Google 
Visualization into SmartGWT Canvas, 

if anyone has ideas or solutions about it, or having a tutorial available 
online, please direct me to that. 

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/alSpcSwZE4gJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT, SmartGWT, Google Visualization Help

2012-06-14 Thread Songtao
Hello Matt,

I am newbie for GWT but currently developing a machine system monitoring 
web application and using SmartGwt as my tool. 

Right now I am having trouble with implanting Google Visualization into the 
the SmartGwt Canvas. If you have any ideas or solutions about it, please 
shed me some light on it. 

Thank you very much. 

On Wednesday, May 12, 2010 4:49:56 PM UTC-5, Matt wrote:
>
> I've solved my problem but am wondering if anyone else is doing 
> similar development.. 
>
> On May 12, 2:10 pm, Matt  wrote: 
> > I'm trying to draw a Google Column Chart into SmartGWT draggable 
> > window.  I can draw the chart correctly.  I can draw the window 
> > correctly.  I am just having trouble drawing the chart into the 
> > window.  Does anyone have any examples or tutorials of doing this? 
> > 
> > Thanks! 
> > -m 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "Google Web Toolkit" group. 
> > To post to this group, send email to google-web-toolkit@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com. 
> > For more options, visit this group athttp://
> groups.google.com/group/google-web-toolkit?hl=en. 
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group. 
> To post to this group, send email to google-web-toolkit@googlegroups.com. 
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com. 
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/oqCWxbxuTXEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT

2012-05-23 Thread sbt
ckendrick, there is not a single word that may be called as abusive from my 
side. Please be articulate and you should have a substantial arguments in 
your reply. 

In the provided threads, it is clear that i am a newbie to this framework 
and asking queries because there isn't sufficient information that can be 
digested for a new user. 

You behaviour is very defensive and it was you Admin who threaten me to 
block. I explained for duplicate publications that it was a mistake but you 
keep on pushing the things. 

Even, i suggested you many things which can be of your benefit , not mine 
and be assertive here .Don't use the word abusive here . It is clearly 
the uncorporation act  done by you and *can be pursed in courts. *

Be careful not to use such words having no such reality. 

It was your Admin who threaten me not me so be professional . Feel proud 
that people using your product and stop such irrelevant unjustified words. 

On Wednesday, May 23, 2012 11:54:33 PM UTC+5, ckendrick wrote:
>
> Isomorphic Support routinely receives kudos from customers and the 
> community, with 20-30 forum posts a day coming right from the dev and 
> support teams.  When we aren't helping individuals, we're creating new 
> samples and writing new docs for everyone.
>
> This person (sbt) is not a customer, posted multiple duplicates of an 
> elementary question covered prominently in introductory documentation, was 
> referred politely to such documentation, posted follow-ups indicating he 
> still hadn't read the docs he was referred to, then became abusive when 
> both the community and Isomorphic ignored him.  But don't take my word for 
> it, here are the threads:
>
> http://forums.smartclient.com/showthread.php?t=22138
> http://forums.smartclient.com/showthread.php?t=22095
> http://forums.smartclient.com/showthread.php?t=22139
> http://forums.smartclient.com/showthread.php?t=22106
>
> Note these are partly duplicates - we had to delete 5 other verbatim 
> duplicates.
>
> The more you look into criticisms of SmartGWT, the more you will find they 
> are as baseless as this one.  We offer a very high quality product, rapid 
> innovation, and a responsive support team that aggressively fixes issues.
>
> SBT is almost certain to fly off the handle now, so just FYI, I do not 
> plan to reply.
>
> On Monday, May 21, 2012 3:21:49 AM UTC-7, sbt wrote:
>>
>> It is free but their support is pathetic  I experienced it.
>>
>> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>>
>>> hello,
>>>
>>> is SmartGwt free for the commercial use ?
>>>
>>> thanks 
>>>
>>> -- 
>>> Akram MONCER
>>> Personne
>>>
>>>  
>> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>>
>>> hello,
>>>
>>> is SmartGwt free for the commercial use ?
>>>
>>> thanks 
>>>
>>> -- 
>>> Akram MONCER
>>> Personne
>>>
>>>  
>> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>>
>>> hello,
>>>
>>> is SmartGwt free for the commercial use ?
>>>
>>> thanks 
>>>
>>> -- 
>>> Akram MONCER
>>> Personne
>>>
>>>  
>> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>>
>>> hello,
>>>
>>> is SmartGwt free for the commercial use ?
>>>
>>> thanks 
>>>
>>> -- 
>>> Akram MONCER
>>> Personne
>>>
>>>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/vA9liX8qmwIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT

2012-05-23 Thread ckendrick
Isomorphic Support routinely receives kudos from customers and the 
community, with 20-30 forum posts a day coming right from the dev and 
support teams.  When we aren't helping individuals, we're creating new 
samples and writing new docs for everyone.

This person (sbt) is not a customer, posted multiple duplicates of an 
elementary question covered prominently in introductory documentation, was 
referred politely to such documentation, posted follow-ups indicating he 
still hadn't read the docs he was referred to, then became abusive when 
both the community and Isomorphic ignored him.  But don't take my word for 
it, here are the threads:

http://forums.smartclient.com/showthread.php?t=22138
http://forums.smartclient.com/showthread.php?t=22095
http://forums.smartclient.com/showthread.php?t=22139
http://forums.smartclient.com/showthread.php?t=22106

Note these are partly duplicates - we had to delete 5 other verbatim 
duplicates.

The more you look into criticisms of SmartGWT, the more you will find they 
are as baseless as this one.  We offer a very high quality product, rapid 
innovation, and a responsive support team that aggressively fixes issues.

SBT is almost certain to fly off the handle now, so just FYI, I do not plan 
to reply.

On Monday, May 21, 2012 3:21:49 AM UTC-7, sbt wrote:
>
> It is free but their support is pathetic  I experienced it.
>
> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>
>> hello,
>>
>> is SmartGwt free for the commercial use ?
>>
>> thanks 
>>
>> -- 
>> Akram MONCER
>> Personne
>>
>>  
> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>
>> hello,
>>
>> is SmartGwt free for the commercial use ?
>>
>> thanks 
>>
>> -- 
>> Akram MONCER
>> Personne
>>
>>  
> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>
>> hello,
>>
>> is SmartGwt free for the commercial use ?
>>
>> thanks 
>>
>> -- 
>> Akram MONCER
>> Personne
>>
>>  
> On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>>
>> hello,
>>
>> is SmartGwt free for the commercial use ?
>>
>> thanks 
>>
>> -- 
>> Akram MONCER
>> Personne
>>
>>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/r1zuSjOykAEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT

2012-05-21 Thread sbt
It is free but their support is pathetic  I experienced it.

On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>
> hello,
>
> is SmartGwt free for the commercial use ?
>
> thanks 
>
> -- 
> Akram MONCER
> Personne
>
>  
On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>
> hello,
>
> is SmartGwt free for the commercial use ?
>
> thanks 
>
> -- 
> Akram MONCER
> Personne
>
>  
On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>
> hello,
>
> is SmartGwt free for the commercial use ?
>
> thanks 
>
> -- 
> Akram MONCER
> Personne
>
>  
On Saturday, May 19, 2012 3:12:36 AM UTC+5, Akram.Moncer wrote:
>
> hello,
>
> is SmartGwt free for the commercial use ?
>
> thanks 
>
> -- 
> Akram MONCER
> Personne
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/4e5-EYqGctYJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT

2012-05-18 Thread Akram Moncer
hello i verify, that not all the version of smartGwt are free, only the
LGPL version, so be careful
i find it in ths link,  http://www.smartclient.com/product/competition.jsp

2012/5/18 Akram Moncer 

> thank u very much
>
>
> 2012/5/18 Assiya EL 
>
>> yes it is free
>>
>> 2012/5/18 Akram Moncer 
>>
>>>  hello,
>>>
>>> is SmartGwt free for the commercial use ?
>>>
>>> thanks
>>>
>>> --
>>> Akram MONCER
>>> Personne
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google Web Toolkit" group.
>>> To post to this group, send email to google-web-toolkit@googlegroups.com
>>> .
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>
>>
>>
>> --
>>
>> Assiya EL
>> Master Qualité du Logiciel
>>
>>
>>
>> Plz consider environment - Only print this if necessary
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>
>
> --
> Akram MONCER
> Personne
>
>


-- 
Akram MONCER
Personne

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT

2012-05-18 Thread Akram Moncer
thank u very much

2012/5/18 Assiya EL 

> yes it is free
>
> 2012/5/18 Akram Moncer 
>
>> hello,
>>
>> is SmartGwt free for the commercial use ?
>>
>> thanks
>>
>> --
>> Akram MONCER
>> Personne
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>
>
> --
>
> Assiya EL
> Master Qualité du Logiciel
>
>
>
> Plz consider environment - Only print this if necessary
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 
Akram MONCER
Personne

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT

2012-05-18 Thread Assiya EL
yes it is free

2012/5/18 Akram Moncer 

> hello,
>
> is SmartGwt free for the commercial use ?
>
> thanks
>
> --
> Akram MONCER
> Personne
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>



-- 

Assiya EL
Master Qualité du Logiciel



Plz consider environment - Only print this if necessary

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGWT

2012-05-18 Thread Akram Moncer
hello,

is SmartGwt free for the commercial use ?

thanks

-- 
Akram MONCER
Personne

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT GUI Layout

2012-05-13 Thread Shawn Brown
> Need help in SmartGUI layout issue mentioned below:

Why don't you try http://forums.smartclient.com/   ???

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGWT GUI Layout

2012-05-12 Thread sbt
Hi everyone, 

Need help in SmartGUI layout issue mentioned below:

In my project , i have the requirement of creating a form having tabs 
on it and this form has 
a ComboBox. TextBox and a Button on it, 

Unable to make it using SmartGWT drag and drop GUI facility in 
Eclipse. 

I have made a entry point class that is extended from Canvas.I am 
putting above mentioned widgets on VLayout,HLayout but unable to get 
the desired one. 

Kindly suggest how can i make it and sequence of doing it. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ihDSrBI-i1wJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGWT GUI issue

2012-05-11 Thread sbt
In my project , i have the requirement of creating a form having tabs
on it and this form has
a ComboBox. TextBox and a Button on it,

Unable to make it using SmartGWT drag and drop GUI facility in
Eclipse.

I have made a entry point class that is extended from Canvas.I am
putting above mentioned widgets on VLayout,HLayout but unable to get
the desired one.

Kindly suggest how can i make it and sequence of doing it.



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



smartGWT compact Calendar

2012-04-20 Thread rasparuhov
Hi,guys

I want to use compact Calendar (example:
http://www.smartclient.com/smartgwt/showcase/#compact_calendar_category).
Here is my code for making it:
calendar.setWidth(400);
calendar.setHeight(190);
calendar.setShowDayView(false);
calendar.setShowWeekView(false);
calendar.setShowOtherDays(false);
calendar.setShowDayHeaders(false);
calendar.setShowDatePickerButton(false);
calendar.setShowAddEventButton(false);
calendar.setDisableWeekends(false);
calendar.setShowDateChooser(false);
calendar.setCanCreateEvents(false);
But the date numbers doesn't show like in the example. Can someone
tell me what to do?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



smartGWT

2012-02-19 Thread musicalmighty
How to connect to the PostgreSQL using smartgwt?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWTTestCase possible issue (SmartGWT DMI call)

2012-01-05 Thread Patrick
I should have given more background in that I do not know the exact
issue from the two links posted, only that they seem to have the same
error.

What I was trying to do was run a GWTTestCase to test a block of code
that contained an RPC call using SmartGWT's DMI RPC.  The error shown
in the posts is what I received when the GWTTestCase failed.

I was hoping to use GWTTestCase since it allowed me to isolate and
test my code directly.

I was wondering is if anyone knows of a way to get this to work or at
least why the error occurs.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGwt ListGrid Issue

2012-01-05 Thread ankit
there is a kind of bug in this example
http://www.smartclient.com/smartgwt/showcase/#grid_editing_modal. in
this example, listgrid edit event is set double click
countryGrid.setEditEvent(ListGridEditEvent.DOUBLECLICK). and it works
fine as shown there. checkbox field didnt get checked/unchecked on
single event.

but when i do this in my project. this thing is not working out. my
checkbox field(Boolean values) did get checked/unchecked even on
single click event. and i have set
listgrid.setEditEvent(ListGridEditEvent.DOUBLECLICK).

hope you guys understand what the problem i am facing. Thanks in
advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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  wrote:

> There seems to be cases where GWTTestCase fails.  One example I have
> run into is when trying to do a SmartGWT DMI RPC call within the
> GWTTestCase.
>
> SmartClient seems to think there may be an issue in the GWTTestCase
> that is causing this.
>
> Here is a couple of posts referencing this on their forums. The error
> I am referencing is shown in these posts.
> http://forums.smartclient.com/showthread.php?t=18481
>
> http://forums.smartclient.com/showthread.php?t=18356
>
> Does anyone have any feedback or even better a solution on this?  I
> would hate to have to introduce an additional tool to test this code.
>
> Thank you in advance,
> Patrick
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWTTestCase possible issue (SmartGWT DMI call)

2012-01-04 Thread Patrick
There seems to be cases where GWTTestCase fails.  One example I have
run into is when trying to do a SmartGWT DMI RPC call within the
GWTTestCase.

SmartClient seems to think there may be an issue in the GWTTestCase
that is causing this.

Here is a couple of posts referencing this on their forums. The error
I am referencing is shown in these posts.
http://forums.smartclient.com/showthread.php?t=18481

http://forums.smartclient.com/showthread.php?t=18356

Does anyone have any feedback or even better a solution on this?  I
would hate to have to introduce an additional tool to test this code.

Thank you in advance,
Patrick

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How to mark a field as completely hidden for smartgwt ListGrid?

2012-01-04 Thread Daniel
Hi guys,

How to mark a field as completely hidden for smartgwt ListGrid?
I do listGridFields[i].setHidden(true) according to API,But it still
could be able to show the field via a context menu.
and the API said 'canPickFields' has been set false can solve this
problem,but where the canPickFields ?

Thank you

Best Regards
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



smartgwt ListGridRecord programatically editing issue

2012-01-03 Thread ankit
I am using smartgwt and i have a ListGrid in which i have some
populated values in ListGridRecord. now if i am setting any
listGridRecord Field value programmatically through
setAttribute(String fieldName, String value) and refreshing the field
through ListGridRecord.refreshFields(), then values get reflected to
the UI. but the problem is if i am editing that same ListGridRecord by
double click. then the value get lost or removed from the UI.

class FieldRecord extends ListGridRecord{

private int id;
private String name;

public void setID(Long id) {
  setAttribute(Constant.ID, id);
 }

public void setName(String name) {
  setAttribute(Constant.NAME, name);
 }

public Long getID() {
  return getAttribute(Constant.ID);
 }

public String getName() {
   return getAttribute(Constant.NAME);
 }
}


class testData {
  FieldDataSource fieldDS = new FieldDataSource();

  FieldRecord fieldRec = new FieldRecord();
  //set some default value of record.

  fieldDS.addData(fieldRec);
  FieldGrid fieldGrid = new FieldGrid();
  fieldGrid.setDataSource(fieldDS);

  public void parseValue(){
  // on some condition
   fieldRec.setAttribute(Constant.NAME, "high");
  // programmaticaly set record value and that value is removed when i
double click on
   that record.
 }
}


any help from you will be highly appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT 3.0 support

2011-12-22 Thread Eric Clayberg (Google)
That will depend on the SmartGWT developers (or any community members that 
want to use it). We (Google) have no plans to provide support 
for SmartGWT 3.0 on our end. Support for SmartGWT 3.0 is a big project, and 
now that GWT Designer is open source along with the rest of GPE, this is a 
project more appropriate for the SmartGWT team to undertake (and I 
encourage you to suggest to them that they do this). In fact, our position 
going forward is that 3rd party component providers should provide GWTD 
support on their end as they are in the best position to do so.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/DVD7UhTiKpAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGWT 3.0 support

2011-12-22 Thread Tony
Does anyone know if and when GWT Designer will support SmartGWT 3.0 in
the future.
After installing SmartGWT 3.0 the designer stopped working an says:

"WindowBuilder supports only SmartGWT versions 2.4, 2.5. But 3.0
found"

Thanks for your thoughts.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGWT migration to 2.4 version

2011-10-09 Thread Patrick Tucker
Did you check the release notes to ensure that the version of Smart
GWT that you are using is compatible with the version of GWT that you
are using?

Smart GWT 2.5 lists compatibility from 1.6 to 2.3 of GWT or something
like that...

On Oct 7, 8:36 am, Boris H  wrote:
> I am migrating my app from 1.7 release to 2.4. The application is a
> wizard. I've
> updated jars to new versions, but faced with a problem: my app does
> not start at
> all: the "Object required" exception is raised from browser side.
> The explorer's stacktrace:
>
> ->JScript anonymous function
> ->gwtOnLoad
> ->maybeStartModule
> ->JScript anonymous function
> ->JScript global code
>
> The last call's code is:
>
> function entry_0(jsFunction){
>   return function(){
>     try {
>       return entry0(jsFunction, this, arguments);
>     }
>      catch (e) {
>       throw e;
>     }
>   }
>   ;} .
>
> When SmartGWT developer console is launched, it shows nothing 'bout
> the error -
> no logs, no events.
> Please give a hint on what can be next step. Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGWT migration to 2.4 version

2011-10-07 Thread Boris H
I am migrating my app from 1.7 release to 2.4. The application is a
wizard. I've
updated jars to new versions, but faced with a problem: my app does
not start at
all: the "Object required" exception is raised from browser side.
The explorer's stacktrace:

->JScript anonymous function
->gwtOnLoad
->maybeStartModule
->JScript anonymous function
->JScript global code

The last call's code is:

function entry_0(jsFunction){
  return function(){
try {
  return entry0(jsFunction, this, arguments);
}
 catch (e) {
  throw e;
}
  }
  ;
} .
When SmartGWT developer console is launched, it shows nothing 'bout
the error -
no logs, no events.
Please give a hint on what can be next step. Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGwt not working in GoogleChrome

2011-09-20 Thread Alexandre Dupriez
Recompiling the application (red icon "compile" in GPE) may solve the
issue if it happens on other browsers.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGwt not working in GoogleChrome

2011-09-17 Thread Tom Carchrae
I'm just relaying this:
http://forums.smartclient.com/showthread.php?t=8159#aChrome

(in particular, try it in compiled mode)



On Sat, Sep 17, 2011 at 5:56 AM, Alexandre Dupriez <
alexandre.dupr...@gmail.com> wrote:

> Strange, I can work with SmartGWT 2.5 & GWT 2.3 on Chrome.
> Which is your GWT version?
>
> On 17 sep, 04:32, Tom Carchrae  wrote:
> > SmartGWT does not work well with the developer plugin in Chrome.  Try
> > compiling it (red GWT box) and then using Chrome without the
> ?gwt.codesvr=
> > 127.0.0.1:9997 at the end of the URL.
> >
> >
> >
> >
> >
> >
> >
> > On Fri, Sep 16, 2011 at 12:30 PM, Serge 
> wrote:
> > > Hi,
> > > when I'm using smartgwt 2.5 in my gwt web application, I get the
> > > following error in Chrome:
> > > Exception while loading module com.smartgwt.client.SmartGwtEntryPoint.
> > > See Development Mode for details.
> >
> > > java.lang.reflect.InvocationTargetException
> > >at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > >at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> > >at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
> > >at java.lang.reflect.Method.invoke(Unknown Source)
> > >at
> com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
> > >at
> >
> > >
> com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
> > > 200)
> > >at
> >
> > >
> com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
> > > 525)
> > >at
> >
> > >
> com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
> > > 363)
> > >at java.lang.Thread.run(Unknown Source)
> > > Caused by: com.google.gwt.core.client.JavaScriptException:
> > > (TypeError): Cannot read property 'Browser' of undefined
> > >at
> >
> > >
> com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
> > > 248)
> > >at
> > >
> com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> > > 136)
> > >at
> > > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
> > > 561)
> > >at
> > > com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:
> > > 289)
> > >at
> >
> > >
> com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:
> > > 107)
> > >at
> > > com.smartgwt.client.SmartGwtEntryPoint.init(SmartGwtEntryPoint.java)
> > >at
> >
> > >
> com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:
> > > 239)
> > >... 9 more
> >
> > > it works fine in Internet Explorer 7.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Google Web Toolkit" group.
> > > To post to this group, send email to
> google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGwt not working in GoogleChrome

2011-09-17 Thread Alexandre Dupriez
Strange, I can work with SmartGWT 2.5 & GWT 2.3 on Chrome.
Which is your GWT version?

On 17 sep, 04:32, Tom Carchrae  wrote:
> SmartGWT does not work well with the developer plugin in Chrome.  Try
> compiling it (red GWT box) and then using Chrome without the ?gwt.codesvr=
> 127.0.0.1:9997 at the end of the URL.
>
>
>
>
>
>
>
> On Fri, Sep 16, 2011 at 12:30 PM, Serge  wrote:
> > Hi,
> > when I'm using smartgwt 2.5 in my gwt web application, I get the
> > following error in Chrome:
> > Exception while loading module com.smartgwt.client.SmartGwtEntryPoint.
> > See Development Mode for details.
>
> > java.lang.reflect.InvocationTargetException
> >        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> >        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> >        at java.lang.reflect.Method.invoke(Unknown Source)
> >        at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
> >        at
>
> > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
> > 200)
> >        at
>
> > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
> > 525)
> >        at
>
> > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
> > 363)
> >        at java.lang.Thread.run(Unknown Source)
> > Caused by: com.google.gwt.core.client.JavaScriptException:
> > (TypeError): Cannot read property 'Browser' of undefined
> >        at
>
> > com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
> > 248)
> >        at
> > com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> > 136)
> >        at
> > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
> > 561)
> >        at
> > com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:
> > 289)
> >        at
>
> > com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:
> > 107)
> >        at
> > com.smartgwt.client.SmartGwtEntryPoint.init(SmartGwtEntryPoint.java)
> >        at
>
> > com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:
> > 239)
> >        ... 9 more
>
> > it works fine in Internet Explorer 7.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google Web Toolkit" group.
> > To post to this group, send email to google-web-toolkit@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-web-toolkit+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: SmartGwt not working in GoogleChrome

2011-09-16 Thread Tom Carchrae
SmartGWT does not work well with the developer plugin in Chrome.  Try
compiling it (red GWT box) and then using Chrome without the ?gwt.codesvr=
127.0.0.1:9997 at the end of the URL.

On Fri, Sep 16, 2011 at 12:30 PM, Serge  wrote:

> Hi,
> when I'm using smartgwt 2.5 in my gwt web application, I get the
> following error in Chrome:
> Exception while loading module com.smartgwt.client.SmartGwtEntryPoint.
> See Development Mode for details.
>
> java.lang.reflect.InvocationTargetException
>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>at java.lang.reflect.Method.invoke(Unknown Source)
>at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
>at
>
> com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
> 200)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
> 525)
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
> 363)
>at java.lang.Thread.run(Unknown Source)
> Caused by: com.google.gwt.core.client.JavaScriptException:
> (TypeError): Cannot read property 'Browser' of undefined
>at
>
> com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
> 248)
>at
> com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> 136)
>at
> com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
> 561)
>at
> com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:
> 289)
>at
>
> com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:
> 107)
>at
> com.smartgwt.client.SmartGwtEntryPoint.init(SmartGwtEntryPoint.java)
>at
>
> com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:
> 239)
>... 9 more
>
> it works fine in Internet Explorer 7.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGwt not working in GoogleChrome

2011-09-16 Thread Serge
Hi,
when I'm using smartgwt 2.5 in my gwt web application, I get the
following error in Chrome:
Exception while loading module com.smartgwt.client.SmartGwtEntryPoint.
See Development Mode for details.

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)
at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
200)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
525)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
363)
at java.lang.Thread.run(Unknown Source)
Caused by: com.google.gwt.core.client.JavaScriptException:
(TypeError): Cannot read property 'Browser' of undefined
at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
248)
at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
136)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
561)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:
289)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:
107)
at
com.smartgwt.client.SmartGwtEntryPoint.init(SmartGwtEntryPoint.java)
at
com.smartgwt.client.SmartGwtEntryPoint.onModuleLoad(SmartGwtEntryPoint.java:
239)
... 9 more

it works fine in Internet Explorer 7.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



JUnit testcase with SmartGwt

2011-08-22 Thread Raja Shekhar
Hi,

i'm using SmartGwt for xpath.
i'm able to execute it successfully in webapplication.
i have written a GWTTestcase to test this.
when i run that testcase, it is failing in runtime by throwing runtime
exception.

could someone please help me resolving this issue

here is the exception info:

java.lang.RuntimeException: Remote test failed at 10.64.123.39 / Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010031422
Firefox/3.0.19

at
com.google.gwt.junit.JUnitShell.processTestResult(JUnitShell.java:1288)

at
com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1408)

at
com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:1309)

at
com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:650)

at
com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:441)

at junit.framework.TestCase.runBare(TestCase.java:130)

at junit.framework.TestResult$1.protect(TestResult.java:106)

at
junit.framework.TestResult.runProtected(TestResult.java:124)

at junit.framework.TestResult.run(TestResult.java:109)

at junit.framework.TestCase.run(TestCase.java:120)

at
com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:296)

at junit.framework.TestSuite.runTest(TestSuite.java:230)

at junit.framework.TestSuite.run(TestSuite.java:225)

at
org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)

at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)

at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)

at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)

at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)

at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

Caused by: java.lang.Exception:
com.google.gwt.core.client.JavaScriptException: (null): null

at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:237)

at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:132)

at
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561)

at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269)

at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)

at
com.smartgwt.client.data.XMLTools.selectString(XMLTools.java)

.. ... 


-- 
Thanks,
Raja

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Server push With SmartGWT

2011-07-12 Thread Atd
Hi

I would like to ask about using Sever push technology and how it can
be implemented using SmartGWT 2.4 ?
can i use GWT-Comet With SmartGWT ??




Thank

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



SmartGWT: LiveGrid with own DataSource

2011-06-17 Thread Go2one
Hi all,

I want to use SmartGWT's LiveGrid but I'm currently using the
asyncronous service entry point to ask my server for data. The
Interface returns Java(script) Objects. Is there a way to use this
instead of an XML Datasource (like in the Examples)? Are there any
tutorials? Overriding the DataSource-Class seems to be very heavy for
me...

Best Regards!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



  1   2   3   4   5   >