I can't seem to find how to change the language direction to RTL. can some one help me with this? thanks.

Asaf,

With correct system settings WireframeSketcher should start with RTL on automatically. To force RTL orientation start WireframeSketcher from command line like this:

>sketcher -dir rtl

I don't seem to understand it... i'm working on ubuntu 11.04 and as the software is a standalone, i dont understand how to run it with the RTL configuration...

Asaf, there is an executable file that you are launching. Its name is "sketcher". You need to pass it a command line option. The command I gave you above must be ran using a terminal. You can also put it inside a shell script. I think an application link can also work.

Please let me know if you want me to go in more details.

o.k. got it. for some reason i couldn't activate it from the terminal, so i've created a launcher for the top panel and add to the properties command the addition of "-dir rtl". thanks.