Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
95 user(s) are online (44 user(s) are browsing Forums)

Members: 0
Guests: 95

more...

Headlines

 
  Register To Post  

Launching Odyssey
Just popping in
Just popping in


See User information
I am trying to set up Odyssey in the Preferences->URL settings. But I can only get it to open to a blank page.

HTTP tab
ODYSSEY APPDIR:ODYSSEY "URL=*"http://%s*""

HTTPS tab
ODYSSEY APPDIR:ODYSSEY "URL=*"https://%s*""

WWW tab
ODYSSEY APPDIR:ODYSSEY "URL=*"http://www.%s*""


These open the browser, but to a blank tab.

If I use APPDIR:ODYSSEYLAUNCHER, it flashes the Odyssey logo then closes immediately and does not open the browser.

What are the correct settings?

Go to top
Re: Launching Odyssey
Just can't stay away
Just can't stay away


See User information
I use an ARexx script:

/* For using Odyssey with OS4 URLOpen */
options results
parse arg url

/*if lastpos("ODYSSEY", SHOW(PORTS)) > 0 then do */
if show('PORTS','ODYSSEY.1') then do
 address ODYSSEY.1
 OPEN NAME url NEWPAGE
end
else do
 address command 'APPDIR:Odyssey' url
end

and in URL prefs, HTTP tab/page:
[v/] | OWB | REXX:odyssey.rexx | "*"http://%s*""

Go to top
Re: Launching Odyssey
Home away from home
Home away from home


See User information
@mritter0

I have the same as you except that the URL= part so

HTTP tab
ODYSSEY APPDIR
:ODYSSEY "*"http://%s*""

HTTPS tab
ODYSSEY APPDIR
:ODYSSEY "*"https://%s*""

WWW tab
ODYSSEY APPDIR
:ODYSSEY "*"http://www.%s*""


ODyssey does not appear to support ReaArgs style arguments

appdir:Odyssey ?


Opens a window rather than returning a template

appdir:Odyssey http://www.broad.ology.org.uk


Access the website as required.

These two

5.NGFSBoot:> appdir:Odyssey URL http://www.broad.ology.org.uk
5.NGFSBoot:> appdir:Odyssey URL=http://www.broad.ology.org.uk


Both open blank windows....



Go to top
Re: Launching Odyssey
Just can't stay away
Just can't stay away


See User information
@mritter0
Get rid of the "URL=" part and try using this instead: "*"http://%s*""

EDIT: Looks like others have already suggested the change.

Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: Launching Odyssey
Just popping in
Just popping in


See User information
@broadblues

That worked. Thanks.

Workbench Explorer - A better way to browse drawers
Go to top
Re: Launching Odyssey
Home away from home
Home away from home


See User information
@mritter0
If you want an Odyssey "splash window" when starting it using UrlOpen, then you could use this:
http://www.amigans.net/modules/xforum/viewtopic.php?post_id=102678

Author of the PortablE programming language.
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project