Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Funny with Oregano 1

0 views
Skip to first unread message

Dave Plowman (News)

unread,
Oct 1, 2008, 4:00:59 AM10/1/08
to
Got an email from Maplin this morning which includes as usual an HTML
file. Clicked on it and Oregano partially loaded it (just a series of
squares) and stopped. Tried again - same thing. Quitted Oregano, and
reloaded it. Didn't work on anything - got 'waiting for a free session.
Email and news still fetching.

Rebooted the RPC and everything back to normal - including the Maplin HTML
document.

What had Oregano done that quitting it only then reloading didn't work but
a full reset did?

--
*The early bird gets the worm, but the second mouse gets the cheese *

Dave Plowman da...@davenoise.co.uk London SW
To e-mail, change noise into sound.

Leo White

unread,
Oct 1, 2008, 5:08:16 AM10/1/08
to
Dave Plowman (News) wrote:

Hi,

> Got an email from Maplin this morning which includes as usual an HTML
> file. Clicked on it and Oregano partially loaded it (just a series of
> squares) and stopped. Tried again - same thing. Quitted Oregano, and
> reloaded it. Didn't work on anything - got 'waiting for a free session.
> Email and news still fetching.

> Rebooted the RPC and everything back to normal - including the Maplin HTML
> document.

> What had Oregano done that quitting it only then reloading didn't work but
> a full reset did?

Oregano 1 uses a module to perform its HTTP fetches (This was removed
from Oregano 2) and as such when you quit Oregano it doesn't kill the
module (After all another application may be using it).

To kill the module off you should be able to do '*rmkill HTTPStream' in
a task window after quitting Oregano, the module will them be reloaded
the next time Oregano is started.

Leo

** Posted from http://www.teranews.com **

Dave Plowman (News)

unread,
Oct 1, 2008, 6:11:54 AM10/1/08
to
In article <bd84f$48e33e00$10...@news.teranews.com>,

Leo White <ne...@mybigideas.co.uk> wrote:
> > What had Oregano done that quitting it only then reloading didn't work but
> > a full reset did?

> Oregano 1 uses a module to perform its HTTP fetches (This was removed
> from Oregano 2) and as such when you quit Oregano it doesn't kill the
> module (After all another application may be using it).

> To kill the module off you should be able to do '*rmkill HTTPStream' in
> a task window after quitting Oregano, the module will them be reloaded
> the next time Oregano is started.

Thanks for that. I just wondered what was happening since it's the first
time I've had this in many years of use. Has the module got corrupted in
some way - or not loaded properly? It did all happen just after switch on.

--
*Proofread carefully to see if you any words out or mispeld something *

Leo White

unread,
Oct 1, 2008, 8:46:20 AM10/1/08
to
Dave Plowman (News) wrote:

> In article <bd84f$48e33e00$10...@news.teranews.com>,
> Leo White <ne...@mybigideas.co.uk> wrote:
>>> What had Oregano done that quitting it only then reloading didn't work but
>>> a full reset did?

>> Oregano 1 uses a module to perform its HTTP fetches (This was removed
>> from Oregano 2) and as such when you quit Oregano it doesn't kill the
>> module (After all another application may be using it).

>> To kill the module off you should be able to do '*rmkill HTTPStream' in
>> a task window after quitting Oregano, the module will them be reloaded
>> the next time Oregano is started.

> Thanks for that. I just wondered what was happening since it's the first
> time I've had this in many years of use. Has the module got corrupted in
> some way - or not loaded properly? It did all happen just after switch on.

Its probably just gotten confused and still has a number of connections
open to a server that is stopping any new connections from being
established (I think it could have a maximum of 16 active connections at
any one time). If Oregano has crashed at some point then that could also
leave some connections active in HTTPStream.

