Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » [ANN] Google Visualizations Available for RAP
[ANN] Google Visualizations Available for RAP [message #519032] Fri, 05 March 2010 19:03 Go to next message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
I am pleased to announce that the Google Visualizations custom widgets authored by David Donahue and previously released under GPL are now available in the RAP incubator and are licensed under EPL. There is also now a demo plugin available.

See the incubator homepage for details:
http://www.eclipse.org/rap/incubator.php


Enjoy!
Re: [ANN] Google Visualizations Available for RAP [message #519501 is a reply to message #519032] Mon, 08 March 2010 22:40 Go to previous messageGo to next message
Xingxiao Lu is currently offline Xingxiao LuFriend
Messages: 91
Registered: July 2009
Member
Great!

"Austin Riddle" <austin.riddle@tamu.edu> white
news:hmrkj2$4e0$1@build.eclipse.org...
> I am pleased to announce that the Google Visualizations custom widgets
> authored by David Donahue and previously released under GPL are now
> available in the RAP incubator and are licensed under EPL. There is also
> now a demo plugin available.
>
> See the incubator homepage for details:
> http://www.eclipse.org/rap/incubator.php
>
>
> Enjoy!
Re: [ANN] Google Visualizations Available for RAP [message #521587 is a reply to message #519032] Thu, 18 March 2010 08:39 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

very nice job.

I only have one question.
In my application I use the MotionChart to display some data.
But sometimes the language is set to Italian.

How can I set the language explicit???


Roland



Am 05.03.2010 20:04, schrieb Austin Riddle:
> I am pleased to announce that the Google Visualizations custom widgets
> authored by David Donahue and previously released under GPL are now
> available in the RAP incubator and are licensed under EPL. There is also
> now a demo plugin available.
>
> See the incubator homepage for details:
> http://www.eclipse.org/rap/incubator.php
>
>
> Enjoy!
Re: [ANN] Google Visualizations Available for RAP [message #525877 is a reply to message #521587] Thu, 08 April 2010 07:22 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

Has no one an idea.

Roland

Am 18.03.2010 09:39, schrieb Roland:
> Hi,
>
> very nice job.
>
> I only have one question.
> In my application I use the MotionChart to display some data.
> But sometimes the language is set to Italian.
>
> How can I set the language explicit???
>
>
> Roland
>
>
>
> Am 05.03.2010 20:04, schrieb Austin Riddle:
>> I am pleased to announce that the Google Visualizations custom widgets
>> authored by David Donahue and previously released under GPL are now
>> available in the RAP incubator and are licensed under EPL. There is also
>> now a demo plugin available.
>>
>> See the incubator homepage for details:
>> http://www.eclipse.org/rap/incubator.php
>>
>>
>> Enjoy!
Re: [ANN] Google Visualizations Available for RAP [message #525905 is a reply to message #519032] Thu, 08 April 2010 07:48 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

I have another question.
When I start my app without network is enabled, I get following error in
my browser.


Meldung: 'google' ist undefiniert
Zeile: 397
Zeichen: 1
Code: 0
URI:
http://localhost:8081/monitor?custom_service_handler=org.ecl ipse.rwt.internal.service.JSLibraryServiceHandler&hash=H 1623532151

I think the problem is that this plugin want's to load some JavaScript
from Google.

Can I use this plugin somehow, without connecting to Google.

Thanks for answers

Roland

Am 05.03.2010 20:04, schrieb Austin Riddle:
> I am pleased to announce that the Google Visualizations custom widgets
> authored by David Donahue and previously released under GPL are now
> available in the RAP incubator and are licensed under EPL. There is also
> now a demo plugin available.
>
> See the incubator homepage for details:
> http://www.eclipse.org/rap/incubator.php
>
>
> Enjoy!
Re: [ANN] Google Visualizations Available for RAP [message #526022 is a reply to message #525877] Thu, 08 April 2010 14:43 Go to previous messageGo to next message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
Hello Roland,

Normally, the language is automatically chosen based on a locale determination.

Please see the section on localization at the bottom of this page:

http://code.google.com/apis/visualization/documentation/gall ery/motionchart.html

And how to force the language as indicated here:

http://code.google.com/apis/visualization/documentation/usin g_overview.html#localization

You can apply that method by checking out the visualization plugin from:

dev.eclipse.org:/cvsroot/rt/org.eclipse.rap/incubator/visual ization/org.eclipse.rap.rwt.visualization.google

Then find MotionChartAPI.js in org.eclipse.rap.rwt.visualization.google.internal.motionchar tkit.

You will find the google.load line there.

Re: [ANN] Google Visualizations Available for RAP [message #526187 is a reply to message #526022] Fri, 09 April 2010 07:40 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

thanks. Exactly want I'm looking for.

Roland



Am 08.04.2010 16:43, schrieb Austin Riddle:
> Hello Roland,
>
> Normally, the language is automatically chosen based on a locale
> determination.
>
> Please see the section on localization at the bottom of this page:
>
> http://code.google.com/apis/visualization/documentation/gall ery/motionchart.html
>
>
> And how to force the language as indicated here:
>
> http://code.google.com/apis/visualization/documentation/usin g_overview.html#localization
>
>
> You can apply that method by checking out the visualization plugin from:
>
> dev.eclipse.org:/cvsroot/rt/org.eclipse.rap/incubator/visual
> ization/org.eclipse.rap.rwt.visualization.google
>
> Then find MotionChartAPI.js in
> org.eclipse.rap.rwt.visualization.google.internal.motionchar tkit.
>
> You will find the google.load line there.
>
>
Re: [ANN] Google Visualizations Available for RAP [message #526931 is a reply to message #525905] Tue, 13 April 2010 14:08 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

has someone an idea???
It it a great blocker for my application.

Roland

Am 08.04.2010 09:48, schrieb Roland:
> Hi,
>
> I have another question.
> When I start my app without network is enabled, I get following error in
> my browser.
>
>
> Meldung: 'google' ist undefiniert
> Zeile: 397
> Zeichen: 1
> Code: 0
> URI:
> http://localhost:8081/monitor?custom_service_handler=org.ecl ipse.rwt.internal.service.JSLibraryServiceHandler&hash=H 1623532151
>
>
> I think the problem is that this plugin want's to load some JavaScript
> from Google.
>
> Can I use this plugin somehow, without connecting to Google.
>
> Thanks for answers
>
> Roland
>
> Am 05.03.2010 20:04, schrieb Austin Riddle:
>> I am pleased to announce that the Google Visualizations custom widgets
>> authored by David Donahue and previously released under GPL are now
>> available in the RAP incubator and are licensed under EPL. There is also
>> now a demo plugin available.
>>
>> See the incubator homepage for details:
>> http://www.eclipse.org/rap/incubator.php
>>
>>
>> Enjoy!
Re: [ANN] Google Visualizations Available for RAP [message #526941 is a reply to message #526931] Tue, 13 April 2010 14:20 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Roalnd,

please see the Google Visualizations FAQ:
http://code.google.com/apis/visualization/faq.html#offline

HTH
Rüdiger

On 13.04.2010 16:08, Roland wrote:
> Hi,
>
> has someone an idea???
> It it a great blocker for my application.
>
> Roland
>
> Am 08.04.2010 09:48, schrieb Roland:
>> Hi,
>>
>> I have another question.
>> When I start my app without network is enabled, I get following error in
>> my browser.
>>
>>
>> Meldung: 'google' ist undefiniert
>> Zeile: 397
>> Zeichen: 1
>> Code: 0
>> URI:
>> http://localhost:8081/monitor?custom_service_handler=org.ecl ipse.rwt.internal.service.JSLibraryServiceHandler&hash=H 1623532151
>>
>>
>>
>> I think the problem is that this plugin want's to load some JavaScript
>> from Google.
>>
>> Can I use this plugin somehow, without connecting to Google.
>>
>> Thanks for answers
>>
>> Roland
>>
>> Am 05.03.2010 20:04, schrieb Austin Riddle:
>>> I am pleased to announce that the Google Visualizations custom widgets
>>> authored by David Donahue and previously released under GPL are now
>>> available in the RAP incubator and are licensed under EPL. There is also
>>> now a demo plugin available.
>>>
>>> See the incubator homepage for details:
>>> http://www.eclipse.org/rap/incubator.php
>>>
>>>
>>> Enjoy!


--
Rüdiger Herrmann
http://eclipsesource.com
Re: [ANN] Google Visualizations Available for RAP [message #527107 is a reply to message #526941] Wed, 14 April 2010 06:16 Go to previous messageGo to next message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi,

That's a pity.
But there is a way that my application starts the same, although there
is no network available?

Roland

Am 13.04.2010 16:20, schrieb Rüdiger Herrmann:
> Roalnd,
>
> please see the Google Visualizations FAQ:
> http://code.google.com/apis/visualization/faq.html#offline
>
> HTH
> Rüdiger
>
> On 13.04.2010 16:08, Roland wrote:
>> Hi,
>>
>> has someone an idea???
>> It it a great blocker for my application.
>>
>> Roland
>>
>> Am 08.04.2010 09:48, schrieb Roland:
>>> Hi,
>>>
>>> I have another question.
>>> When I start my app without network is enabled, I get following error in
>>> my browser.
>>>
>>>
>>> Meldung: 'google' ist undefiniert
>>> Zeile: 397
>>> Zeichen: 1
>>> Code: 0
>>> URI:
>>> http://localhost:8081/monitor?custom_service_handler=org.ecl ipse.rwt.internal.service.JSLibraryServiceHandler&hash=H 1623532151
>>>
>>>
>>>
>>>
>>> I think the problem is that this plugin want's to load some JavaScript
>>> from Google.
>>>
>>> Can I use this plugin somehow, without connecting to Google.
>>>
>>> Thanks for answers
>>>
>>> Roland
>>>
>>> Am 05.03.2010 20:04, schrieb Austin Riddle:
>>>> I am pleased to announce that the Google Visualizations custom widgets
>>>> authored by David Donahue and previously released under GPL are now
>>>> available in the RAP incubator and are licensed under EPL. There is
>>>> also
>>>> now a demo plugin available.
>>>>
>>>> See the incubator homepage for details:
>>>> http://www.eclipse.org/rap/incubator.php
>>>>
>>>>
>>>> Enjoy!
>
>
Re: [ANN] Google Visualizations Available for RAP [message #527140 is a reply to message #527107] Wed, 14 April 2010 08:41 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
Roland,

technically, it should be possible to extend the GoogleVizWidget to
gracefully handle the offline-case and show a message that explains why
it isn't working.
If you feel this is a valid use case, you may file an enhancement
request. Ideally you would provide a patch. That way chances are higher
that the issue gets addressed, AFAIK, these widgets are maintained by
Austin in his spare time.

Regards,
Rüdiger

On 14.04.2010 08:16, Roland wrote:
> Hi,
>
> That's a pity.
> But there is a way that my application starts the same, although there
> is no network available?
>
> Roland
>
> Am 13.04.2010 16:20, schrieb Rüdiger Herrmann:
>> Roalnd,
>>
>> please see the Google Visualizations FAQ:
>> http://code.google.com/apis/visualization/faq.html#offline
>>
>> HTH
>> Rüdiger
>>
>> On 13.04.2010 16:08, Roland wrote:
>>> Hi,
>>>
>>> has someone an idea???
>>> It it a great blocker for my application.
>>>
>>> Roland
>>>
>>> Am 08.04.2010 09:48, schrieb Roland:
>>>> Hi,
>>>>
>>>> I have another question.
>>>> When I start my app without network is enabled, I get following
>>>> error in
>>>> my browser.
>>>>
>>>>
>>>> Meldung: 'google' ist undefiniert
>>>> Zeile: 397
>>>> Zeichen: 1
>>>> Code: 0
>>>> URI:
>>>> http://localhost:8081/monitor?custom_service_handler=org.ecl ipse.rwt.internal.service.JSLibraryServiceHandler&hash=H 1623532151
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> I think the problem is that this plugin want's to load some JavaScript
>>>> from Google.
>>>>
>>>> Can I use this plugin somehow, without connecting to Google.
>>>>
>>>> Thanks for answers
>>>>
>>>> Roland
>>>>
>>>> Am 05.03.2010 20:04, schrieb Austin Riddle:
>>>>> I am pleased to announce that the Google Visualizations custom widgets
>>>>> authored by David Donahue and previously released under GPL are now
>>>>> available in the RAP incubator and are licensed under EPL. There is
>>>>> also
>>>>> now a demo plugin available.
>>>>>
>>>>> See the incubator homepage for details:
>>>>> http://www.eclipse.org/rap/incubator.php
>>>>>
>>>>>
>>>>> Enjoy!
>>
>>


--
Rüdiger Herrmann
http://eclipsesource.com
Re: [ANN] Google Visualizations Available for RAP [message #527288 is a reply to message #527140] Wed, 14 April 2010 16:38 Go to previous messageGo to next message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
I have created bug 309159 for this issue.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=309159
Re: [ANN] Google Visualizations Available for RAP [message #527295 is a reply to message #527288] Wed, 14 April 2010 17:09 Go to previous messageGo to next message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
Roland,

The fix for the bug is committed to CVS Head.
If robust user notification is necessary for your situation please open a separate enhancement bug.
Re: [ANN] Google Visualizations Available for RAP [message #527396 is a reply to message #527295] Thu, 15 April 2010 06:47 Go to previous message
rollo is currently offline rolloFriend
Messages: 117
Registered: July 2009
Senior Member
Hi Austin,

Thanks a lot for fixing this bug so fast.
A user notification will be very nice too, but in the moment I had no
time to open a bug.

Great job.

Roland

Am 14.04.2010 19:09, schrieb Austin Riddle:
> Roland,
> The fix for the bug is committed to CVS Head.
> If robust user notification is necessary for your situation please open
> a separate enhancement bug.
Previous Topic:applications as entry point
Next Topic:How to hide the context menu in a customized viewer?
Goto Forum:
  


Current Time: Thu Apr 18 22:30:37 GMT 2024

Powered by FUDForum. Page generated in 0.04490 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top