Topic: WEBXREF.VDM - DOS only? (1 of 20), Read 21 times
Conf: VEDIT Macro Library
From: John H
Date: Wednesday, May 05, 2004 02:26 PM

Hi,

I noticed this macro having problems with the windows versions..
Works great with vedit.exe though. Did this 'break' somewhere
during the vpw.exe advancement from v5.00 or is/was the macro
strictly for vedit-dos?

--
John
VEDIT SN: 95651
VEDIT (DOS) Ver. 6.12.1 05/04/04
VEDIT (32-Bit) Ver. 6.12.1 05/04/04
VEDIT Pro (64-Bit) Beta Test Ver. 6.12.1 05/04/04
Windows 2000 (5.0.2195 Service Pack 4)

 


Topic: Re: WEBXREF.VDM - DOS only? (2 of 20), Read 17 times
Conf: VEDIT Macro Library
From: Fritz Heberlein
Date: Wednesday, May 05, 2004 02:41 PM

> I noticed this macro having problems with the windows versions..

It still is working fine here ...

You might try to contact the author, Scott Lambert, via his personal
Vedit website: http://carver.pinc.com/~slambert/contents.htm

Fritz Heberlein

 


Topic: WEBXREF.VDM - DOS only? (3 of 20), Read 18 times
Conf: VEDIT Macro Library
From: John H
Date: Wednesday, May 05, 2004 02:55 PM

On Wed, 5 May 2004 14:42:26 -0400 GMT, Fritz Heberlein wrote:

Hi Fritz,

>> I noticed this macro having problems with the windows versions..

> It still is working fine here ...

Strange. I get "FILE NOT FOUND: d:\temp\html\*.htm -s"

Perhaps I am not entering the line properly. I am typing in
(un-quoted) "d:\temp\html" at the macro input prompt.

> You might try to contact the author, Scott Lambert, via his personal
> Vedit website: http://carver.pinc.com/~slambert/contents.htm

I looked over Scott's site to see if perhaps there was a newer
revision but found none.

It's not a big deal for me, I was just randomly trying some of the
macros included with the VE distribution.

--
John

 


Topic: Re: WEBXREF.VDM - DOS only? (4 of 20), Read 19 times, 1 File Attachment
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Wednesday, May 05, 2004 03:19 PM

On Wed, 05 May 2004 14:55:00 -0400, John H wrote:

>Strange. I get "FILE NOT FOUND: d:\temp\html\*.htm -s"
>
>Perhaps I am not entering the line properly. I am typing in
>(un-quoted) "d:\temp\html" at the macro input prompt.

It's due to long filename support.
I modified the macro to handle that better (I changed some quoting
characters).

Since I never used the macro before I can't say if it's o.k. now.
At least the error is away...

Christian

 
WEBXREF.VDM (4KB)

 


Topic: Re: WEBXREF.VDM - DOS only? (7 of 20), Read 21 times, 1 File Attachment
Conf: VEDIT Macro Library
From: Ted Green
Date: Wednesday, May 05, 2004 04:52 PM

At 03:19 PM 5/5/2004, you wrote:
>It's due to long filename support.
>I modified the macro to handle that better (I changed some quoting
>characters).

And I simplified the modifications. (Christian already had a hard day at work.)

It really is a useful macro - it creates a list of all the .htm pages in a directory (including subdirectories) and for each page lists all the other pages and images that it links to.

The new webxref.vdm will be included in future releases.

Ted.


Ted.
-------------------------------------------------------------------------
Ted Green (ted@...) Greenview Data, Inc.
Web: www.... PO Box 1586, Ann Arbor, MI 48106
Tel: (734) 996-1300 Fax: (734) 996-1308 VEDIT - Text/Data/Binary Editor
-------------------------------------------------------------------------
Spam problems? www.SpamStopsHere.com blocks 99% of spam for businesses.

 
WEBXREF(1).VDM (4KB)

 


Topic: Re: WEBXREF.VDM - DOS only? (10 of 20), Read 23 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Wednesday, May 05, 2004 05:25 PM

On Wed, 05 May 2004 16:52:00 -0400, Ted Green wrote:

>At 03:19 PM 5/5/2004, you wrote:
>>It's due to long filename support.
>>I modified the macro to handle that better (I changed some quoting
>>characters).
>
>And I simplified the modifications.

Oops, yes, my modifications were "a bit" too complicated.
Sometimes I'm too fast in answering.

>(Christian already had a hard day at work.)

Nice description! ;-))


Christian

 


Topic: Re: WEBXREF.VDM - DOS only? (8 of 20), Read 19 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Wednesday, May 05, 2004 04:59 PM

To follow up -

If someone wants to try it, the macro could be modified to prompt on the status line (as it does) for the DOS version and prompt with a Dialog_Input_1() command for the Windows version. OS_Type can be used to determine which version of VEDIT is running.

