Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
115 user(s) are online (43 user(s) are browsing Forums)

Members: 0
Guests: 115

more...

Headlines

 
  Register To Post  

« 1 2 3 (4) 5 6 7 ... 16 »
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@Elwood
Quote:

Try to update the date on each release or it will be very difficult to help some people to check which version they have.


You have no needs to worry or use it, its for zzd10h directly. When time will come i will say by another fastfix.

@tommy
Quote:

Why can`t i save the position of the sidebar?
http://img5.fotos-hochladen.net/uploa ... mmy19201080nwcqp3eiyo.jpg



As javier says: conf/misc.prefs/panelweight=30 (change 30 on any you need)

Quote:

i have tried to upload the picture to directupload.net
Only visiting this site caused here a 100%CPU usage and a lock up of Odyssey


Can't test myself now, but if anyone can compare with morphos version that will be good to see if it port bugs or original ones.

Quote:

When you run multiple Odyssey windows, and when you select to open a link in new tab it always opens it in the initial Odyssey window and not the current one. I don't remember if this was a problem in the previous version as well.


That one need to test on mos, but looks a bit weird yep.

Go to top
Re: fastfix for 1.23
Quite a regular
Quite a regular


See User information
@jabirulo

Thanks it works.
Sidebar have now the right size

Go to top
Re: fastfix for 1.23
Just can't stay away
Just can't stay away


See User information
@kas1e
Yes, with this curl version, it works very well,
wonderful !!!

Go to top
Re: fastfix for 1.23
Quite a regular
Quite a regular


See User information
@kas1e

Quote:
There is version of odyssey (just a binary) with libcurl-7.32.0, test it plz if all is ok:


Excellent, MBNA now works as long as I have the ignore SSL errors enabled. One less site I need to fire up Timberwolf for

Go to top
Re: fastfix for 1.23
Just popping in
Just popping in


See User information
Be careful!!!! When I try to download fastfix1 Antivir gives me this message that the file is infected with a virus. Only dangerous for Windows OS.

P.S. How can I upload a picture on this tread?

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
Problem with URL Prefs.

1.23 (fastfix1) don't work fully with the URL prefs from OS4.1

I have set everything accordingly to use ODYSSEY and the browser do get opened.
But when i click on a link in YAM or WookieChat the link itself is never sent and used and i end up with a new window of Odyssey on the about:blank page.

This worked perfectly with OWB 1.16.

My settings are:
FILE
Active Client Name Client Path Commandline Format
Checked ODYSSEY APPDIR:ODYSSEY "URL=*"file://%s*""

HTTP
Active Client Name Client Path Commandline Format
Checked ODYSSEY APPDIR:ODYSSEY "URL=*"http://%s*""

HTTPS
Active Client Name Client Path Commandline Format
Checked ODYSSEY APPDIR:ODYSSEY "URL=*"https://%s*""

MAILTO
Active Client Name Client Path Commandline Format
Checked ODYSSEY APPDIR:ODYSSEY "MAILTO=%s"

WWW
Active Client Name Client Path Commandline Format
Checked ODYSSEY APPDIR:ODYSSEY "URL=*"https://www.%s*""

Has someone managed to make it work and see where the error is, please?

Plus is there a possibility to let a running Odyssey open the link in a new TAB instead of a new window?
Something like "NEWTAB" added to the Commandline?

Thanks a lot

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@Younghippie

[ img ] link-to-the-image [ /img ] (without the spaces)

Resized Image

Go to top
Re: fastfix for 1.23
Just popping in
Just popping in


See User information
@Raziel

I don't know how these OS4 URL preferences works, considering i don't see any of the required parameters for Odyssey, but anyway, Odyssey has proper OpenURL support, and you can see the related configuration in OWB.readme (except the OWB port name has been replaced by Odyssey in the OS4 port, to support the deprecated Reaction OWB port).

I quote from the readme:

- OpenURL configuration
Rexx Port: OWB
Show:SHOW
Screen To Front: SCREENTOFRONT
Open: OPEN NAME="%u"
Open in new window: OPEN NAME="%u" NEWPAGE

So if something doesn't work, it's down to these URL preferences.

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@Fab

The Rexx port name has changed to ODYSSEY.x, apart from that i know whats in the readme, i actually read through it before starting Odyssey

I did a small rexx script to see where my problem arise from and this
/* */
address ODYSSEY.1
OPEN NAME
="http://www.google.com"

doesn't do anything, so either i'm missing something or the rexx part is broken

Not completely broken, though.

Adding a "SHOW" will make the Odyssey window become active, but it won't change the site...help

Go to top
Re: fastfix for 1.23
Just popping in
Just popping in


See User information
@Raziel

All I can say is that this works in OWB MorphOS 1.23:

/**/
address OWB.1
OPEN NAME "http://www.google.com"

or if you want a new page

/**/
address OWB.1
OPEN NAME "http://www.google.com" NEWPAGE

Go to top
Re: fastfix for 1.23
Quite a regular
Quite a regular


See User information
@kas1e

Is impossible for me download the fastfix ...
it come as a .zip.exe
plus im using odyssey 1.23 and stop downloading it at 32 kb

Go to top
Re: fastfix for 1.23
Just can't stay away
Just can't stay away


See User information
@tlosm

Go to: http://www.sendspace.com/file/rqhpny

and click on 'Click here to start download from sendspace'

It should start/ask downloading the fastfix LhA archive.

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@Fab

It works, but i had to write me a script for YAM
/* OdysseyURL.rx */
PARSE ARG URL

IF LASTPOS("ODYSSEY"SHOW(PORTS)) > 0 THEN DO
    
ADDRESS ODYSSEY.1
    SHOW
    OPEN NAME URL NEWPAGE
    
EXIT 0
END

ADDRESS COMMAND 
"WBRun APPDIR:ODYSSEY"
ADDRESS COMMAND "Wait 1"

DO FOREVER
    
IF LASTPOS("ODYSSEY"SHOW(PORTS)) > 0 THEN DO
        
ADDRESS ODYSSEY.1
        SHOW
        OPEN NAME URL
        
EXIT 0
    END
END

It also deals with Odyssey not yet running
The only thing that really bugs me is that i need a "wait" before i can actually send the url...if i leave the wait out, Odysseys "port" will be found, but Odyssey itself won't be ready to process it (the main startpage will come up instead).

Thanks for the hints, now i need to understand the inner workings of URLOpen to make it work again...eventually

edit: The script works with Wookie aswell (without the annyoing second Odyssey getting opened if one instance *is* already open) ... nice

Go to top
Re: fastfix for 1.23
Just can't stay away
Just can't stay away


See User information
@Raziel

OS4's URL prefs (c:urlopen) doesn't use ARexx ports it just launches the program/exec with some arguments.

Has OWB/Odyssey Shell/CLI arguments?

YAM version you're using?

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@jabirulo

Quote:

Has OWB/Odyssey Shell/CLI arguments?

Nope, at least, none that i know of

Quote:

YAM version you're using?

2.9 full

But it's ok...i realized that URLOpen is quite limited, so i'm going back to writing my own scripts to handle such cases...

...and wait for URLOpen to get updated

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@Raziel

I see you already sort it, but just in case:

To open in current window:

Quote:

ram:> rx "address odyssey.1; OPEN NAME 'http://google.com'"


To open in new tab:

Quote:

ram:> rx "address odyssey.1; OPEN NAME 'http://google.com' NEWPAGE"



Working script example:

Quote:

/**/
Address Odyssey.1
OPEN NAME "http://google.co.uk"
Say "Done"



As for YAM and stuff, you can just install and setup OpenURL , it works fine together with os4's default URL, and i use it because of Arexx support, which sadly os4 devs do not want to implement to URL.

Quote:

and wait for URLOpen to get updated


If you mean Arexx support, then don't hold your hope: Colin says on hyperion's forum he will not add it.

Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@Phantom

Quote:

When you run multiple Odyssey windows, and when you select to open a link in new tab it always opens it in the initial Odyssey window and not the current one. I don't remember if this was a problem in the previous version as well.


Something wrong somewhere (like with your mui setting maybe, or with odyssey's settings ?) , because i tried it right now, and all works as expected. I.e. i have run 3 versions of odyssey. And in each of them when i do on any link "open in new tab", new tab opens in exactly that window in which i choice, and not in first one as seems happens for you.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: fastfix for 1.23
Home away from home
Home away from home


See User information
@all
FastFix2 : http://www.sendspace.com/file/a21tdd

Hope it will be final version where everything ok.

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: fastfix for 1.23
Quite a regular
Quite a regular


See User information
@kas1e
I have missing entries in contextmenu
That is since fastfix1 and Odyssey 1.23 from Os4 depot works well with contextmenu
http://www.fotos-hochladen.net/view/tommy1gh2rzxw4yv.jpg
http://www.fotos-hochladen.net/view/tommy194zovck8ndt.jpg

Go to top
Re: fastfix for 1.23
Quite a regular
Quite a regular


See User information
@tommysammy

I also notice in your screenshots, the add to bookmarks button is the same graphic as the open bookmarks button. That isn't right.

Go to top

  Register To Post
« 1 2 3 (4) 5 6 7 ... 16 »

 




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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project