There should be a command for listing the current connections (A *help
HTTPStream' command should list them). Something like HTTPStreamStatus
or similar.

cfe...@freeremoveuk.com.invalid

unread,
Oct 5, 2008, 6:28:49 AM10/5/08
to
In message <bd84f$48e33e00$10...@news.teranews.com>
Leo White <ne...@mybigideas.co.uk> wrote:

> Dave Plowman (News) wrote:
>
[snip]


>
> Oregano 1 uses a module to perform its HTTP fetches (This was removed
> from Oregano 2) and as such when you quit Oregano it doesn't kill the
> module (After all another application may be using it).
>
> To kill the module off you should be able to do '*rmkill HTTPStream' in
> a task window after quitting Oregano, the module will them be reloaded
> the next time Oregano is started.
>

As a matter of interest - were any of the 'Oregano' module's ever
32bitted? ie XTTFont,HTTPStr128.

--
Colin Ferris Cornwall UK

Leo White

unread,
Oct 6, 2008, 5:21:08 AM10/6/08
to
cfe...@freeRemoveuk.com.invalid wrote:

>> Dave Plowman (News) wrote:
>>
> [snip]
>> Oregano 1 uses a module to perform its HTTP fetches (This was removed
>> from Oregano 2) and as such when you quit Oregano it doesn't kill the
>> module (After all another application may be using it).
>>
>> To kill the module off you should be able to do '*rmkill HTTPStream' in
>> a task window after quitting Oregano, the module will them be reloaded
>> the next time Oregano is started.
>>

> As a matter of interest - were any of the 'Oregano' module's ever
> 32bitted? ie XTTFont,HTTPStr128.

Yes a few of them were updated to be 32 bit compliant. The main binary
didn't get 32bitted mostly due to reliance on older libraries (One being
DeskLib, where the APIs seemed to have changed between when Oregano 1
used it and the first 32 bit version of it).

cfe...@freeremoveuk.com.invalid

unread,
Oct 6, 2008, 9:13:44 AM10/6/08
to
In message <7f8e9$48e9d883$26...@news.teranews.com>
Leo White <ne...@mybigideas.co.uk> wrote:

> cfe...@freeRemoveuk.com.invalid wrote:
>
> >> Dave Plowman (News) wrote:
> >>
[snip]

>

> > As a matter of interest - were any of the 'Oregano' module's ever
> > 32bitted? ie XTTFont,HTTPStr128.
>
> Yes a few of them were updated to be 32 bit compliant.

Would it be possible for the 32bit modules to be released?


> The main binary didn't get 32bitted mostly due to reliance on older
> libraries (One being DeskLib, where the APIs seemed to have changed
> between when Oregano 1 used it and the first 32 bit version of it).


Thanks

Leo White

unread,
Oct 7, 2008, 5:30:25 AM10/7/08
to
cfe...@freeRemoveuk.com.invalid wrote:

>>> As a matter of interest - were any of the 'Oregano' module's ever
>>> 32bitted? ie XTTFont,HTTPStr128.
>> Yes a few of them were updated to be 32 bit compliant.

> Would it be possible for the 32bit modules to be released?

Unless you have your own 32bit compliant app that is making use of them
there would be very little point providing a 32bit neutral module that
is only useful on a 26bit version of RISC OS.

Also they've not gone though any QA process, so they could still have
issues (That and I'd have to check the license, after all I wouldn't
want to impact sales of Oregano 2 by making Oregano 1 slightly more
32bit compliant).

>> The main binary didn't get 32bitted mostly due to reliance on older
>> libraries (One being DeskLib, where the APIs seemed to have changed
>> between when Oregano 1 used it and the first 32 bit version of it).

druck

unread,
Oct 7, 2008, 5:25:43 PM10/7/08
to
On 7 Oct 2008 Leo White <ne...@mybigideas.co.uk> wrote:
> Also they've not gone though any QA process, so they could still have
> issues (That and I'd have to check the license, after all I wouldn't
> want to impact sales of Oregano 2 by making Oregano 1 slightly more
> 32bit compliant).

I'd find it astonishing if anyone was still buying O2.

---druck

--
The ARM Club Free Software - http://www.armclub.org.uk/free/
The 32bit Conversions Page - http://www.quantumsoft.co.uk/druck/

Rob Kendrick

unread,
Oct 7, 2008, 5:50:49 PM10/7/08
to
On Tue, 07 Oct 2008 22:25:43 +0100
druck <ne...@druck.freeuk.com> wrote:

> On 7 Oct 2008 Leo White <ne...@mybigideas.co.uk> wrote:
> > Also they've not gone though any QA process, so they could still
> > have issues (That and I'd have to check the license, after all I
> > wouldn't want to impact sales of Oregano 2 by making Oregano 1
> > slightly more 32bit compliant).
>
> I'd find it astonishing if anyone was still buying O2.

You'd be surprised at the number of people who buy stuff needlessly to
"support the market."

I'm routinely surprised by the number of people at RISC OS shows who
don't believe me when I say NetSurf is free.

B.

Dave Plowman (News)

unread,
Oct 7, 2008, 7:09:18 PM10/7/08
to
In article <092ab8ea...@druck.freeuk.net>,

druck <ne...@druck.freeuk.com> wrote:
> > Also they've not gone though any QA process, so they could still have
> > issues (That and I'd have to check the license, after all I wouldn't
> > want to impact sales of Oregano 2 by making Oregano 1 slightly more
> > 32bit compliant).

> I'd find it astonishing if anyone was still buying O2.

I'm astonished anyone *ever* bought 02.

