Search found 291 matches

by JosDuchIt
Sat Jul 04, 2015 6:59 pm
Forum: General Developer Support
Topic: DOS putting a scrpts argument in a requestedfile
Replies: 6
Views: 5379

Re: DOS putting a scrpts argument in a requestedfile

@thomas
Some empty file RequestFile was created in my script's drawer.
Thanks for the suggestion
@Xenix the character is not a | but i majuscule Ilist, thanks for your examination
by JosDuchIt
Sat Jul 04, 2015 3:45 pm
Forum: General Developer Support
Topic: DOS putting a scrpts argument in a requestedfile
Replies: 6
Views: 5379

Re: DOS putting a scrpts argument in a requestedfile

@BroadBlues I don't know if it is the heat ir, but after an initial test of the script that worked correctly , i used a more complex command line and got the error message "RequestFile not executable" After that even from the shell you got 7.Stock:MultiViewer> RequestFile RequestFile: file...
by JosDuchIt
Sat Jul 04, 2015 10:53 am
Forum: General Developer Support
Topic: DOS putting a scrpts argument in a requestedfile
Replies: 6
Views: 5379

Re: DOS putting a scrpts argument in a requestedfile

@broadblues
yes, of course,
thanks
by JosDuchIt
Sat Jul 04, 2015 5:12 am
Forum: General Developer Support
Topic: DOS putting a scrpts argument in a requestedfile
Replies: 6
Views: 5379

DOS putting a scrpts argument in a requestedfile

I don't see a direct DOS possibility to first get some argument & then put it in a file the user choses I came up with KEY VAR/A .BRA { .KET } RequestFile ram: TITLE "VARfileName" to t:.VAR_File echo "{VAR}" >`type t:.VAR_File` the file is created but gets no content. whereas...
by JosDuchIt
Mon Jun 29, 2015 4:22 pm
Forum: General AmigaOS
Topic: Python svgwrite
Replies: 1
Views: 1301

Python svgwrite

Are graphic packages such as svgwrite usable under OS4.xx ?
by JosDuchIt
Mon May 11, 2015 8:40 am
Forum: General AmigaOS
Topic: python paramtric plotting af a function
Replies: 2
Views: 2387

Re: python paramtric plotting af a function

@Broadblues, thanks for the suggestions I did find a simple online solution here http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/series/data-array-of-arrays/ You just have to provide the set of coördinates . & you have a nice feedback on t...
by JosDuchIt
Sun May 10, 2015 5:58 pm
Forum: General AmigaOS
Topic: python paramtric plotting af a function
Replies: 2
Views: 2387

python paramtric plotting af a function

Is it possible using python to plot the graph af a function?

Same question for y = f(x) define by x = x(t), y = y(t)
by JosDuchIt
Sat Apr 11, 2015 8:27 am
Forum: AmigaOS Feature Requests
Topic: SCRIPT keyword for urlopen
Replies: 33
Views: 25384

Re: SCRIPT keyword for urlopen

@Raziel, i never noted the debug checkmark
@colinw
Thanks, can you also explain the use of astersiks and double quotes in the CMDFORMAT ?
by JosDuchIt
Fri Apr 10, 2015 4:51 pm
Forum: AmigaOS Feature Requests
Topic: SCRIPT keyword for urlopen
Replies: 33
Views: 25384

Re: SCRIPT keyword for urlopen

@Raziel I think i have a break through?. In short use "*"http://%s*"" instead of "%s" when using a script (that is fior http.lh, similar for other pref files) At least here the script called directly or via urlpen, do get the same full "url" wheras with "...
by JosDuchIt
Thu Apr 09, 2015 4:02 pm
Forum: AmigaOS Feature Requests
Topic: SCRIPT keyword for urlopen
Replies: 33
Views: 25384

Re: SCRIPT keyword for urlopen

@Raziel it is very intriguing and very frustrating It is clear that a script working when called from urlopen will not necessarily work when launched as a script For odyssey and arexx script i noted OPEN NEWPAGE NAME '"'URL'"' /// works with urlopen & not directly from script (protecti...