I noticed in 6.12 that the current status line prompt changes color after you type the first character. The intention was for the status line to change color when there is a prompt, so this needs fixing. (But is a low priority) BTW - This was new for 6.12.

Ted.


Ted.
-------------------------------------------------------------------------
Ted Green (ted@...) Greenview Data, Inc.
Web: www.... PO Box 1586, Ann Arbor, MI 48106
Tel: (734) 996-1300 Fax: (734) 996-1308 VEDIT - Text/Data/Binary Editor
-------------------------------------------------------------------------
Spam problems? www.SpamStopsHere.com blocks 99% of spam for businesses.

 


Topic: Re: WEBXREF.VDM - DOS only? (11 of 20), Read 20 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Wednesday, May 05, 2004 05:47 PM

On Wed, 05 May 2004 16:59:00 -0400, Ted Green wrote:

>To follow up -
>
>If someone wants to try it, the macro could be modified to prompt on the status
>line (as it does) for the DOS version and prompt with a Dialog_Input_1()
>command for the Windows version.

No, not me. I'm going to bed shortly! ;-)


>I noticed in 6.12 that the current status line prompt changes color after you
>type the first character. [...]
>This was new for 6.12.

I can't see a color change in the status line.


Christian

 


Topic: WEBXREF.VDM - DOS only? (14 of 20), Read 20 times
Conf: VEDIT Macro Library
From: John H
Date: Wednesday, May 05, 2004 07:20 PM

On Wed, 5 May 2004 17:00:12 -0400 GMT, Ted Green wrote:

> To follow up -

> If someone wants to try it, the macro could be modified to
> prompt on the status line (as it does) for the DOS version and
> prompt with a Dialog_Input_1() command for the Windows version.
> OS_Type can be used to determine which version of VEDIT is running.

I'd offer but since I'm really not confident enough I'll probably
just try some changes for my own learning.

However, if you like I would be happy to test all the macros that
are in the distribution and compile my findings, so you have an idea
of ones that might prompt newbies like me to ask about.

--
John

 


Topic: Re: WEBXREF.VDM - DOS only? (15 of 20), Read 19 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Wednesday, May 05, 2004 07:41 PM

At 07:21 PM 5/5/2004, you wrote:
>However, if you like I would be happy to test all the macros that
>are in the distribution and compile my findings, so you have an idea
>of ones that might prompt newbies like me to ask about.

No, not now please. I plan to release 6.12 in a day or two and will then again be busy with our anti-spam service for several weeks. Some macros receive such little use that they don't need thorough review.

Ted.


Ted.
-------------------------------------------------------------------------
Ted Green (ted@...) Greenview Data, Inc.
Web: www.... PO Box 1586, Ann Arbor, MI 48106
Tel: (734) 996-1300 Fax: (734) 996-1308 VEDIT - Text/Data/Binary Editor
-------------------------------------------------------------------------
Spam problems? www.SpamStopsHere.com blocks 99% of spam for businesses.

 


Topic: WEBXREF.VDM - DOS only? (16 of 20), Read 20 times, 1 File Attachment
Conf: VEDIT Macro Library
From: John H
Date: Thursday, May 06, 2004 01:08 AM

On Wed, 5 May 2004 17:00:12 -0400 GMT, Ted Green wrote:

> If someone wants to try it, the macro could be modified to
> prompt on the status line (as it does) for the DOS version and
> prompt with a Dialog_Input_1() command for the Windows version.
> OS_Type can be used to determine which version of VEDIT is running.

I added those and made some other changes. I have no idea why the
prompt in DOS doesn't use the statline when invoked with -x. It will
show in the statline when loaded/run manually.

--
John

 
WEBXREF_03.VDM (4KB)

 


Topic: Re: WEBXREF.VDM - DOS only? (17 of 20), Read 21 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Thursday, May 06, 2004 01:23 AM

At 01:09 AM 5/6/2004, you wrote:
>I added those and made some other changes. I have no idea why the
>prompt in DOS doesn't use the statline when invoked with -x. It will
>show in the statline when loaded/run manually.

That is very nice!
I will check it more carefully tomorrow, determine why it has a problem with spaces in pathnames and hopefully correct it.

Ted.

 


Topic: Re: WEBXREF.VDM - DOS only? (18 of 20), Read 20 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Thursday, May 06, 2004 03:14 AM

On 5/6/2004 1:23:13 AM, Ted Green wrote:
>At 01:09 AM 5/6/2004, you wrote:
>>I added those and made some other changes. I have no idea why the
>>prompt in DOS doesn't use the statline when invoked with -x. It will
>>show in the statline when loaded/run manually.
>
>That is very nice!
>I will check it more carefully tomorrow, determine why it has
>a problem with spaces in pathnames and hopefully correct it.

