Jim,
Thanks very much
On 21 November 2011 00:27, Jim Douglas wrote:
>
> http://gwt.google.com/samples/Showcase/Showcase.html?locale=ar_EG#!CwRichText
>
> On Nov 19, 9:57 pm, "Z.A Jafari" wrote:
> > thanks for your help. Are there any working example on this.Appreicate
> your
> > help
> >
> > O
Jim,
Thanks for your comments. what do you mean "And click "view profile" next
to your name."
what the error stack says is to restart eclipse,so everytime i face this
issue i need to restart eclipse which can become a pain when you are
developing codes
--
You received this message because you a
Thank you!
This is what I need.
Andrey
--
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/-/Jbx45cSqnaMJ.
To post to this group, send email to goog
Hi Logan,
I was looking for the same thing just the other day and didn't find it
either. I don't currently need it right now, but was thinking it would be
nice to have.
If I was going to start out writing one, I would make a really simple usage
of the SimpleBeanEditorDriver, run GWT compile an
I've only glanced at this, but you might want to check it out:
http://www.m-gwt.com/
http://m-gwt.com/showcase/
http://groups.google.com/group/mgwt/topics
On Nov 19, 8:56 am, Fred R wrote:
> What are the best resources to learn GWT (other than google's). The
> books listed on the GWT site look d
I think this would depend on how much GWT you know already. I've tried
about 4 different actual books, but like you said, they're somewhat
dated. But then again, not really.
About a month ago I decided to give the books another try. I found the
PDF of Accelerated GWT (http://goo.gl/nbaQE) and put
I've been getting the same error and tried the things mentioned in the
discussion without any luck. Finally i realised that i don't have the
"apt_generated" folder. So i changed the "generated source directory"
option to something other than "apt_generated" in Annotation
Processing setting. That fi
And click "view profile" next to your name.
On Nov 20, 12:35 pm, Jim Douglas wrote:
> The clue is right there at the bottom of the stack trace:
>
> Port 127.0.0.1: is already is use; you probably still have another
> session active
>
> You'll need to kill the old session before you can start
First, click "view profile" next to your name and look at the other
posts that were sent under your username. And consider changing your
password.
Then review all places where you call this native method. One of them
is passing in a double value, which for performance reasons I don't
believe GWT
This looks like a bug to me:
public static native void setWText(int x) /*-{
var width = $doc.getElementById("width");
x = Math.round(x);
width.value = x;
}-*/;
With the call to Math.round the width element is set to an intege
http://gwt.google.com/samples/Showcase/Showcase.html?locale=ar_EG#!CwRichText
On Nov 19, 9:57 pm, "Z.A Jafari" wrote:
> thanks for your help. Are there any working example on this.Appreicate your
> help
>
> On 19 November 2011 20:21, Juan Pablo Gardella
> wrote:
>
>
>
>
>
>
>
> > Check
> >http://
The clue is right there at the bottom of the stack trace:
Port 127.0.0.1: is already is use; you probably still have another
session active
You'll need to kill the old session before you can start a new one.
(If you're not sure how to do that, try restarting Eclipse.)
On Nov 19, 11:35 pm, "Z
Man, you made my day :o) Thanks!
On Nov 20, 6:49 pm, Thomas Broyer wrote:
> On Sunday, November 20, 2011 5:39:04 PM UTC+1, jogo wrote:
>
> > Hi Thomas,
>
> > > Any reason you're not coding this directly in JSNI, without the eval()?
> > Great point. I was able to fix one JSNI function (mentioned a
Hello there,
i am running eclipse indigo. i am new to GWT and suddenly i am not able to
run my test app becsue i get this error. how do i restart the jetty server.
by the way if i want to use Tomcat instead of Jetty how can i do it.links
and tutorials will be appreciated.
Starting Jetty on port
thanks for your help. Are there any working example on this.Appreicate your
help
On 19 November 2011 20:21, Juan Pablo Gardella
wrote:
> Check
> http://code.google.com/intl/es-ES/webtoolkit/doc/latest/DevGuideClientBundle.html#RTL_support
>
> 2011/11/19 Z.A Jafari
>
>>
>> Hello there,
>>
>> I ha
On Sunday, November 20, 2011 5:39:04 PM UTC+1, jogo wrote:
>
> Hi Thomas,
>
> > Any reason you're not coding this directly in JSNI, without the eval()?
> Great point. I was able to fix one JSNI function (mentioned above)
> that just gets the title & id with the solution you suggested. Thank
> you
can you provide a screen shot? would give a clear picture of the issue.
~Ashwin
On Saturday 19 November 2011 12:35 PM, Ashwani Gupta wrote:
Finally got a chance to work on this.
I tried inspecting the Element using IE 9 (using F12 Developer Tools).
Almost all my elements have position = absolu
Interesting. Thanks for the info.
Its been a challenge to try to get an elegant ui solution implemented. Due
to the Clipboard API access via the dom in most platforms implementing a
solution easily sucks. As far as I can tell, implementing a paste into rich
text is going to be impossible, that is,
Hi Thomas,
> Any reason you're not coding this directly in JSNI, without the eval()?
Great point. I was able to fix one JSNI function (mentioned above)
that just gets the title & id with the solution you suggested. Thank
you.
But unfortunately, there is one even more complex method, that gets
dat
Typically you would use a hidden div element that has the same styles
applied as the textarea, plus a bid of extra bottom padding. Then while
typing into the Textarea you will copy the text into the div element and
read the div element's height. Then you can set the height to the Textarea.
If y
+1
Alex, How did you implement it for textarea. Can you pls share the code.
Thanks
Deepak
On Sun, Nov 20, 2011 at 3:54 PM, Alex Luya wrote:
> For TextArea,it not difficult and I have implemented it.But for
> RichTextArea,It is not so easy(for me).Hope this feature can be
> supported by GWT ori
On Sunday, November 20, 2011 12:14:46 PM UTC+1, jogo wrote:
>
> Ok. Finally I've found the sneaky bug.
>
> The code was failing actually later in the code where was another eval
> function referencing the obj variable eval('var title =
> obj.feed.entry[' + i + '].title');
>
Any reason you're not
Ok. Finally I've found the sneaky bug.
The code was failing actually later in the code where was another eval
function referencing the obj variable eval('var title =
obj.feed.entry[' + i + '].title');
Then I checked the obfuscated code and I realized that the obj
variable gets obfuscated and rena
For TextArea,it not difficult and I have implemented it.But for
RichTextArea,It is not so easy(for me).Hope this feature can be
supported by GWT originally.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email
It's actually as easy as:
DivElement elt = Document.get().createDivElement();
elt.setInnerHTML( SimpleHtmlSanitizer.sanitizeHtml(myHtmlString) );
String plainTextString = elt.getInnerText();
Or you could of course use code similar to the SimpleHtmlSanitizer that
strings *all* the HTM
+ 1 here
Inviato da iPhone di Giuseppe La Scaleia
Il giorno 19/nov/2011, alle ore 22:48, Deepak Singh
ha scritto:
> Am ready for this assignment.
>
> On Sun, Nov 20, 2011 at 3:09 AM, Andrea Boscolo wrote:
> Post it in the appropriate group
> https://groups.google.com/forum/?start&hl=en#!f
It's looking for the common.ant.xml one level upper (in trunk/, not
trunk/samples)
--
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/-/k0ZEK9UVp5wJ
27 matches
Mail list logo