default table button style outside a table

2012-10-03 Thread Raymond Cidad
hey there, 

When you use a button inside a cellTable, it gets a style from the default 
cellTable style. 

When you use a button outside that, it uses another style.

How can I use that same style outside the table?

I'm using UiBinder ui.xml and putting all my css there. 

thanks


-- 
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/-/l6FA3K0KPiYJ.
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: default table button style outside a table

2012-10-03 Thread Raymond Cidad
And the same style is applied when you put a button inside a panel. 


On Wednesday, October 3, 2012 9:58:55 AM UTC-4, Raymond Cidad wrote:

 hey there, 

 When you use a button inside a cellTable, it gets a style from the default 
 cellTable style. 

 When you use a button outside that, it uses another style.

 How can I use that same style outside the table?

 I'm using UiBinder ui.xml and putting all my css there. 

 thanks




-- 
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/-/3pHOf0dw1hIJ.
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.



Type '$Proxy86' was not included in the set of types which can be serialized by this SerializationPolicy

2012-06-07 Thread Raymond Cidad
Hey guys, 

have you ever get an error like this?

All my types are Serializables, default constructor, etc... like always.

I dont know that is this '$Proxy86' that is shown in the error

thanks for your help

-- 
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/-/cFId9SUT-1AJ.
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 wait until all the modules are loaded to show the page?

2011-10-18 Thread Raymond Cidad
Great. I'm going to try that.
I'm not really sure how when the module is completely load. But I'll
google it. At least I have a guide now
thanks
rc

On Oct 12, 9:49 am, jhulford jhulf...@gmail.com wrote:
 You can put your whole page in a hidden div and then when the module
 is loaded show the page.

 On Oct 11, 2:27 pm, Raymond Cidad raym...@globalsolutioncorp.com
 wrote:







  Hello my friends.
  I'm trying to find the way to show a progress bar (like gmail), so when a
  browser try to access the service, IT DOESN'T SHOW THE HMTL FIRST  (I MEAN,
  THE IMAGES, FOOTER, ETC), AND THEN LOAD THE MODULE. I WANT THE WHOLE THING
  LOAD AT THE SAME TIME?

  Any ideas?

  thanks yall.
  rcm

-- 
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 + SVN + Eclipse

2011-10-16 Thread Raymond Cidad
Thanks Brandon

Right now we are doing a Labs project to test some functionality for a new 
project. 
Next week, when I create the new project, I'm going to (well, I'm going to 
try to) do a step by step SVN + Eclipse + GWT instructions to share, for all 
the newbies like me that are struggling with this. 

I'll let you know.

thanks again for your info. Great page + youtube + help-in-the-group + quick 
response :) 
rc

-- 
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/-/dmO8VppMgxAJ.
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 wait until all the modules are loaded to show the page?

2011-10-11 Thread Raymond Cidad
Hello my friends. 
I'm trying to find the way to show a progress bar (like gmail), so when a 
browser try to access the service, IT DOESN'T SHOW THE HMTL FIRST  (I MEAN, 
THE IMAGES, FOOTER, ETC), AND THEN LOAD THE MODULE. I WANT THE WHOLE THING 
LOAD AT THE SAME TIME? 

Any ideas? 

thanks yall.
rcm

-- 
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/-/B1AppbjhpukJ.
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 + SVN + Eclipse

2011-09-25 Thread Raymond Cidad
Hello guys
I'm having a hard time setting up a GWT into eclipse to work with a team, 
using SVN.

Where we are:
1. I created the project. Did some code. Runs fine.
2. Create the SVN repository (in the cloud with codesion.com)
3. The other team member, did checkout. He can see the code

Problem:
- He cannot run the project. It doesn't compile right. 

I THINK THE PROBLEM IS RELATED TO  BUILD PATH. 

QUESTIONS:
1. WE ARE NOW TRYING TO ADD THE WAR/WEB-INF/DEPLOY TO THE SVN:IGNORE TO SEE 
IF THAT HELPS. DO YOU GUYS TELL SVN NOT TO UPLOAD SOME DIRECTORIES?

2. WHAT CHANGES DO YOU GUYS DO THE PROJECT AFTER YOU DO CHECKOUT THE FIRST 
TIME? 

I'M SURE THE PROBLEMS SHOULD BE SOLVED WITH A COUPLE OF CLICKS , BUT I 
CAN'T FIGURE OUT THOSE CLICKS

THANKS FOR YOUR HELP







-- 
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/-/thCiIZZQxzoJ.
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.