Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

PPWIZARD · PPWIZARD is a free and powerful HTML/WEB Development Tool (html preprocessor)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 221
  • Category: Other
  • Founded: May 29, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 748 - 779 of 2617   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
748 Dennis Bareis
dbareis Send Email
Jan 26, 2002
4:16 am
Hi, New release, details: * Fixed the "loop bug" reported by hdc (delayed expansion of loop contents). This affected loops that were defined within a macro. *...
749 Antonio Manara Rossini
thetoyofvrg Send Email
Jan 26, 2002
6:40 pm
... I'll give it a try!!! ... Alrteady tested, but as i've a lot of functions defined it the import file i could not go to that way... ... I'm thinking i'll do...
750 hdc
hdc256 Send Email
Jan 27, 2002
12:03 am
Hello, First of all thanks for fixing that bug. That was a really anoing one (I belive that not only for me). OK. Thanks. So... there was another "bug" with...
751 Dennis Bareis
dbareis Send Email
Jan 27, 2002
11:19 pm
... This is the way PPWIZARD has been built an in my opinion makes it easier to maintain. Bye Dennis ... Dennis Bareis (dbareis@...) Melbourne,...
752 Dennis Bareis
dbareis Send Email
Jan 27, 2002
11:19 pm
Hi, ... I think I'm willing to call the way it works a feature (and intentional one). If you think you have a test case which demonstrates a problem then I...
753 Antonio Manara Rossini
thetoyofvrg Send Email
Jan 28, 2002
8:41 am
... After some 'boring&#39; testing i must agree with you. Less problems, more fun :-)) p.s. Dennis, i usually receive doubled messages from you, is this a rule or...
754 hdc
hdc256 Send Email
Jan 29, 2002
5:46 pm
Hello, I would like to force PPW to reprocess the files (specified by the input masks) even if according to dependecy info no reprocessing nedded. This is to...
755 Dennis Bareis
dbareis Send Email
Jan 29, 2002
8:55 pm
... Why not simply delete the associated dependancy files which will force a remake? Another possibility is to have an empty marker file which you can touch...
756 wbristow3 Send Email Jan 30, 2002
8:17 pm
I'm suddenly getting the following error message when I try to run a project. I can do individual *.it files with no problem, but can't run a *.ppw file. Walt...
757 Dennis Bareis
dbareis Send Email
Jan 30, 2002
8:49 pm
... Could you send me the contents of your ppw file and the redirection output from the failing command with the /debug switch used (ZIPPED PLEASE). My guess...
758 Gideon Singer
gsinger Send Email
Feb 1, 2002
1:36 am
I have this line in my csv file: item001,Acanthephippum mantinianum,Species,http://members.shaw.ca/gsimages/Acanthephippum_mantinianum.jpg,Faintly,Flowers have...
759 Dennis Bareis
dbareis Send Email
Feb 1, 2002
3:08 am
Hi, A note for everyone.... I am a lot happier (and can respond much quicker) when I get a zip containing the minimum number of files (8.3 and including a ...
760 Dennis Bareis
dbareis Send Email
Feb 1, 2002
10:20 pm
Hi, Another release, details: * The /OutHeader and /Syntax switches improved and now also handle rexx files (which also means all rexx files now checked, not...
761 hdc
hdc256 Send Email
Feb 2, 2002
12:44 am
... <snip> Eg. try to write out "xxx" with a loop. This: #{ for bar = 1 to 3 x -\ #} will print this: x x x Perhaps because of the line break at the end of "#{...
762 Dennis Bareis
dbareis Send Email
Feb 7, 2002
7:14 am
Hi, Changes as follows: * The "<??Variable> symbol enhanced to support environment as well as rexx variables. * The default DebugLevel no longer includes...
763 m.t.day
theradioham Send Email
Feb 10, 2002
5:56 pm
From the top - a NEW database (in Lotus Approach - dBase IV format by default) And a PPWizard to process it - and with a clean slate to start with, I want to...
764 hdc
hdc256 Send Email
Feb 10, 2002
9:05 pm
Hello, ... want ... <snip> My option: After 10 minutes reading of the PPW manual I decided not to use the built int database facilites of PPW. Instead I have...
765 Dennis Bareis
dbareis Send Email
Feb 10, 2002
9:08 pm
... This can be exported into CSV format etc or probably accessed directly via SQL (much more powerful and easier way) - see REXXSQL. ... In CSV importing you...
766 wfvdijk Send Email Feb 13, 2002
2:34 pm
Hi, I've just become the owner of a new website (http://www.firelinks.nl) which contains links to worldwide firedepts. For each country is an HTML page. Since...
767 Dennis Bareis
dbareis Send Email
Feb 13, 2002
9:23 pm
... Hi, PPWIZARD can be used in 2 main ways: 1. Compile a .IT to a .HTML (one to one), This may #include common files and use macros to produce a common look...
768 possw Send Email Feb 17, 2002
7:44 pm
I am using ppwizard *.IT /DependsOn:g:\CubScoutPack280\DEPEND\*.DEP /output:g:&#92;CubScoutPack280\pack280&#92;*.html to create the html files. What I don't understand...
769 Dennis Bareis
dbareis Send Email
Feb 17, 2002
8:57 pm
... Almost all my files use #include and of course create dependancy files. Are you sure that there is no dependancy file (or is there a dependancy file but it...
770 dav4is Send Email Feb 19, 2002
8:10 pm
/*line=ChangeStr('88&#39;x , line , 'ê')/* FTM's ecirc */*/ Above line was incorrectly handled, causing fatal error in syntax check. Is there a restriction...
772 Dennis Bareis
dbareis Send Email
Feb 19, 2002
8:57 pm
... If you are preprocessing rexx I suppose I expect people to use PPWIZARD comments ";" as they are much easier. The first workaround even if there is no...
774 dav4is Send Email Feb 20, 2002
1:56 am
... PPWIZARD ... This was a retrofit of an existing Rexx program -- which, of course, has lots of REXX comments! ... "/rexx", ... Aha! That's the ticket! I...
775 Dennis Bareis
dbareis Send Email
Feb 20, 2002
2:04 am
... If I had infinite time I would :-) If you use the ".INF" or ".CHM" (I assume you use the latter), a search quickly finds the information (That is what I...
776 dav4is Send Email Feb 21, 2002
9:48 pm
When generating Rexx programs, sometimes you want to have the flexibility of #including external functions in your programs for better performance. If you...
777 M. Ryan Byrd
mrb23@... Send Email
Feb 27, 2002
1:27 am
Hello Friends I am working on a project for my university and I wanted to use ppwizard. Any help you could give would be invaluable!!! My source directory is...
778 Dennis Bareis
dbareis Send Email
Feb 27, 2002
3:04 am
Hi, ... cannot afford to be flooded with "help me" messages. Were this project not so pressing I would try other means. In my meager defense, I tried to join...
779 Dennis Bareis
dbareis Send Email
Feb 27, 2002
3:06 am
Hi, ... ppwizard. Any help you could give would be invaluable!!! I'll make it quick! ... directory is called OUT) ... A PPW file as you probably realise is...
Messages 748 - 779 of 2617   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help