--
*Do infants enjoy infancy as much as adults enjoy adultery?

Dave Symes

unread,
Oct 8, 2008, 1:27:46 AM10/8/08
to
In article <4feac1a...@davenoise.co.uk>,

Dave Plowman (News) <da...@davenoise.co.uk> wrote:
> In article <092ab8ea...@druck.freeuk.net>,
> druck <ne...@druck.freeuk.com> wrote:
> > > Also they've not gone though any QA process, so they could still have
> > > issues (That and I'd have to check the license, after all I wouldn't
> > > want to impact sales of Oregano 2 by making Oregano 1 slightly more
> > > 32bit compliant).

> > I'd find it astonishing if anyone was still buying O2.

> I'm astonished anyone *ever* bought 02.

Indeedy, and 20/20 hindsight is a wonderful thing. I wish I'd had it when
I purchased a lot of RO software in the past.

At the time, after much annoyance at the dumping of O1 (After initial
promises of continued development) We were conned into buying O2 as it was
going to sort the shortcomings of O1, and was to also have continuing
development...
Pah! More Liar,liar pants on fire from a RO software development.
Then when O2 was dumped, we were promised O3...

Dave S

--

Dave Plowman (News)

unread,
Oct 8, 2008, 5:23:17 AM10/8/08
to
In article <4feae44...@triffid.co.uk>,

Dave Symes <da...@triffid.co.uk> wrote:
> In article <4feac1a...@davenoise.co.uk>,
> Dave Plowman (News) <da...@davenoise.co.uk> wrote:
> > In article <092ab8ea...@druck.freeuk.net>,
> > druck <ne...@druck.freeuk.com> wrote:
> > > > Also they've not gone though any QA process, so they could still
> > > > have issues (That and I'd have to check the license, after all I
> > > > wouldn't want to impact sales of Oregano 2 by making Oregano 1
> > > > slightly more 32bit compliant).

> > > I'd find it astonishing if anyone was still buying O2.

> > I'm astonished anyone *ever* bought 02.

> Indeedy, and 20/20 hindsight is a wonderful thing. I wish I'd had it when
> I purchased a lot of RO software in the past.

I was lucky in that a pal bought it so I was able to play with it and it
was (to me) no advantage over 1. Which is still my favourite RO browser.

> At the time, after much annoyance at the dumping of O1 (After initial
> promises of continued development) We were conned into buying O2 as it
> was going to sort the shortcomings of O1, and was to also have
> continuing development... Pah! More Liar,liar pants on fire from a RO
> software development. Then when O2 was dumped, we were promised O3...

Yes indeedy. Of course since I know nothing of such things it's possible
development wasn't practical. But then those who do know about these
things should be more honest from the outset?

--
*It's not hard to meet expenses... they're everywhere.

Leo White

unread,
Oct 8, 2008, 6:22:07 AM10/8/08
to
druck wrote:
> On 7 Oct 2008 Leo White <ne...@mybigideas.co.uk> wrote:
>> Also they've not gone though any QA process, so they could still have
>> issues (That and I'd have to check the license, after all I wouldn't
>> want to impact sales of Oregano 2 by making Oregano 1 slightly more
>> 32bit compliant).

> I'd find it astonishing if anyone was still buying O2.

Maybe I should have put a smilie after that.... Anyways, checking in the
log files the last copy of O2 registered was at 2008-07-24 08:03:36
(Either bought or supplied with an Iyonix).

Leo White

unread,
Oct 8, 2008, 6:23:20 AM10/8/08
to
Dave Plowman (News) wrote:
> In article <092ab8ea...@druck.freeuk.net>,
> druck <ne...@druck.freeuk.com> wrote:
>>> Also they've not gone though any QA process, so they could still have
>>> issues (That and I'd have to check the license, after all I wouldn't
>>> want to impact sales of Oregano 2 by making Oregano 1 slightly more
>>> 32bit compliant).
>
>> I'd find it astonishing if anyone was still buying O2.
>
> I'm astonished anyone *ever* bought 02.

Well I never bought a copy of Oregano2 (Or Oregano 1 for that matter..)

Leo White

unread,
Oct 8, 2008, 6:28:57 AM10/8/08
to
Dave Symes wrote:
> In article <4feac1a...@davenoise.co.uk>,
> Dave Plowman (News) <da...@davenoise.co.uk> wrote:
>> In article <092ab8ea...@druck.freeuk.net>,
>> druck <ne...@druck.freeuk.com> wrote:
>>>> Also they've not gone though any QA process, so they could still have
>>>> issues (That and I'd have to check the license, after all I wouldn't
>>>> want to impact sales of Oregano 2 by making Oregano 1 slightly more
>>>> 32bit compliant).

