Re: Microsoft Picture Manager

2009-02-02 Thread Martin Trummer

 So things related to Javascript and HTML have nothing to do with GWT?
AFAIK: If you can do it with HTML and JS, you can also do it with GWT.

 I insist, how do I open a, for example MS Word, from a GWT
 instruction?
If you can get this to work, using HTML and JS only, it will also work
with GWT.

But your Problem is not GWT specific at all. It's more a general
Problem:
How to open an Application on the Clientside in a Webbrowser?
So you should try to get an answer to this in an appropriate forum or
user group.
If you have the answer for this, people here will surely help you if
you have problemes implementing it in GWT.

my 2 cents to your original question:
How to open an Application on the Clientside in a Webbrowser?
I don't think that you can force a browser to open a file in an
application of your choice.
e.g. in Firefox I can select which application to use dependant on the
filetype: e.g. open .mp3 with quicktime, ..
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Microsoft Picture Manager

2009-01-29 Thread Arthur Kalmenson

Then this question has nothing to do with GWT. You're going to have to
ask on another forum how you would open Microsoft Picture Manager
using Javascript and HTML.

--
Arthur Kalmenson



On Wed, Jan 28, 2009 at 11:02 PM, Anti zer...@gmail.com wrote:

 That's not the problem.

 The problem is: how to open the local, external application in the
 client side?

 On Jan 28, 9:11 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
 I'm not exactly sure how it works through HTML and Javascript. If it's
 just a hyperlink, then you can make the same hyperlink in GWT using
 the Hyperlink widget.

 --
 Arthur Kalmenson

 On Wed, Jan 28, 2009 at 10:05 PM, Anti zer...@gmail.com wrote:
  Anyway as long as it can be done with gwt.

  Thanks.

  On Jan 28, 8:47 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
  How would you do this through regular HTML and Javascript?

  --
  Arthur Kalmenson

  On Wed, Jan 28, 2009 at 1:02 PM, Anti zer...@gmail.com wrote:

   Hello,

   Is it possible to execute Microsoft Picture Manager through a gwt
   Hyperlink?

   Thanks.
 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Microsoft Picture Manager

2009-01-29 Thread Anti

Mmmm

So things related to Javascript and HTML have nothing to do with GWT?

I don't think so.

I insist, how do I open a, for example MS Word, from a GWT
instruction?

Thanks.


On Jan 29, 7:26 am, Arthur Kalmenson arthur.k...@gmail.com wrote:
 Then this question has nothing to do with GWT. You're going to have to
 ask on another forum how you would open Microsoft Picture Manager
 using Javascript and HTML.

 --
 Arthur Kalmenson

 On Wed, Jan 28, 2009 at 11:02 PM, Anti zer...@gmail.com wrote:

  That's not the problem.

  The problem is: how to open the local, external application in the
  client side?

  On Jan 28, 9:11 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
  I'm not exactly sure how it works through HTML and Javascript. If it's
  just a hyperlink, then you can make the same hyperlink in GWT using
  the Hyperlink widget.

  --
  Arthur Kalmenson

  On Wed, Jan 28, 2009 at 10:05 PM, Anti zer...@gmail.com wrote:
   Anyway as long as it can be done with gwt.

   Thanks.

   On Jan 28, 8:47 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
   How would you do this through regular HTML and Javascript?

   --
   Arthur Kalmenson

   On Wed, Jan 28, 2009 at 1:02 PM, Anti zer...@gmail.com wrote:

Hello,

Is it possible to execute Microsoft Picture Manager through a gwt
Hyperlink?

Thanks.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Microsoft Picture Manager

2009-01-29 Thread Ben Tilford
You would need to write your own javascript library and most likely a
browser plugin to be able to do something like that. Browsers intentionally
prevent you from doing this sort of thing.

On Thu, Jan 29, 2009 at 11:00 AM, Anti zer...@gmail.com wrote:


 Mmmm

 So things related to Javascript and HTML have nothing to do with GWT?

 I don't think so.

 I insist, how do I open a, for example MS Word, from a GWT
 instruction?

 Thanks.


 On Jan 29, 7:26 am, Arthur Kalmenson arthur.k...@gmail.com wrote:
  Then this question has nothing to do with GWT. You're going to have to
  ask on another forum how you would open Microsoft Picture Manager
  using Javascript and HTML.
 
  --
  Arthur Kalmenson
 
  On Wed, Jan 28, 2009 at 11:02 PM, Anti zer...@gmail.com wrote:
 
   That's not the problem.
 
   The problem is: how to open the local, external application in the
   client side?
 
   On Jan 28, 9:11 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
   I'm not exactly sure how it works through HTML and Javascript. If it's
   just a hyperlink, then you can make the same hyperlink in GWT using
   the Hyperlink widget.
 
   --
   Arthur Kalmenson
 
   On Wed, Jan 28, 2009 at 10:05 PM, Anti zer...@gmail.com wrote:
Anyway as long as it can be done with gwt.
 
Thanks.
 
On Jan 28, 8:47 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
How would you do this through regular HTML and Javascript?
 
--
Arthur Kalmenson
 
On Wed, Jan 28, 2009 at 1:02 PM, Anti zer...@gmail.com wrote:
 
 Hello,
 
 Is it possible to execute Microsoft Picture Manager through a gwt
 Hyperlink?
 
 Thanks.
 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Microsoft Picture Manager

2009-01-28 Thread Arthur Kalmenson

How would you do this through regular HTML and Javascript?

--
Arthur Kalmenson



On Wed, Jan 28, 2009 at 1:02 PM, Anti zer...@gmail.com wrote:

 Hello,

 Is it possible to execute Microsoft Picture Manager through a gwt
 Hyperlink?

 Thanks.
 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Microsoft Picture Manager

2009-01-28 Thread Anti

That's not the problem.

The problem is: how to open the local, external application in the
client side?

On Jan 28, 9:11 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
 I'm not exactly sure how it works through HTML and Javascript. If it's
 just a hyperlink, then you can make the same hyperlink in GWT using
 the Hyperlink widget.

 --
 Arthur Kalmenson

 On Wed, Jan 28, 2009 at 10:05 PM, Anti zer...@gmail.com wrote:
  Anyway as long as it can be done with gwt.

  Thanks.

  On Jan 28, 8:47 pm, Arthur Kalmenson arthur.k...@gmail.com wrote:
  How would you do this through regular HTML and Javascript?

  --
  Arthur Kalmenson

  On Wed, Jan 28, 2009 at 1:02 PM, Anti zer...@gmail.com wrote:

   Hello,

   Is it possible to execute Microsoft Picture Manager through a gwt
   Hyperlink?

   Thanks.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---