It's enough to do a
vedit.exe -c "get_input(20,'Test: ', NOCR+STATLINE)"
to show the not-usage of the statline.

Christian

 


Topic: Re: WEBXREF.VDM - DOS only? (19 of 20), Read 16 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Friday, May 07, 2004 12:26 AM

At 01:09 AM 5/6/2004, you wrote:
>I added those and made some other changes. I have no idea why the
>prompt in DOS doesn't use the statline when invoked with -x. It will
>show in the statline when loaded/run manually.

VEDIT is trying to display the signon message on the status line on startup. I need to re-code this to give status line message precedence. This will have to wait a bit.

Ted.

 


Topic: Re: WEBXREF.VDM - DOS only? (20 of 20), Read 14 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Thursday, May 20, 2004 11:59 PM

At 01:09 AM 5/6/2004, you wrote:
>I added those and made some other changes. I have no idea why the
>prompt in DOS doesn't use the statline when invoked with -x. It will
>show in the statline when loaded/run manually.

The latest webxref.vdm has this fixed.
The DOS version has a tiny glitch that the status line can't be used until VEDIT has fully started up and created at least one editing window.

Ted.

 


Topic: Re: WEBXREF.VDM - DOS only? (6 of 20), Read 17 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Wednesday, May 05, 2004 04:16 PM


>It's not a big deal for me, I was just randomly trying some of the
>macros included with the VE distribution.

Some macros are customer written/shared and not fully supported. I am sorry that it is not clear which is which. At one time I placed them in the vedit/user-mac directory, but that confused people too.

Ted.


Ted.
-------------------------------------------------------------------------
Ted Green (ted@...) Greenview Data, Inc.
Web: www.... PO Box 1586, Ann Arbor, MI 48106
Tel: (734) 996-1300 Fax: (734) 996-1308 VEDIT - Text/Data/Binary Editor
-------------------------------------------------------------------------
Spam problems? www.SpamStopsHere.com blocks 99% of spam for businesses.

 


Topic: WEBXREF.VDM - DOS only? (13 of 20), Read 19 times
Conf: VEDIT Macro Library
From: John H
Date: Wednesday, May 05, 2004 07:10 PM

On Wed, 5 May 2004 16:16:33 -0400 GMT, Ted Green wrote:

>>It's not a big deal for me, I was just randomly trying some of the
>>macros included with the VE distribution.

> Some macros are customer written/shared and not fully
> supported. I am sorry that it is not clear which is which. At one
> time I placed them in the vedit/user-mac directory, but that
> confused people too.

Yes, I realized the macro was from an outside source. Just thought
see if anyone knew of the apparent loss of functionality.

--
John

 


Topic: Re: WEBXREF.VDM - DOS only? (9 of 20), Read 17 times
Conf: VEDIT Macro Library
From: Christian Ziemski
Date: Wednesday, May 05, 2004 05:25 PM

On Wed, 05 May 2004 14:41:00 -0400, Fritz Heberlein wrote:

>You might try to contact the author, Scott Lambert, via his personal
>Vedit website: http://carver.pinc.com/~slambert/contents.htm

By the way: Do you know what happened to Scott?
Haven't seen him here for several years now.

Christian

 


Topic: Re: WEBXREF.VDM - DOS only? (12 of 20), Read 19 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Wednesday, May 05, 2004 05:53 PM

At 05:27 PM 5/5/2004, you wrote:
>>You might try to contact the author, Scott Lambert, via his personal
>>Vedit website: http://carver.pinc.com/~slambert/contents.htm
>
>By the way: Do you know what happened to Scott?
>Haven't seen him here for several years now.

I don't know! The email address on his website was bad. I have CC'ed this to another email address we have in our database.

Ted.

 


Topic: Re: WEBXREF.VDM - DOS only? (5 of 20), Read 17 times
Conf: VEDIT Macro Library
From: Ted Green
Date: Wednesday, May 05, 2004 04:11 PM

At 02:27 PM 5/5/2004, you wrote:
>I noticed this macro having problems with the windows versions..
>Works great with vedit.exe though. Did this 'break' somewhere
>during the vpw.exe advancement from v5.00 or is/was the macro
>strictly for vedit-dos?

This macro was written by customer Scott Lambert and shared with us many years ago. I don't know if there is a newer version; I am CC'ing Scott. Unfortunately we do not have time now to fix/update this macro.

Ted.


Ted.
-------------------------------------------------------------------------
Ted Green (ted@...) Greenview Data, Inc.
Web: www.... PO Box 1586, Ann Arbor, MI 48106
Tel: (734) 996-1300 Fax: (734) 996-1308 VEDIT - Text/Data/Binary Editor
-------------------------------------------------------------------------
Spam problems? www.SpamStopsHere.com blocks 99% of spam for businesses.