>>> I'd find it astonishing if anyone was still buying O2.

>> I'm astonished anyone *ever* bought 02.

> Indeedy, and 20/20 hindsight is a wonderful thing. I wish I'd had it when
> I purchased a lot of RO software in the past.

> At the time, after much annoyance at the dumping of O1 (After initial
> promises of continued development) We were conned into buying O2 as it was
> going to sort the shortcomings of O1, and was to also have continuing
> development...

A version of Oregano 2 was provided to GeneSys supporting a later
version of Flash with a 'say the word and we'll put it on the upgrade
server' note attached. Don't think we ever heard back.

> Pah! More Liar,liar pants on fire from a RO software development.
> Then when O2 was dumped, we were promised O3...

New versions of Oregano 3 are still built every night... The main
objections to its release (AFAIK) were performance and one of the
banking websites was a pain to use. There was probably a final payment
that needed to be made too.

Doug Webb

unread,
Oct 8, 2008, 12:33:57 PM10/8/08
to
In message <c480d$48ec8b69$93...@news.teranews.com>
Leo White <ne...@mybigideas.co.uk> wrote:

> Dave Symes wrote:

[snip]

>>>

>> Indeedy, and 20/20 hindsight is a wonderful thing. I wish I'd had it when
>> I purchased a lot of RO software in the past.

>> At the time, after much annoyance at the dumping of O1 (After initial
>> promises of continued development) We were conned into buying O2 as it was
>> going to sort the shortcomings of O1, and was to also have continuing
>> development...

> A version of Oregano 2 was provided to GeneSys supporting a later
> version of Flash with a 'say the word and we'll put it on the upgrade
> server' note attached. Don't think we ever heard back.

Leo,

Could you send another reminder?

Also, what is to stop it going on the updater site anyway even if you
don't get an answer.

It seems really silly that we have an improvement to O2 but no way to
get at it.

Doug

--
Using an IYONIX pc and RISC OS 5.13, the thinking person's alternative
operating system to Microsoft Windows.

Stuart

unread,
Oct 8, 2008, 3:47:29 PM10/8/08
to
In article <f54921eb4f...@btinternet.com>,

Doug Webb <doug....@btinternet.com> wrote:
> It seems really silly that we have an improvement to O2 but no way to
> get at it.

Indeed!

--
Stuart Winsor

For Barn dances and folk evenings in the Coventry and Warwickshire area
See: http://www.barndance.org.uk

David J. Ruck

unread,
Oct 8, 2008, 6:44:52 PM10/8/08
to
On 8 Oct 2008 Leo White <ne...@mybigideas.co.uk> wrote:

> druck wrote:
>> I'd find it astonishing if anyone was still buying O2.

> Maybe I should have put a smilie after that.... Anyways, checking in the
> log files the last copy of O2 registered was at 2008-07-24 08:03:36
> (Either bought or supplied with an Iyonix).

Ah well bundled software is another story.

O2 was a valiant effort, but the last version was 2003, which is a
lifetime ago in web browsers.

I've still got O3 on the iconbar along side Netsurf, but apart from
downloading RISC OS software, all my browsing is done with Firefox 3
on the EEE PC.

Cheers
---Dave

--
______________________________________________________________________

David J. Ruck Phone: +44- (0)7974 108301 Email: dr...@druck.org.uk
______________________________________________________________________

Leo White

unread,
Oct 9, 2008, 4:13:47 AM10/9/08
to
Doug Webb wrote:
> In message <c480d$48ec8b69$93...@news.teranews.com>
> Leo White <ne...@mybigideas.co.uk> wrote:
>

[snipped]

>> A version of Oregano 2 was provided to GeneSys supporting a later
>> version of Flash with a 'say the word and we'll put it on the upgrade
>> server' note attached. Don't think we ever heard back.

> Could you send another reminder?

Well it was several years ago now, so I think its a bit late to send
another reminder.

> Also, what is to stop it going on the updater site anyway even if you
> don't get an answer.

Well in theory the Customer needs to approve any releases, I'd have to
setup an old build environment to recreate the release again, and the
support period has probably expired.

> It seems really silly that we have an improvement to O2 but no way to
> get at it.

Well as it was mostly just the Flash update its probably not going to
help on many sites as its already out of date (O3 supports a later
version of Flash again).

cfe...@freeremoveuk.com.invalid

unread,
Nov 24, 2008, 6:14:58 AM11/24/08
to
In message <d0d0e$48eb2c32$31...@news.teranews.com>
Leo White <ne...@mybigideas.co.uk> wrote:

