Ft
On Sun, Apr 22, 2018 at 6:31 PM, Lilibeth Rivera wrote:
> Gt
>
> --
> 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...@googlegrou
> Have you tried working your way into the symbolMaps?
No, because I just figured the obfuscated code wasn't worth trying to
deobfuscate, but apparently symbolMaps is the key. Kirill provded the
details so I plan to refer to that. Thanks for the time!
--
You received this message because you
Great, thanks so much for this information, I'll study it and run some
tests, but I'm sure it will create some great leads. Cheers!
--
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, s
> There is a file (produces during build) with all names mapping to java
methods. You can de-obfuscate it manually.
This sounds like exactly what I need. Not to take more of your time, but
do you have any references where I can get more information about this?
Thanks!
--
You received this mess
Thanks for the response, and yes, totally inaccessible by any means.
So back to my main question: are there any serious ramifications, mostly
related to runtime (as I understand the issues with loading), with running
a non-obfuscated application?
Thanks!
--
You received this message because yo
Hi Vassillis-
Thanks for the response. A few comments:
> the problem is reproducible in the remote system and not just happens
after several hours of usage
It's not entirely reproducible, but does seem to happen with some
regularity. And yes, it has hours of usage, which could be the problem.
Thanks Thomas. I was hoping it'd be easier and I was just missing
something. Moving this call out of rpc is probably the best solution.
Thanks again for the guidance!
Since servlets 3 had been out for a long time now it'd be a great idea to
have the developers write this feature into RemoteService
Solved. Switched the Connector setting from this
to this
For whatever reason, it likes the Nio2 protocol with Java 8, but doesn't
like the older Nio version.
On Friday, February 12, 2016 at 10:14:38 AM UTC-5, Robert Evans wrote:
>
> Greetings,
>
> Just trying
Greetings,
Just trying to figure out why my GWT app works fine in JDK7, but with JDK8,
once I get to a certain "sending" size, it appears I'm getting the
following error:
12-Feb-2016 09:16:47.983 INFO [http-nio-8443-exec-10]
org.apache.coyote.http11.AbstractHttp11Processor.process Error parsin
?_escaped_fragment_=CwRadioButton
does not return the snapshot but the actual app.
Best regards, Robert
--
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
Hi Jens-
Just letting you know I found the problem using the "pause on exceptions"
feature. Handy that! Thanks for leading me in the right direction!
Robert
On Tue, Jun 23, 2015 at 11:32 AM, Robert J. Carr wrote:
> Hi Jens-
>
> Thanks, I also thought of using the deb
Hi Jens-
Thanks, I also thought of using the debugger and I think I might already
have a lead. Great advice! I didn't know about the other debugging
features you mentioned so I'll make a note of those.
I am finding that I need to use the bookmarklets most of the time. It
isn't a major nuisance
Jens,
Thanks for the info. The documentation is a bit scanty, and I might not be
able to call/use it.
I thought it would help me sort out a need of synchronous call to the
server.
I appreciate.
Robert.
On Friday, 19 June 2015 16:30:28 UTC+3, Jens wrote:
>
> SyncProxy is for serve
lease assist, I need to do some synchronous call.
Kind Regards,
Robert.
--
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-t
It turned out my problem was mostly my own doing. I was using different
config files in different environments and didn't realize it. Hope your
problem is this simple!
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from t
Hello,
I am recently developing an application that is implementing a CellTable,
where there are Columns where the underlying Cell object is a
CompositeCell. As you know, a CompositeCell has an underlying
List>. Generally, i can get this to work just fine when I am
simply displaying text wit
Hello,
I am developing an application that uses CellTables with Columns
constructed with a CompositeCell.
Here is a quick snippet of what I am doing...
ec sdfv q3414r
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe f
Ok. Just for the record.
The GWT plugin that comes with IntelliJ 14 does not use CodeServer. It does
have a "Super Dev Mode" option, but then does not allow any extra
parameters like launchDir or
src. http://stackoverflow.com/a/27571401/1417396
Most importantly however the deferred binding bu
code 'misleads' Intellij. Is this
helpful feedback? Or is this to be expected from a snapshot?
Thank you,
Robert
On 02/03/15 17:20, Thomas Broyer wrote:
DevMode vs. CodeServer.
On Monday, March 2, 2015 at 5:14:41 PM UTC+1, Robert Hoffmann wrote:
This is the output I get whe
e.html mentions for exmple
the allowMissingSrc attribute which is not listed above either.
Thank you,
Robert
On 02/03/15 16:51, Thomas Broyer wrote:
On Monday, March 2, 2015 at 4:09:08 PM UTC+1, Robert Hoffmann wrote:
Yes. GWT 2.8.0-SNAPSHOT fixes this problem!
However under 2.7.0
Yes. GWT 2.8.0-SNAPSHOT fixes this problem!
However under 2.7.0 I was using com.google.gwt.dev.codeserver.CodeServer
with the -src attribute. Is there a way to include external source paths
with the new SDM ?
Thank you
Robert
On Sunday, March 1, 2015 at 1:47:48 PM UTC+1, Jens wrote
h situations I made sure that user.agent is indeed ie8. Also the SDM
log states "binding: user.agent=ie8".
I would be thankful for your input.
Best regards, Robert
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To un
Awesome, thanks so much for the help!
On Mon, Feb 9, 2015 at 2:39 PM, Mark Erikson wrote:
> Cool, glad that was an easy fix.
>
> Yeah, this is a good approach. See
> https://github.com/richkadel/cesium-gwt for a larger-scale use of this
> technique for wrapping the Cesium.js 3D globe library.
>
Thanks for the response, but I'm fairly certain I've never started super
dev mode, certainly not on my build server, nor do I see any unexpected
cache folders in my working directory. I like the idea though, maybe there
is some other cache I can try? I vaguely remember seeing such a thing but I
ca
that panel and only proceeds after it's been created. Seems strange I
can't control when the GWT files get loaded, but this will work as a backup.
Thanks again for the help!
On Sat, Jan 17, 2015 at 5:54 PM, Robert J. Carr wrote:
> Thanks, true I guess, I'll try to sort it out
Thanks, true I guess, I'll try to sort it out. I was able to use the
throttling to reproduce the problem as you suggested so thanks!
Unfortunately dev mode isn't working for me so now I have to go figure out
super dev mode I guess.
Thanks again for the help. You certainly gave me a start!
On Satu
Thanks so much for the detailed response. And I'll give those dev tool
suggestions a try.
And what you say makes sense about dereferencing a null, but it doesn't
explain how it would work most of the time, but sometimes it doesn't. If
the code is dereferencing null it should always be an error,
;s what I have in my
module file:
Thanks again for the help!
On Fri, Dec 5, 2014 at 1:18 PM, Robert J. Carr wrote:
>
> OK, thanks, I'll give it a try.
>
> I read that the popup handler doesn't exist anymore and that's why I
removed the config line.
however
works great this way!
Petty only that using the dev mode server, does not support multiple
source paths? I imagine this is on the roadmap.
On 04/12/14 16:28, Thomas Broyer wrote:
On Thursday, December 4, 2014 3:17:42 PM UTC+1, Robert Hoffmann wrote:
Hi,
I have a question
OK, thanks, I'll give it a try.
I read that the popup handler doesn't exist anymore and that's why I
removed the config line. If it's not in 2.7 then why is it showing up in
my linux build? I just checked and I don't have the popupHandler enabled
but I do have logging enabled in general as well
Thanks for the lead, yeah, I am using logging. But I thought I had disabled
it all. Any idea which logging this is? I recall having to disable a logger
or two when upgrading to 2.7.
And why would this only show up on a Linux build?
Thanks again!
On Friday, December 5, 2014, Nicolas Weeger wrote
2.6.1 it would fail compiling, in
2.7.0 it just ignores it silently.
To make the changes in lib effective and visible in prj, I have to restart
sdm. (And restarting sdm has become quite slower in 2.7.0).
thank you, Robert
--
You received this message because you are subscribed to the Google
I just upgraded my application from GWT 2.3 to GWT 2.5.1 and SmartGWT 4p
and viewing the app with IE 8.
The error occurs when I am just runnign the application and when I use the
debugger.
Here is the call that fails.
private static native void setReportKeyonFlash(String reportkey) /*-{
var el
There is a bug report on
thishttps://code.google.com/p/chromium/issues/detail?id=377913
Do you use the AdBlock plugin?
--
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
regards,
Robert
On Thursday, July 24, 2014 2:10:50 AM UTC+2, Robert Hoffmann wrote:
>
> I am not clear how to enable code splitting, when using dependency
> injection.
>
> At the beginning of my app I load a gin module to setup bindings, e.g.
> bind(WidgetView.class).to(Widget
I am not clear how to enable code splitting, when using dependency
injection.
At the beginning of my app I load a gin module to setup bindings, e.g.
bind(WidgetView.class).to(WidgetViewImpl.class).in(Singleton.class);
But by doing so I introduce a dependency to WidgetViewImpl.class which
prev
On Thursday, May 22, 2014 4:15:10 AM UTC-6, Abel Barbosa wrote:
>
> Hi.
>
> I've been developing some web applications with GWT.
>
> Yesterday I updated my Google Chrome on Linux Ubuntu and now I get the
> following message when trying to use Development Mode:
>
> "Sorry, the GWT Developer Plugi
Right, I first followed the static export example and got things working.
Then realized I actually wanted to use it non-statically and got help on
this forum with how to include the instance into the export (main.@...).
As I said, it would work sporadically, but not always. An non-static
example
Thanks, not exactly what I was looking for, but I can probably find a way
to make this work in the way i'd like. Thanks!
On Mon, Mar 17, 2014 at 4:10 PM, Jim Douglas wrote:
> This might do what you need:
>
>
> http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/Event.html#addNa
Thanks for the explanation and examples. I actually know javascript quite
well, including the ramifications of using this inside of closures, but as
I said, I didn't know that $entry was setting up a closure.
You've given me enough information that I believe I can figure out my
problems now. Tha
27;s explanation, are you saying that by calling $entry it
creates a new inner function (or closure) where 'this' is no longer what it
was? So if I didn't use $entry then 'this' would be what I expect it is?
Thanks again for the help!
Robert
On Sat, Feb 15,
Thanks for the gwt-exporter suggestion (it was already on my radar) and
thanks for the alternative dart web toolkit. I didn't catch the conference
but that is very interesting about GWT 3.0. Do you have any white papers
on that specific topic?
On Tue, Dec 17, 2013 at 5:17 AM, Ümit Seren wrote:
Hal E. Louya! - I went to Properties->Project Facets and changed it from
1.4 to 1.7 as you said and it compiled 6 permutations without errors. It
took a very long time and the way the window went blank for a long time I
thought I might have broken Eclipse.
I looked at the Runtimes tab. Neither
Michael, thank you for your help.
>>Are you building from the GDT Tools Icon -> GWT Compile Project... with
your project selected? or right clicking on your project and going to
Google->GWT Compile? or some other way?
I have tried both ways and the results are still the same.
>>When you go to
>>Which version of GWT are you using?
I am using gwt-2.5.1.zip (downloaded it yesterday.)
>>How did you create the starter project?
I created the starter project by Eclipse->File->New->Web Application
Project and then filling in the blanks as shown in step 1 at
http://www.gwtpr
I am using Eclipse Kepler for JavaSE and have installed (only) JDK1.7 and
JRE1.7 and the latest GWT plugin for Eclipse - on Win7.
When I try to build I get error messages saying: "the compiler level does
not match the version of the installed Java project facet." I've tried
using both the JDK
I set to this class.
How can I tell jdo to refer to my existing users instead of creating new
ones?
I hope you can help me a little bit. Many thanks in advance and have a nice
day
Robert
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit"
In JEE starting your own thread is
> against the spec. There are things like scheduled jobs etc to do that for
> you.
>
> Deep waters if you really are a novice!
>
> All the best
>
> Sam
>
> On Wednesday, July 24, 2013 8:38:23 PM UTC+1, Robert Lockwood wrote:
>>
I just completed the GWT tutorial StockWatcher on my Ubuntu 12.04 machine
using the IDE Eclipse.
The second part of the tutorial implements an asynchronous call back but
what I want to do is move the timer to the server side to make it
completely asynchronous. But I don't quite see the way to
Thanks Jens. I was thinking the answer is "not possible" but I was just
hoping to get confirmation in case I was missing something silly. Thanks
for the link ... I'll check it out!
On Fri, May 10, 2013 at 2:06 AM, Jens wrote:
> At some point during the serialization process GWT is calling get
Today it happened again.
- It definitely is NOT the browser cache.
- I redeployed various times, without success.
- From the appengine console I deleted the active instance without
success.
Then finally I incremented the version (appengine-web-app.xml), redeployed
and switched the v
im having the same problem...
what is the solution to this problem?
--
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...@googlegr
I thought that was the problem. tnx!
Is there some roadmap or plan when will this be implemented?
On Saturday, April 13, 2013 11:04:52 AM UTC+2, Thomas Broyer wrote:
>
>
>
> On Friday, April 12, 2013 4:19:43 PM UTC+2, Robert Pofuk wrote:
>>
>> Hi,
>>
>> In
Hi,
In my CSS i have:
@Sprite [class*="icon-"], [class^=" icon-"] {
gwt-image: "myImage1";
}
@Sprite .icon-white {
gwt-image: "myImage2";
}
[ERROR]- The @sprite rule [] must specify the gwt-image property
While using some other selectors:
@Sprite [class|="icon-"], [class~=" icon-"] {
On 09.04.13 10:15, Jens wrote:
Never used AppEngine but the first two things I would check are:
1.) Caching issue for module.nocache.js so that the browser has the
old one cached and requests an old .cache.html file which does
not exist anymore.
I wish - I cleared the cache and tried differe
Hi,
Every now and then when uploading an update of my GWT application to
appengine, the uploaded app seems in an inconsistent state, i.e. the
Module.Cache.html file is not found.
e.g. App not working, Browser console says
'/Module/C96DE337B74EEDDBD2CF70FC4C65827B.cache.html not found'
This i
google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
Robert Hoffmann, Phd
--
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 i
n 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.
--
Robert Hoffmann, P
ERROR: Deferred binding failed for
'com.google.gwt.useragent.client.UserAgentAsserter.UserAgentProperty';
expect subsequent failures
ERROR: Error while executing the JavaScript provider for property
'user.agent'
com.google.gwt.core.client.JavaScriptException: (TypeError)
__gwt_getProperty([
+1
Same problem since GWT 2.5 (also with GWT 2.5.1-rc1)
--
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.
re you will see the bouncing box.
Robert.
On Friday, January 11, 2013 12:08:25 AM UTC+1, Paul wrote:
>
> This morning Google updated Chrome to version 24. Now all my GWT
> (animated) dialogs "flash" when opened. They continuously open/close and
> give a flashing effect.
Every now and then when uploading an update of my GWT application to appengine,
the uploaded app seems in an inconsistent state, i.e. the Module.Cache.html
file is not found.
e.g. App not working, Browser console says
'/Module/C96DE337B74EEDDBD2CF70FC4C65827B.cache.html not found'
I wonder
Thanks for the quick reply.
Some of my thoughts regarding the different options.
1) @Prefix
- Since the hash bang is part of a a global scheme and the @Prefix a
personal attribute of a Place, I don't feel comfortable to add it there.
2) Extending DefaultHistorian
- This does not 'force' the dev
Hi,
I am currently using:
- PlaceHistoryMapper historyMapper =
GWT.create(AppPlaceHistoryMapper.class);
- @WithTokenizers({FrontPlace.Tokenizer.class, ...}) on PlaceHistoryMapper
I'd like to use now hash bang tokens for places to support bot crawling.
What is the best way (minimal change) to d
I saw these errors when trying to install the GPE in eclipse 4.2. I was
following instructions that indicated you should obtin the plugin in
eclipse from dl.google.com/eclipse/plugin/3.7
I am no authority, but by guessing that the "3.7" referred to the version
of eclipse and trying eclipse/plu
Hello,
I am generalizing an existing codebase to be used for two different
purposes. Technically, it seems the easiest way to generalize text is to
use GWT's UIBinder internationalization. However, I don't really want to
support multiple languages (in fact, in both cases, we can assume the use
I don't understant in what context you use "solution" word but generally
json is standard for api use, with gwt overlays mechanism it easy to use in
java typing model.
On Wednesday, July 18, 2012 4:52:32 AM UTC+2, MAQ wrote:
>
> Hi,
>
> I hope the question is clear, I'm a total GWT newbie. My pr
I created gwt module for embedding on any site, currently there are
traditional html sites and one fully changeable by ajax calls. There is my
pain: I can't unload gwt application. I'm trying nullify object tree in
java, purge html by javascript, i created modularized version, but nothing
bette
Christopher writes:
>
> From my experiments, that last example wont work.
>
> final Image image = new Image(mapResources.map());
>
> That line makes GWT try to use a sprite sheet, making the use
> style="background:" to display the image. Such an Image won't be shown
> when drawn on the canva
I don't have an editor in front of me, so here's a shot in the dark:
try putting the nested MenuBar directly under the outer MenuBar
instead of under a MenuItem.
On May 11, 1:48 am, chakresh wrote:
> Hi,
>
> I am trying to create menus using UiBinder.
>
> my ui.xml goes like
>
> http://dl.google.
ListDataProvider with view creates only item renderer count neccesary to
fill view. You can override simple pager to implement eg constant row count
com.google.gwt.view.client.HasRows in while searching
On Sunday, April 29, 2012 8:08:08 AM UTC+2, tong123123 wrote:
>
> in a search page, assume
If you extend AbstractCell there is access to your model and cell state
(view,edit). There you can count chars, traverse dom that suit your needs
On Sunday, April 29, 2012 2:45:59 PM UTC+2, benb wrote:
>
> Hi,
>
> I'm looking for examples for building a text-trimming cell for GWT
> DataGrid.
hi,
i need a file-upload like it is used in Google+ and want to implement
it in a gwt-project. In GWT i can only find a FileUpload with single
selection. I hope you can help me because i don't want to use a
javascript solution.
Best regards,
Robert Fix
--
You received this message becaus
Hi, Mark. I use a mac Air but a larger or second display would be better.
I use an old macMini as a server for testing. I'm a rank amateur here
though. My code will run on LINUX on a small intranet when finished.
I missed Pete and the boys, and the rest of the family as I'm in Brazil on
vacati
ality semantics that you define.
On Nov 14, 6:25 pm, Hilco Wijbenga wrote:
> On 14 November 2011 12:49, Robert Quinn wrote:
>
> > I also have collections of EntityProxys, but I make the lifetime of
> > the collection the same as the lifetime of the RequestContext.
>
> > S
01 pm, Hilco Wijbenga wrote:
> On 14 November 2011 08:47, Hilco Wijbenga wrote:
>
>
>
>
>
>
>
>
>
> > On 14 November 2011 06:33, Robert Quinn wrote:
> >> Equality works as Thomas mentioned, so one basic question leaps to
> >> mind: Why are you
Equality works as Thomas mentioned, so one basic question leaps to
mind: Why are you comparing EntityProxys from different contexts or
with different stableIds? Maybe there is a more centralized way you
could manage those EntityProxys so that you are not dispersing them in
various states/contexts
Follow the posts by mlotfi2005 from a few days ago as several links to good
references are provided. I think that this may link you to the first post:
https://mail.google.com/mail/u/0/#label/Forums/1334cc2573209163
... but maybe not.
On Sat, Nov 5, 2011 at 9:13 PM, Juan Pablo Gardella <
gardellaj
I thank you kindly, sir!
On Tue, Nov 1, 2011 at 12:32 PM, BM wrote:
> This is what I did to learn GWT.
>
> 1) Go through the slides on here:
> http://courses.coreservlets.com/Course-Materials/gwt.html
> These slides are nice to give you little kick start. But don't doesn't
> explain the newer GW
I know in the past I used one page for dev mode developing, and I did JS
debugging in the full app for integration testing with the obfuscation
setting turned down or off so I could step through things in Firefox if
needed. I had a bunch of legacy JS I was integrating with in the full app.
I w
returns
immediately so the normal view creation process can continue.
On Oct 28, 11:32 am, Robert Becker wrote:
> Same problem here. Everything worked fine until the last update to
> Chrome 15. Source code of the application did not change at all.
>
> The application starts and after
I just opened a bug report:
http://code.google.com/p/chromium/issues/detail?id=102048
Feel free to comment and add further information!
On Oct 26, 7:38 pm, pjspychala wrote:
> After upgrading to a new version of the browser (Chrome 15) it seems
> that the plugin no longer likes whats going on.
Same problem here. Everything worked fine until the last update to
Chrome 15. Source code of the application did not change at all.
The application starts and after switching to a different view, chrome
becomes unresponsive and the DMP crashes.
On Oct 26, 7:38 pm, pjspychala wrote:
> After upgra
It's funny to me that you feel this way, because every large project I've
worked on using a dynamically typed language has turned into a rats nest
and has caused me undue headaches with me having to maintain the runtime
context in my head instead of having that determined for me. I'm talking
a
Tday I updated addon in ff6 :)
--
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/-/139QL7S55JMJ.
To post to this group, send email to google-web-too
Within jsni you can open new windows by window.open and there you have
reference to new window. In the opened win you have samething like
parentWindow (with my distant memory). Gwt not have rather inter-window
communications methods.
--
You received this message because you are subscribed to t
Can I generalize here and say: "Any time I want to persist edits to
proxy and its sub-proxies using a single editor (with embedded sub-
editors), then I always have to explicitly call edit() on all the sub-
proxies before calling it on the proxy?"
On Aug 25, 10:01 am, Robert Quinn wro
Nevermind - I see that these were just integrated onto the 2.4 branch
today, so I'll wait for the next drop.
On Aug 25, 1:02 pm, Robert Quinn wrote:
> The 2.4.0 RC1 SDK distribution doesn't have a requestfactory-apt.jar
>
> Does that mean I have to checkout the 2.4.0 RC1 s
The 2.4.0 RC1 SDK distribution doesn't have a requestfactory-apt.jar
Does that mean I have to checkout the 2.4.0 RC1 source and build the
TOOLS myself in order to get this jar?
On Aug 25, 10:37 am, Thomas Broyer wrote:
> Seehttp://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterf...
I am creating a RequestFactory context by calling edit() on a proxy
(which contains sub-proxies).
I have an editor for the proxy (with sub-editors for the sub-proxies).
Call this proxy the "top-level proxy"
The editor framework automatically calls context.edit() on any sub-
proxies it encounters
I'm having the same problem in 2.4 RC1 trying to RequestFactory in JUnit.
--
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/-/ITOxIY2yiDYJ.
To post
I attempting to follow Jeff Douglas's Blog tutorial for HelloUiBinder using
Eclipse Helios. I did get the first example to work but the screenshot of
the New Project Webproject wizard doesn't have the check box to include
sample code. If I check the box I get useless classes.
Today I attempted t
e. But
> that suddenly hit me in Robert's response.
>
> On Jul 27, 2011, at 12:37 AM, Jeff Chimene wrote:
>
> > On 07/26/2011 03:15 PM, Robert Lockwood wrote:
> >> I installed FireBug lite in my Chrome browser and inspected the css and
> >> html files which a
ate
On Tue, Jul 26, 2011 at 2:20 PM, Jeff Chimene wrote:
> On 07/26/2011 02:14 PM, Robert Lockwood wrote:
> > Using the ".body" had no effect.
> >
> > Where does "panel.setStylePrimaryName("body");" go? In the CSS file?
> >
> > Th
FFD2;
> }
>
> If you want to set this to a panel then use
> panel.setStylePrimaryName("body");
>
> Also check whether you have included the name of your CSS file in html
> file
>
> Compile and re-run your app
>
> Best
> -Ankit
>
&
I'm working with GWT 2.3.0.
Whenever I add any org.springframework.xxx_3.0.5.RELEASE jars to my
GWT project (i.e., I put them in WEB-INF/lib/), gwtc will hang (seems
to get caught in an infinite loop, no output in the console other than
"gwtc:"). However, devmode works fine.
I discovered that if
I'm really new at all this but really frustrated in that I cannot change the
page background color in the GWT example MyWebApp that demonstrates Asynch.
I put this in the CSS file, both as the first item and then as the last.
(Tried other things as well.)
body {
background-color: #D2;
}
I started working with GWT some months ago but stopped because of computer
availability. I've just installed Tomcat in an old computer of mine and
have been able to deploy an example program on it. I don't know much HTML,
CSS, and am still learning Java (which I've been learning just for this
pro
Hello,
I'm looking for advice on the best way to implement client-side caching with
RequestFactory. I have a fairly large amount of data (a list of domain
objects) that must be used by several parts of my application. Furthermore
there are a few operations that "dirty" the cache and will requ
> wouldn't the security constraint container be available to a
> DOM inspector for analysis? some kind of a BIG HOLE in security?
Yes. And it is also trivial to take your obfuscated code and de-obfuscate
it. So assume that anyone that can download your JavaScript code can read
it and change it a
1 - 100 of 192 matches
Mail list logo