Page 1 of 1

Question to Actionaz2

Posted: 20 Jul 2010, 07:35
by Fidi
Hi!

First, sorry for my english! It´s not the best :-)

Then my question. I use Actionaz2 for smal copy and paste function. But I have a problem there.

Follow scenario:

I have a exceltable and a java program. Actionaz goes to excel copy the first line, click the ja program, click a row in the java program and copy the text from my excelline. But I have ever a blank after my text. THis blank is not at the line in excel. SO normaly not a problem. I whant to use the keyboardfunction to erasure the blank but it doesn´t work! I use the key "delete" or "clear" but the blank is still there! Actionaz will not delete this crazy blank :-)

I use Actionz in german. so is it possible that actionaz use US Keboardlayout? I choose "löschen" and in the script I see "Delete". If I choose "alles löschen" then I see "clear" but both functions are not working! How I can delete this stupid blank!?!?!

Hope you can help!

Thx a lots

Patrick

Re: Question to Actionaz2

Posted: 20 Jul 2010, 18:19
by Jmgr
Hi,

When clicking on the row in your Java program where you inserted the text, have you tried to use the the "Back" key to remove the last character ?
In German it's the "Zurück" key. The "delete" or "löschen" key removes the character that is on right side of the text cursor whereas this key removes the left character.

Re: Question to Actionaz2

Posted: 20 Jul 2010, 19:26
by Fidi
Thats really crazy!

If I use "zurück" so in the databank from the java program is now a "-"

I think I will get crazy!

Example:

I copie from excel the name "Fidi1578546"
Klick the java prg, then the row in the java prg, paste the name and in the java row stands now "Fidi1578546 " with the blank. The cursor is after the blank! If i push the backspace from hand the blank is away. If I use Actionaz and say "löschen" or backspace so nothing happends.

The java prg administrates the names and copied the names later in a other automatic routine. Problem is the blank! The name will not found at the routine because the blank is there!

Now I used "zurück" at Actionaz. When the java prg now copied the name to the routine I have the name: "Fidi1578546-"


ARGGGGGG!!

I whant only "Fidi1578546"

Other idea???

Re: Question to Actionaz2

Posted: 21 Jul 2010, 19:30
by Jmgr
Maybe simulate the left arrow key, so that the text cursor is moved on the left of the blank and simulate the delete key.

Re: Question to Actionaz2

Posted: 23 Jul 2010, 15:35
by Fidi
I have found an other way!

I let actionaz double klick the name in excel table and then copy. Now there is no blank in the name :-)

And now it runs!

Puhhhh!

Actionaz is really a VERY GOOD program!!!! Thx for this free version!!!!

Re: Question to Actionaz2

Posted: 25 Jul 2010, 08:32
by Jmgr
I'm happy to see that you have managed to fix this problem :)

Have fun.

Re: Question to Actionaz2

Posted: 24 Aug 2010, 22:22
by Fidi
HeY!

I am back! New question :-)

It not a problem to create a random number. I use it to attache numers to a name.

Is there als a way to create random words? Like hgshwndn.

Hope you can help me!

Re: Question to Actionaz2

Posted: 26 Aug 2010, 08:16
by Jmgr
Hi,

Not any easy way I'm afraid :/

Using the random numbers generator you could randomly goto a line in the script that adds a letter to a string, it's mostly a hack but it should work.