> cfe...@freeRemoveuk.com.invalid wrote:
>
> >>> As a matter of interest - were any of the 'Oregano' module's ever
> >>> 32bitted? ie XTTFont,HTTPStr128.
> >> Yes a few of them were updated to be 32 bit compliant.
>
> > Would it be possible for the 32bit modules to be released?

[snip]

>
> Also they've not gone though any QA process, so they could still have
> issues (That and I'd have to check the license, after all I wouldn't
> want to impact sales of Oregano 2 by making Oregano 1 slightly more
> 32bit compliant).

Was there any feedback - on releasing the 32bit XTTFont,HTTPStr128
modules.

Dave

unread,
Nov 26, 2008, 12:43:02 PM11/26/08
to
In message <be5f38035...@cferris.freeuk.com>
cfe...@freeRemoveuk.com.invalid wrote:

> snip
>>
>> Also they've not gone though any QA process, so they could still have
>> issues (That and I'd have to check the license, after all I wouldn't
>> want to impact sales of Oregano 2 by making Oregano 1 slightly more
>> 32bit compliant).

snip

Hi, is there a considerable difference between O1 and O2, that O2 is
better? Can I read a report somewhere to that effect?

Regards,

Dave.

--
D

Ray Dawson

unread,
Nov 26, 2008, 3:01:51 PM11/26/08
to
Dave <ma...@daveandsylvia.plus.com> wrote:

I actually found O1 to be a lot better than O2. Although I had both, I
didn't use O2 as it was slow, didn't access as many sites as O1 and
crashed regularly.

If you have O1, save your money and don't 'upgrade'.

Cheers,

Ray D

druck

unread,
Nov 26, 2008, 7:17:17 PM11/26/08
to
On 26 Nov 2008 Dave <ma...@daveandsylvia.plus.com> wrote:
> Hi, is there a considerable difference between O1 and O2, that O2 is
> better?

It depends on your definition of better. As a bowser O1 was better
integrated with RISC OS and faster, but O2 has far better CSS handling
and is compatible with a lot more sites.

> Can I read a report somewhere to that effect?

Probably, but it's a moot point, you wouldn't want to buy either these
days.

Rob Kendrick

unread,
Nov 26, 2008, 7:31:20 PM11/26/08
to
On Thu, 27 Nov 2008 00:17:17 GMT
druck <ne...@druck.freeuk.com> wrote:

> > Hi, is there a considerable difference between O1 and O2, that O2 is
> > better?
>
> It depends on your definition of better. As a bowser O1 was better
> integrated with RISC OS and faster, but O2 has far better CSS
> handling and is compatible with a lot more sites.

O2's CSS handling is so ancient, it's hardly worth mentioning it as a
feature. It renders hardly any sites acceptably.

> > Can I read a report somewhere to that effect?
>
> Probably, but it's a moot point, you wouldn't want to buy either
> these days.

Indeed. Unless you really need the JavaScript, there's no reason to
buy any version of Oregano these days. If you don't find JavaScript
essential, I can of course highly recommend NetSurf, and if you do need
JavaScript and have either a fast machine or plenty of patience, I
prescribe Firefox.

B.

Dave Plowman (News)

unread,
Nov 26, 2008, 7:53:54 PM11/26/08
to
In article <20081127003...@trite.i.flarn.net.i.flarn.net>,

Rob Kendrick <nn...@rjek.com> wrote:
> > Probably, but it's a moot point, you wouldn't want to buy either
> > these days.

> Indeed. Unless you really need the JavaScript, there's no reason to
> buy any version of Oregano these days. If you don't find JavaScript
> essential, I can of course highly recommend NetSurf, and if you do need
> JavaScript and have either a fast machine or plenty of patience, I
> prescribe Firefox.

Hmm. Oregano 1 is still my browser of choice on my RPC.

--
*Never test the depth of the water with both feet.*

Message has been deleted

John

unread,
Nov 27, 2008, 2:23:17 PM11/27/08
to
In article <5004e858...@argonet.co.uk>, Stuart
<Spa...@argonet.co.uk> wrote:

> Netsurf also works but is clumsy to use when saving off
> images.

Stuart, do you know that you can pull an image off a
NetSurf page by holding down <ctrl> and dragging it to a
directory of your choice?

--
John
new...@blueyonder.co.uk
j dot mccartney atte blueyonder dot co dot uk

Tony Moore

unread,
Nov 27, 2008, 2:31:07 PM11/27/08
to
On 27 Nov 2008, Stuart <Spa...@argonet.co.uk> wrote:

[snip]

> Netsurf also works but is clumsy to use when saving off images.

Ctrl-drag the image from the web-page, to a filer window. Couldn't be
much simpler.

Tony

Dave Symes

unread,
Nov 27, 2008, 2:41:35 PM11/27/08
to
In article <5004f096...@blueyonder.co.uk>,

