I follow the instruction in the tutorial and when met this step:
Add the following widgets to the FlexTable and arrange it as follows:
Add a Label and change the text property to Username:
Add a TextBox next to the Username and change the variable property to
textBoxUsername.
I find after I add th
Hello all!
I am building quite huge web application using GXT. I need to make
couple of hundreds windows with editable fields. What I want is to
make generator that would generate Editor UI according to DataModel in
runtime. But I can't see how this can be done as Editor field names
has to match D
I am new to GWT, I want to know, if there is any existing component in
gwt for jumping to a certain page like the following:
Showing 1 to 10 of 123 records < | >| 1 | 2 || 12 | 13
if user press on the number, can jump to that page, if press <, jump
to previous page,if press >, jump to next pa
HI,
I try to initiate a map v3 in a gwt application but the map is never
shown...any thinking?!
this is the code I tryed as last, more simple cant be...
@Override
public void onModuleLoad() {
showView(RootPanel.get().getElement());
}
private native void showVi
What is the parent widget of the FlowPanel?
If it's one of the following you may find your answer here:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html
CellPanel (HorizontalPanel, VerticalPanel, DockPanel)
These panels all use table cells as their basic structural units.
Whil
Sure! You can use whatever application server you like.
You just have to start your servlet container / application server of
choice in debug mode and then connect to it for remote debugging your *server
side code* using Eclipse (see
http://www.mkyong.com/websphere/remote-debugging-with-eclipse
Hi everyone ! Is there any other application server, probably a
lightweight one, except Jetty, which allows developers to debug GWT
code in a hosted mode ?
In particular, is it possible to debug it on the WebSphere Application
Server and if it is, then, which are the necessary steps to adjust it
f
Hi Alan,
Was wondering when this goes to the formal location?
http://google-web-toolkit.googlecode.com/svn/trunk/plugins/xpcom/prebuilt/
I'm assuming that if a person upgrades to FF9 the plugin will get installed
automatically - is that correct?
Thanks,
Eric
--
You received this message beca
On Wed, Jan 18, 2012 at 5:48 PM, Markus wrote:
> Hi there,
>
> I just stumbled upon this thread, and would like to ask a quick question
> regarding this:
>
> While I like agree that this is a pretty clever way to measure EMs, etc.,
> it
> gives me a problem with all browsers except Chrome: the br
Has anyone played with this?
I know the current implementation does not allow a minimum size to be
set on the center widget, what I am wondering is if anyone has
modified the current implementation or an older implementation to
enforce the minimum.
My layout needs to enforce that the center widge
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html
On Jan 17, 6:10 am, Nicolas wrote:
> This is strange: If I use the RootLayoutPanel.get().add(xxx) to add the
> Dock or SplitLayoutPanel, it works, but this is not what I want. I want to
> add it in an inner element, not the root.
Hi there,
I just stumbled upon this thread, and would like to ask a quick question
regarding this:
While I like agree that this is a pretty clever way to measure EMs, etc., it
gives me a problem with all browsers except Chrome: the browsers show a
horizontal scrollbar as soon as one of these 1
In Java, *Integer* is an object and can be set to null whereas *int *is a
primitive and cannot be set to null.
In RequestFactory only the wrapped versions of primitives (= objects) are
allowed. So you might use *Boolean* and *Integer* but not *boolean* and *int
*. In GWT you can use both but *do
Actually, looking at the developer tools error message in chrome, I
see this:
Unsafe JavaScript attempt to access frame with URL file:///abc/xyz.html
from frame with URL file:///abc/ijk.cache.html. Domains, protocols and
ports must match.
Which means I'm running in to a problem regarding security
Hi,
I have successfully converted a java project to javascript through gwt
and would like to take that javascript and execute it from a separate
stand alone project.
I have compiled it (using "ant gwtc") and can run the compiled code
through the demo mode server (removing ?gwt.codesvr=127.0.0.1:9
Greetings,
I'm trying to integrate paypal into my application and want to use
Paypal's Adaptive Payments embedded payment flow, but it's a bit
tricky since paypal's code/examples don't account for something like
GWT.
If we use the lightbox method, nothing ever shows, and if we try
throwing it int
Thanks for your link, I have already seen this one and it works only
for a TextArea. You don't have the cursor position in a RTA. I've
found something else, maybe that will work for the cursor position:
http://code.google.com/p/gwt-selection/
On 18 Jan., 10:03, Ice13ill wrote:
> Maybe this will h
I think you could use a Bayeux solution here, where messages are sent/
delivered to clients that have subscribed to channel(s). I think both
atmosphere and cometd support this, in the later case that is all they
support.
On Jan 17, 1:54 pm, Captain Haddock
wrote:
> Newbie Q .. what is the correc
Define the element as a SplitLayoutPanel in the uibinder and provide
it with an instance of your class in the java code.
@UiField(provided=true)
On Jan 17, 7:37 pm, Mike Dee wrote:
> Just getting back to this. Was working on something else.
>
> I did as describe below, by Ashwin.
>
> However, w
setFieldUpdater should also produce the same results. I'm not sure
which is better though...
On Jan 17, 9:47 am, Drew Spencer wrote:
> OK, I am making some headway with this.
>
> I realised I was going the wrong way about it needed to attach some kind of
> handler in the presenter, and found Cel
I should have been more specific: I meant hardware AND OS. I knew about
user agent's OS info, but what I needed is a way to uniquely identify a
certain device (not a category). I searched for this, but I don't think
there is a method for that.
On 18 January 2012 12:36, Aladdin wrote:
> Yeah for
Yeah for sure , you will have those info in the "userAgent" for both
client and server side.
Just google "userAgent" .
Hope that helped
On Jan 18, 12:05 pm, Ice13ill wrote:
> Is there a way to get more information about a client? Hardware or OS?
> (using either the servlet methods or browser h
Hi Thomas,
Currently we are using *SimpleEditorDriver* to bind data into our *UI*. We
are facing a few problems in it
1. We can only bind a single property at a time, say like we cant bind a
list of data to DataGrid/ComboBox , we have to set the *List* data through
a separate method,
databi
Is there a way to get more information about a client? Hardware or OS?
(using either the servlet methods or browser headers)
--
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@googlegrou
Maybe this will help:
http://albertattard.blogspot.com/2009/11/capturing-tab-key-in-gwt-textarea.html
On Jan 18, 4:45 am, Marcus Franzen wrote:
> Hi!
>
> I would like to use the tab-character within a RichTextArea in GWT.
> The usual behavior of pressing the tab-key is to switch the focus to
> t
25 matches
Mail list logo