Or is it not possible for the celltable to only redraw new rows? Will it
always redraw the whole table when adding to it?
On Monday, September 21, 2015 at 10:07:38 AM UTC-4, William Davis wrote:
>
> I have found an interesting issue, and I am wondering if I am misusing or
> ov
I have found an interesting issue, and I am wondering if I am misusing or
overlooking something. I have a large CellTable that is vertically
scrollable. I want to show all the rows at once instead of traditional
pagination. So at the bottom of my table I have a row that the user can
click to lo
s sense.
Thanks,
Will
On Friday, July 24, 2015 at 10:42:19 AM UTC-4, Thomas Broyer wrote:
>
>
> On Friday, July 24, 2015 at 4:13:45 PM UTC+2, William Davis wrote:
>>
>> I think I figured something out. In the "base" project, in the parent
>> pom, I only
gwt-lib?
Thanks,
Will
On Wednesday, July 29, 2015 at 9:41:05 AM UTC-4, William Davis wrote:
>
> It is probably something simple but what do I need to do to get maven to
> put the jars of the libraries into the target/[app_name]/WEB-INF/lib
> directory, for building the war?
>
It is probably something simple but what do I need to do to get maven to
put the jars of the libraries into the target/[app_name]/WEB-INF/lib
directory, for building the war?
On Wednesday, July 29, 2015 at 8:52:57 AM UTC-4, William Davis wrote:
>
> So I figured out that if I do a maven i
So I figured out that if I do a maven install a war is generated in the
server project, however my servlet classes from the libraries were not
copied into the war. Still looking into that...
On Tuesday, July 28, 2015 at 10:27:34 AM UTC-4, William Davis wrote:
>
> So the good news i
homas, this is really excellent.
Thanks for the help,
Will
On Friday, July 24, 2015 at 10:42:19 AM UTC-4, Thomas Broyer wrote:
>
>
>
> On Friday, July 24, 2015 at 4:13:45 PM UTC+2, William Davis wrote:
>>
>> I think I figured something out. In the "base" project, in
brary-core-client
base-shared
base-server
and now the incremental compile works when I make changes to the library
client.
Is this the correct/best way to do this?
Thanks,
Will
On Friday, July 24, 2015 at 9:06:22 AM UTC-4, William Davis wrote:
>
> That is great news! I hope I c
te:
>
>
>
> On Friday, July 24, 2015 at 2:33:22 PM UTC+2, William Davis wrote:
>>
>> Will the gwt-lib projects work with incremental compile or will I have to
>> stop the dev mode, rebuild the library, and run again?
>>
>
> One of the goals of net.ltgt.g
Will the gwt-lib projects work with incremental compile or will I have to
stop the dev mode, rebuild the library, and run again?
On Thursday, July 23, 2015 at 3:58:16 PM UTC-4, Thomas Broyer wrote:
>
> If it's reusable then it's a gwt-lib, not a gwt-app. Next, create any
> number of gwt-app depe
I am using the gwt-maven-archetypes with artifactId modular-webapp by
Thomas, which is working excellently.
However I am trying to make things a little more modular which is causing
me difficulty.
Lets say I have a core gwt app called "core-app", it has been created with
the archetype and is
I have a base application with all the functionality. Lets say I want to
create several different versions for different organizations. Obviously
each organization will want their own colors, styles, images, theme, etc in
their respective version. My thought is to create a new module for each
o
I did what you said and I found an error on the console, the
${module.toLowerCase()} wasn't being evaluated properly so I just manually
switched it out for the actual module name. Clean and ran as before, it is
now working. Thank you very much Jens for your help and patience.
-Will
On Wednesda
I should probably mention that I am trying to use this modular archetype.
mvn archetype:generate \
-DarchetypeCatalog=https://oss.sonatype.org/content/repositories/snapshots/ \
-DarchetypeGroupId=net.ltgt.gwt.archetypes \
-DarchetypeArtifactId=modular-webapp \
-DarchetypeVersion=1.0-SN
lient
side stuff is working, none of the text fields and buttons are there. How
does the super dev mode work when running on tomcat, will it do an
incremental compile on refresh?
-Will
On Wednesday, May 13, 2015 at 9:02:25 AM UTC-4, William Davis wrote:
>
> I think you are right, probabl
I think you are right, probably a typo on my end. I have
tried localhost:8080/index.html but no connection there either. I am just
assuming I want to navigate to index.html since that is the html file in my
WEB-INF directory. I am not sure if I need to prepend the module name or
something? At a
I feel like this might be a dumb question and the answer is probably very
simple. I am using Eclipse 4.4 and Maven to run my GWT 2.7 app. I am in the
process of redesigning my project layout and wanted to use the new
gwt-maven-plugin by @ThomasBroyer.
I create a new maven project from archety
7:41:20 AM UTC-4, William Davis wrote:
>
> Jens,
>
> I appreciate your quick reply, I am just getting around to trying your
> suggestion and unfortunately it is still reloading the page and going to a
> new place causing my UI to be rebuilt and the screen to flash which
Jens,
I appreciate your quick reply, I am just getting around to trying your
suggestion and unfortunately it is still reloading the page and going to a
new place causing my UI to be rebuilt and the screen to flash which is
undesirable. Thanks though.
Best,
Will
On Friday, April 10, 2015 at 1:
1, 2014 2:13:05 PM UTC+2, William Davis wrote:
>>
>> Thank you for your suggestion. However, I believe my main problem is that
>> when running in production mode, whatever library or database is being used
>> in the compiled javascript does not take into account the b
t; On Thursday, July 17, 2014 9:20:24 AM UTC-4, William Davis wrote:
>
>
>> It works, but I have to know what time zone I am in and since my
>> application can be used world wide, this is not an option to have a fixed
>> time zone in this manner.
>>
>
--
You rec
The next question becomes how do I reliably and dynamically get the correct
time zone.
If I do something like this,
TimeZoneConstants t = (TimeZoneConstants)
GWT.create(TimeZoneConstants.class);
TimeZone est = TimeZone.createTimeZone(t.americaNewYork());
It works, but I have to know what time z
I have run across a rather annoying issue, I have been looking for others
with similar problems but cannot seem to narrow it down to a solution that
will work for me. The following problem has to do with getting the date
from a DateBox. First of all, I always get the right date and timezone
off
I have had some problems with getting the size of widgets, I have been
looking around for answers to my questions and have found a solution that I
am not 100% happy with. My hope is that someone knows a better solution to
my problem.
In my layout I am using a DockLayoutPanel, in the north I hav
24 matches
Mail list logo