John <new...@blueyonder.co.uk> wrote:
> In article <5004e858...@argonet.co.uk>, Stuart
> <Spa...@argonet.co.uk> wrote:

> > Netsurf also works but is clumsy to use when saving off
> > images.

> Stuart, do you know that you can pull an image off a
> NetSurf page by holding down <ctrl> and dragging it to a
> directory of your choice?

That one I did know, but what I'd really like to know...
Is it possible to drag a URL out of the address bar into a somewhere else?

Cheers
Dave S

Yes I'm aware I can do Hilight, Ctrl-C then Ctrl-V but a drag and drop
would be so more RISC OS and less key presses.

--

Message has been deleted

Russell Hafter News

unread,
Nov 27, 2008, 3:36:49 PM11/27/08
to
In article <5004f24...@triffid.co.uk>, Dave Symes

<da...@triffid.co.uk> wrote:
> In article <5004f096...@blueyonder.co.uk>, John
> <new...@blueyonder.co.uk> wrote:
> > In article <5004e858...@argonet.co.uk>, Stuart
> > <Spa...@argonet.co.uk> wrote:

> > > Netsurf also works but is clumsy to use when saving
> > > off images.

> > Stuart, do you know that you can pull an image off a
> > NetSurf page by holding down <ctrl> and dragging it to
> > a directory of your choice?

> That one I did know, but what I'd really like to know...
> Is it possible to drag a URL out of the address bar into
> a somewhere else?

You can certainly drag a URL out of Netsurf to Fresco - I do
it quite often; had to do it just an hour ago with a page
that Netsurf displayed all the text on the one line, writing
each line over the top of the previous one.

Fresco displayed it fine

--
Russell
http://www.russell-hafter-holidays.co.uk
Russell Hafter Holidays E-mail to enquiries at our domain
Need a hotel? <http://www.hrs.de/?client=en__MT&customerId=416873103>

Dave Symes

unread,
Nov 27, 2008, 4:20:07 PM11/27/08
to
In article <5004f751...@walkingingermany.invalid>,

Russell Hafter News <see...@walkingingermany.invalid> wrote:
> In article <5004f24...@triffid.co.uk>, Dave Symes
> <da...@triffid.co.uk> wrote:

[Snip]

> > That one I did know, but what I'd really like to know...
> > Is it possible to drag a URL out of the address bar into
> > a somewhere else?

> You can certainly drag a URL out of Netsurf to Fresco - I do
> it quite often; had to do it just an hour ago with a page
> that Netsurf displayed all the text on the one line, writing
> each line over the top of the previous one.

> Fresco displayed it fine

Can you explain how, because I cannot do that here?
SARPC. RISC OS Select 6.10 Netsurf r5755 and Fresco 2.13.

Cheers
Dave S

--

Steve Fryatt

unread,
Nov 27, 2008, 4:22:30 PM11/27/08
to
On 27 Nov, Dave Symes wrote in message
<5004f24...@triffid.co.uk>:

> In article <5004f096...@blueyonder.co.uk>,
> John <new...@blueyonder.co.uk> wrote:
> > In article <5004e858...@argonet.co.uk>, Stuart
> > <Spa...@argonet.co.uk> wrote:
>
> > > Netsurf also works but is clumsy to use when saving off images.
>
> > Stuart, do you know that you can pull an image off a NetSurf page by
> > holding down <ctrl> and dragging it to a directory of your choice?
>
> That one I did know, but what I'd really like to know... Is it possible
> to drag a URL out of the address bar into a somewhere else?

Shift-Drag the URL bar.

--
Steve Fryatt - Leeds, England

http://www.stevefryatt.org.uk/

Russell Hafter News

unread,
Nov 27, 2008, 4:50:01 PM11/27/08
to
In article <5004fb4...@triffid.co.uk>, Dave Symes

<da...@triffid.co.uk> wrote:
> In article <5004f751...@walkingingermany.invalid>,
> Russell Hafter News <see...@walkingingermany.invalid>
> wrote:
> > In article <5004f24...@triffid.co.uk>, Dave Symes
> > <da...@triffid.co.uk> wrote:

> [Snip]

> > > That one I did know, but what I'd really like to
> > > know... Is it possible to drag a URL out of the
> > > address bar into a somewhere else?

> > You can certainly drag a URL out of Netsurf to Fresco -
> > I do it quite often; had to do it just an hour ago with
> > a page that Netsurf displayed all the text on the one
> > line, writing each line over the top of the previous
> > one.

> > Fresco displayed it fine

> Can you explain how, because I cannot do that here?
> SARPC. RISC OS Select 6.10 Netsurf r5755 and Fresco 2.13.

Double click on the URL in NetSurf 1.2 (22 March 2008) (I
have the IconClipBoard module installed).

Then just drag.

SARPC RISC OS 4.02, and Fresco 2.13

Dave Symes

unread,
Nov 27, 2008, 4:51:45 PM11/27/08
to
In article <9d80fb04...@helvellyn.stevefryatt.org.uk>,

> Shift-Drag the URL bar.

Mnnn! I've been trying that and it doesn't work...
Well I've been trying the logical, that is Shift and grab to drag the icon
on the left hand end of the address bar.

Unfortunately, the opposite of that is required. Shift Grab in the address
bar anywhere but the the left hand end icon.

Now that really is weird, and the very opposite of usual filer
requirements.

Cheers
Dave S

--

Chris Hughes

unread,
Nov 27, 2008, 5:30:58 PM11/27/08
to
In message <9d80fb04...@helvellyn.stevefryatt.org.uk>
Steve Fryatt <ne...@stevefryatt.org.uk> wrote:

> Shift-Drag the URL bar.

Well so it does - I never knew that! ;-)


--
Chris Hughes

Harriet Bazley

unread,
Nov 27, 2008, 6:02:22 PM11/27/08
to
On 27 Nov 2008 as I do recall,
Tony Moore wrote:

Or Object->Save from the menu, if you want to see/control the leafname
used.... (can avoid awkward file overwriting problems!)

--
Harriet Bazley == Loyaulte me lie ==

Many are called, few are chosen. Fewer still get to do the choosing.

t...@bowie.freeserve.co.uk

unread,
Nov 27, 2008, 8:08:11 PM11/27/08
to
In message <5004f24...@triffid.co.uk>
Dave Symes <da...@triffid.co.uk> wrote:

> [snip], but what I'd really like to know...


> Is it possible to drag a URL out of the address bar into a somewhere else?

Simply holding down the select button for a couple of seconds in
NetSurf's URL window will initiate the drag - at least it does for me
(Iyonix OS 5.13 and many versions of NetSurf).

--
Regards,
TerryK

contac...@sky.com

unread,
Nov 28, 2008, 5:13:39 AM11/28/08
to
In message <202a1005...@tez.freeserve.co.uk>
t...@bowie.freeserve.co.uk wrote:

> Simply holding down the select button for a couple of seconds in
> NetSurf's URL window will initiate the drag - at least it does for me
> (Iyonix OS 5.13 and many versions of NetSurf).

Is it !MouseAxess at work?
--
Ian J Hartley
http://uk.geocities.com/ian.ha...@btinternet.com

TerryK

unread,
Nov 28, 2008, 7:12:41 AM11/28/08
to
In message <731a420...@Ian.Hartley.sky.com>
contac...@sky.com wrote:

>> Simply holding down the select button for a couple of seconds in
>> NetSurf's URL window will initiate the drag - at least it does for me
>> (Iyonix OS 5.13 and many versions of NetSurf).

> Is it !MouseAxess at work?

No. Don't use !MouseAxess (nor any similar software). NetSurf has
always(?) responded in this way for me. I had assumed it was a feature
of NetSurf, but from your response it sounds as if this doesn't work
for everybody.

--
TerryK

John Williams (News)

unread,
Nov 28, 2008, 8:04:45 AM11/28/08
to
In article <202a1005...@tez.freeserve.co.uk>,
<t...@bowie.freeserve.co.uk> wrote:

> Simply holding down the select button for a couple of seconds in
> NetSurf's URL window will initiate the drag - at least it does for me
> (Iyonix OS 5.13 and many versions of NetSurf).

which saves a text version. Using Shift-drag will save a URL-typed version
which can be double-clicked on to send the URL cotained within to the
current browser.

John

--
John Williams, Brittany, Northern France - no attachments to these addresses!
Non-RISC OS posters change user to johnrwilliams or put 'risc' in subject
for reliable contact! Who is John Williams? http://www.picindex.info/author/
Somewhere nice to stay in Brittany? http://petit.four.free.fr/visitors/locate

TerryK

unread,
Nov 28, 2008, 8:26:32 AM11/28/08
to
In message <500551c4...@tiscali.co.uk>

"John Williams (News)" <UCE...@tiscali.co.uk> wrote:

>> Simply holding down the select button for a couple of seconds in
>> NetSurf's URL window will initiate the drag - at least it does for me
>> (Iyonix OS 5.13 and many versions of NetSurf).

> which saves a text version. Using Shift-drag will save a URL-typed version
> which can be double-clicked on to send the URL cotained within to the
> current browser.

Fair point. My use of it has been to drag the url to a different
browser (eg O2 when NetSurf won't handle a page due to Javascript
requirements) - a simple drag works in that instance.

