Re: Message Box placement

2003-09-06 Thread Hervé Chaudet
Just a suggestion:  why not use a preference file that keeps the last  
placement of the message box (if the coordinates are coherent with the  
screen size) ?
The same method can be used for the tools, ...

H. Chaudet

 
-
Herve Chaudet  e-mail :  
[EMAIL PROTECTED]
  mobile : 33-(0)-608-05-98-09
 Unité UPRES EA 2672
  Faculte de Medecine - 27, Bd Jean Moulin - 13385 Marseille cedex 5 -  
France
  Tel 33-(0)-491-79-19-10 ; Fax 33-(0)-491-79-40-13
 Service de l'Information Medicale
  Hopital Nord - Chemin des Bourrelly - 13326 Marseille cedex 15 -  
France
  Tel 33-(0)-491-96-80-20
 
-

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Opening a local URl (Windows)

2003-01-17 Thread Hervé Chaudet
I need to open a local url in a browser under windows. I've tried the  
solution previously proposed :

on launchBrowser theURL
  set the hideConsoleWindows to true
  put empty into theTitle
  if NT is in the systemVersion then
set the shellCommand to cmd.exe
put quote  quote into theTitle
  end if
  get shell(start  theTitle  theURL)
end launchBrowser

but without success.

Any solution ?

Thanks

H. Chaudet
 
-
Herve Chaudet  e-mail :  
[EMAIL PROTECTED]
  mobile : 33-(0)-608-05-98-09
 Unité UPRES EA 2672
  Faculte de Medecine - 27, Bd Jean Moulin - 13385 Marseille cedex 5 -  
France
  Tel 33-(0)-491-79-19-10 ; Fax 33-(0)-491-79-40-13
 Service de l'Information Medicale
  Hopital Nord - Chemin des Bourrelly - 13326 Marseille cedex 15 -  
France
  Tel 33-(0)-491-96-80-20
 
-
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: Opening a local URl (Windows)

2003-01-17 Thread Hervé Chaudet

Le vendredi, 17 jan 2003, à 10:43 Europe/Paris,  
[EMAIL PROTECTED] a écrit :

Herve,

I use the same function and it works like a charm...

Is your url correct?



The syntax of the url is the same as shown in the url field of explorer  
when I open the file directly in it. Ex: C:\xxx\yyy.html
I've tried with file: before the full filename, without more success.

Hervé
 
-
Herve Chaudet  e-mail :  
[EMAIL PROTECTED]
  mobile : 33-(0)-608-05-98-09
 Unité UPRES EA 2672
  Faculte de Medecine - 27, Bd Jean Moulin - 13385 Marseille cedex 5 -  
France
  Tel 33-(0)-491-79-19-10 ; Fax 33-(0)-491-79-40-13
 Service de l'Information Medicale
  Hopital Nord - Chemin des Bourrelly - 13326 Marseille cedex 15 -  
France
  Tel 33-(0)-491-96-80-20
 
-

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: Opening a local URl (Windows)

2003-01-17 Thread Hervé Chaudet

Le vendredi, 17 jan 2003, à 12:18 Europe/Paris, thierry Douez a écrit :



  | De : [EMAIL PROTECTED]
  | [mailto:[EMAIL PROTECTED]]De la part de Hervé Chaudet
  | Envoyé : Friday, January 17, 2003 11:20 AM
  | À : [EMAIL PROTECTED]
  | Objet : Re: Opening a local URl (Windows)
  |
  | [EMAIL PROTECTED] a écrit :
  |
  |  Herve,
  |  I use the same function and it works like a charm...
  |  Is your url correct?
  |
  | The syntax of the url is the same as shown in the url field of
  | explorer
  | when I open the file directly in it. Ex: C:\xxx\yyy.html
  | I've tried with file: before the full filename, without more  
success.

Well, i would try a bet:  url file:c:/xxx/.html

is this  getting better,
bonne chance, thierry Douez


I've finally found the solution: the argument passed to launchBrowser  
must be quoted.
I suspect the reason is the presence of spaces in a pathname (as in  
Program Files), that are normally replaced by %20 in http (encoded)  
URLs.

Thanks for your propositions that helps me in confirming my previous  
attempts.

Hervé
 
-
Herve Chaudet  e-mail :  
[EMAIL PROTECTED]
  mobile : 33-(0)-608-05-98-09
 Unité UPRES EA 2672
  Faculte de Medecine - 27, Bd Jean Moulin - 13385 Marseille cedex 5 -  
France
  Tel 33-(0)-491-79-19-10 ; Fax 33-(0)-491-79-40-13
 Service de l'Information Medicale
  Hopital Nord - Chemin des Bourrelly - 13326 Marseille cedex 15 -  
France
  Tel 33-(0)-491-96-80-20
 
-

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard