Login
Username:

Password:

Remember me



Lost Password?

Register now!
Main Menu
Who is Online
17 user(s) are online (14 user(s) are browsing Forum)

Members: 0
Guests: 17

more...


Browsing this Thread:   1 Anonymous Users




(1) 2 3 4 ... 26 »


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
@magorium

When bringing text from windows, I first run the text through EditPad Lite, Convert/to Linux(lf only), or through Programmers Notepad, Tools/Line endings/Unix(lf). Then the text is suitable for AROS use

Posted on: 2014/8/13 19:48
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
Hi,

Perhaps not entirely WiP related (but i encountered the situation when preparing things on a WiP).

I wrote some shell scripts, on my windows machine. And behold i was so stupid to not take the encoding/crlf into account. Which resulted in some pretty wierd errors along the way

But... the thing i wanted to address can be seen in the attached picture (please notice the fp.cfg and fp.ini duplicate files).

It's produced by a script command like copy "sourcefilename" to "destinationfilename" followed by a crlf (on windows).

I loaded the windows scripts in jano editor and saved them, which seems it didn't took care of the issue :S

So, i ended up with filenames that most probably contain part of the windows crlf and AROS shell commands simply love that .

Attach file:



jpg  (0.00 KB)


Posted on: 2014/8/13 16:27
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
<p>hi all,</p><p>just to tell, i've written an article on my blog for the WIP5 + latest ot :&nbsp;http://oanemous.free.fr/?p=1279</p><p><img alt="icaros 1.5.2 wip5 grab" height="576" src="http://oanemous.free.fr/wp-content/uploads/grabarosWIP5.png" width="1024" /></p><p>hope this can help peoples. feel free to comment it.</p><p>cheers,</p><p>Jess.</p>

Posted on: 2014/5/25 11:37
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
ntromans wrote:
Quote:

/* */
address command
wait 10 sec
echo >ram:test "test"

and it fails. It doesn't even execute the wait, it returns immediately. Also, if I try to edit and save to the file again, I cannot - it is locked.

Ok, there is indeed a problem with rexxmast, but deadwood is looking into that.

However, the correct syntax of what you wanted to achieve would be:
adress command
wait 10 secs
echo ">ram:test test"

regina sometimes seems very picky about when to use quotes (single/double) and how to use them. (e.g. regina <> 100% arexx).

if everything works ok (and using your 'faulty' script), you should be able to see an arexx error appearing just after the wait (which currently fails. it exits silently).

Posted on: 2014/4/3 19:16
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Just can't stay away
Just can't stay away


See User information
Quote:
> echo >ram:hi "hello"
> echo Effects:
Icaros 1.5.2
Experimental: new line is printed Icaros 1.5.2
Normal: "hello" is printed


Strange.
I tested 1.5.2 on vmware & vbox and 1.5.2 exp/abi V0/V1 on vbox.
Output *always* written to file 'hi', never printed in the shell.
When you do an empty echo, output is *always* a newline.


Posted on: 2014/4/2 22:29
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
Quote:

azvareth wrote:

Echo >Pipe:output "Hello" works also, suggesting it is not output from CON: or input to a file.

Echo <Pipe:output or if the file where redirected fromo Ram:output do not work, none of them!



This is what I tested:

> echo >ram:hi "hello"
> echo < ram:hi

Effects:
Icaros 1.5.2 Experimental: new line is printed
Icaros 1.5.2 Normal: "hello" is printed
AmigaOS3.1 : nothing is printed

So the new behavior is actually more compatible with AmigaOS that then old one.

Posted on: 2014/4/2 18:14

Edited by deadwood on 2014/4/4 4:38:45
Krzysztof

"There is no such thing as software for free. If it is not the user who covers the cost of software creation with money, it is the developer who covers this cost with his own free time."

www.aros3d.org
www.twitter.com/ddeadwood
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
Quote:

ntromans wrote:
Hi Paolone,
Yes, this is probably a more general developer issue. I just though it was worth mentioning that par: was not working as might be assumed so that, when the new Icaros gets a more general release, other users who may try it with their old (not usb) printers would be aware of the limitation.

Cheers,
Nigel.


please. Can you report this to aros developers in the aros bugtracker as well? Thanks

Posted on: 2014/2/20 17:18
p.bes
Icaros Desktop AROS distribution mantainer
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
Hi Azvareth,
Just tried another test. This program:

/* */
address command
wait 10 sec

works fine, although a 'Regina Helper' task is left in memory every time the program is run. However, change it to this:

/* */
address command
wait 10 sec
echo >ram:test "test"

and it fails. It doesn't even execute the wait, it returns immediately. Also, if I try to edit and save to the file again, I cannot - it is locked.

Curious stuff...
Nigel.

Posted on: 2014/2/19 19:55
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
Hi Paolone,
Yes, this is probably a more general developer issue. I just though it was worth mentioning that par: was not working as might be assumed so that, when the new Icaros gets a more general release, other users who may try it with their old (not usb) printers would be aware of the limitation.

Cheers,
Nigel.

Posted on: 2014/2/19 19:01
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 


Re: Experimental Icaros version with Magellan inside
Home away from home
Home away from home


See User information
Some more information regardin Arexx on WiP5 AROSx


Seems not be possible to create a output file (I am however not certain if I do it correctly, it was ages since last time)

I tried to Open a CON for writing and write text on it, nothing showed up, no Window.

I Changed to Open to ram:output, no file was created, and ofcourse no output could be examined for content.


basically I did

CALL Open(FH, 'CON:1/1/400/50/TheWindow',W)
WriteLN(FH, 'Hello there')
CALL Close(fh)

I changed the CON: string to RAM:output in the next test - Nothing.

Posted on: 2014/2/19 18:08
 Top  Twitter  Facebook  Google Plus  Linkedin  Del.icio.us  Digg  Reddit  Mr. Wong 




(1) 2 3 4 ... 26 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You cannot vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.
You cannot create PDF files.
You cannot get print page.

[Advanced Search]


Search
Top Posters
1 paolone
paolone
4462
2 nikolaos
nikolaos
4206
3 magorium
magorium
4095
4 phoenixkonsole
phoenixkonsole
3942
5 deadwood
deadwood
2917
6 ncafferkey
ncafferkey
2810
7 mazze
mazze
2222
8 Kalamatee
Kalamatee
2212
9 clusteruk
clusteruk
2114
Powered by XOOPS © 2001-2025 The XOOPS Project