--
Terry

Russell Hafter News

unread,
Nov 28, 2008, 8:25:30 AM11/28/08
to
In article <78004d05...@tez.freeserve.co.uk>, TerryK
<t...@bowie.freeserve.co.uk> wrote:

Here, shift-dragging a URL to a filer window produces a file
of type 'URL', while simple dragging produces a text file.

Contents of the file is identical.

Michael Drake

unread,
Nov 28, 2008, 9:01:41 AM11/28/08
to

I don't know what MouseAxess is, but anyway, NetSurf's URL bar dragging
behaviour is pretty straightforward and fully documented in the user guide.

http://www.netsurf-browser.org/documentation/guide

Click "URL bar" in the "Browser window" section of the contents list,
which will take you to the relevant information. Lots of other useful
features are documented in the user guide, like text/image/page drag
saving which was mentioned elsewhere in the thread. It includes nuances
such as how to drag save in original format (e.g. PNG or JPEG) and how to
drag save in the native format (Sprite).

If it is too hard to navigate the user guide to find the information you
need, please get in touch and help us improve it. (There's something of a
rewrite planned so we can document different behaviour in the various
ports of NetSurf.)

The only thing which could cause different behaviour of the URL bar drag
on different systems is that some versions of the OS support text
selection in writable icons (ROL OSes since Select 2 or 3). This means
dragging the URL out without the use of shift or ctrl will not work - only
start a text selection operation. Again, it's all in the user guide.

Michael

--

Michael Drake (tlsa)

http://www.smoothartist.com/

Michael Drake

unread,
Nov 28, 2008, 9:08:18 AM11/28/08
to
In article <5004f751...@walkingingermany.invalid>,
Russell Hafter News <see...@walkingingermany.invalid> wrote:

> You can certainly drag a URL out of Netsurf to Fresco - I do
> it quite often; had to do it just an hour ago with a page
> that Netsurf displayed all the text on the one line, writing
> each line over the top of the previous one.

Please also drag the URL into a bug report on the NetSurf bug tracker, or
at the very least into an e-mail on the NetSurf mailing list. If we don't
see these pages, there is no chance of them getting fixed.

Where was the site with all text displayed on one line?

Richard Porter

unread,
Nov 28, 2008, 6:32:03 PM11/28/08
to
The date being 27 Nov 2008, "Dave Plowman (News)"
<da...@davenoise.co.uk> decided to write:

> Hmm. Oregano 1 is still my browser of choice on my RPC.

I can understand that. Even if it strings content in a verticla column
that's better than having text and images overlapping because NetSurf
doesn't get the positioning right. At least you can see the content
and you do need javascript for many sites. O1's cookie handling is a
problem with some sites.

--
Richard Porter
rich@ / www. richardporter.me.uk
"You can't have Windows without pains."

Richard Porter

unread,
Nov 28, 2008, 6:44:23 PM11/28/08
to
The date being 27 Nov 2008, John <new...@blueyonder.co.uk> decided to
write:

> In article <5004e858...@argonet.co.uk>, Stuart
> <Spa...@argonet.co.uk> wrote:

>> Netsurf also works but is clumsy to use when saving off
>> images.

> Stuart, do you know that you can pull an image off a
> NetSurf page by holding down <ctrl> and dragging it to a
> directory of your choice?

There is a section in the help files on keyboard shortcute, but I
suspect that there are quite a few tricks like this that haven't been
mentioned anywhere.

Russell Hafter News

unread,
Dec 2, 2008, 11:03:34 AM12/2/08
to
In article <5005526...@smoothartist.com>,
Michael Drake <mi...@smoothartist.com> wrote:

> In article <5004f751...@walkingingermany.invalid>,
> Russell Hafter News <see...@walkingingermany.invalid> wrote:

> > You can certainly drag a URL out of Netsurf to Fresco -
> > I do it quite often; had to do it just an hour ago with
> > a page that Netsurf displayed all the text on the one
> > line, writing each line over the top of the previous
> > one.

> Please also drag the URL into a bug report on the NetSurf
> bug tracker, or at the very least into an e-mail on the
> NetSurf mailing list. If we don't see these pages, there
> is no chance of them getting fixed.

I know that.

I took part in quite a long running thread on the subject of
your bug tracker about a year (??) ago.

It may well work in a newer version of NetSurf - I have 1.20
(22 March 2008) and, unfortuntely for you, have no interest
in regular upgrading. I just do not use NetSurf often
enough, and never for anything really important.

> Where was the site with all text displayed on one line?

Sorry, I cannot remember.

It was an HTML page created by Google from an MSWord
document, as I recall.

0 new messages