Cross-Platform encoding issues

2010-03-31 Thread Jacopo Lupi
Hi all,

I'm building a cross-platform application based on an postgresql database.

The postgresql database encoding is "utf8". The revclient sets the 
"client_encoding" of the postgres session to "latin9" and if it is running on 
mac it translates the data with "mactoiso" or "isotomac" functions. I need to 
set the postgres "client_encoding" to "latin9" otherwise I can't retrive text 
with accents correctly on the macplatform.

Everything seems to work fine exept for the euro symbol. I can find no way to 
type the euro symbol in mac and make it readable under windows and viceversa.

Does anybody know a correct implementation to make the euro symbol working in 
the correct way storing data on a sql database?

Thanks in advance
Best
Jacopo___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Datagrid hiliting problem

2010-03-24 Thread Jacopo Lupi
Thank You Trevor,

works like a charm!

Best


On 23/mar/2010, at 18.16, Trevor DeVore wrote:

> On Mar 23, 2010, at 6:30 AM, Jacopo Lupi wrote:
> 
>> I have a question about datagrids.
>> 
>> I need to turn off the hiliting of lines in a datagrid with the auto hilite 
>> prop turned on when i click outside the used (or existing) lines.
>> 
>> Litte example:
>> 
>> I have a datagrid filled with 3 lines. I click on the second line and it 
>> becomes hilited.
>> 
>> If I click on the empty part of the datagrid the second line remains 
>> hilited. I would like the hiliting of the second row to disappear.
> 
> Try adding this to the data grid group script and see if it does what you 
> want (untested):
> 
> on mouseDown pBtnNum
>dgMouseDown pBtnNum
> 
>if pBtnNum is 1 then
>if the dgDataControl of the mouseControl is empty then
>## didn't click on a row
>set the dgHilitedLines of me to empty
>end if
>end if
> end mouseDown
> 
> -- 
> Trevor DeVore
> Blue Mango Learning Systems
> ScreenSteps: http://www.screensteps.com
> Releasable Revolution Resources for Developers: 
> http://revolution.bluemangolearning.com
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Datagrid hiliting problem

2010-03-23 Thread Jacopo Lupi
Hi all,

I have a question about datagrids. 

I need to turn off the hiliting of lines in a datagrid with the auto hilite 
prop turned on when i click outside the used (or existing) lines.

Litte example:

I have a datagrid filled with 3 lines. I click on the second line and it 
becomes hilited.

If I click on the empty part of the datagrid the second line remains hilited. I 
would like the hiliting of the second row to disappear.

Has anyone solved this problem?

Thanks in advance
Cheers___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [ANN] tRev build 301 released!

2010-03-11 Thread Jacopo Lupi
Hi Jerry,

thank you for this big release.

I mean... i love your software, some of the features of tRev are really useful 
and at the end of the work i feel i have to thank you.

I write just to make you noticed that the annoying bug with the absence of an 
internet connection is still there.
If i'm not connected to internet (i.e. while in train 3 hrs per day) i'm not 
able to use the save, compile or even to open scripts via the browser.

It happened only if i use the dictionary while offline an then i turn back to 
trev to continue work. I sent you, a couple of weeks ago, a report to replicate 
the bug.
The worst thing then is that i must copy the script from trev to the internal 
editor. Because as trev loses the connection all the changes are not been 
written to the script.

Can you fix this connection dependent issue? Or maybe alert the user when trev 
is unable to write on the real script underlaying in runrev?

Thank You very much for all your work.

Best
Jacopo

On 10/mar/2010, at 19.27, Jerry Daniels wrote:

> tRevors,
> 
> Feature Friday came late and for good reason. I have rebuilt the update and 
> installation mechanism for tRev so that updates and such are faster, easier, 
> fool-proof, asynchronous and offer less interference with other processes 
> such as Rev IDE doing its accessing to its site during its startup.
> 
> There is also a built-in menu item under Help that facilitates sending 
> questions to me (which also reinforces the need to read the docs first).
> 
> Stay tuned for this coming Feature Friday. Little game-changing goin' on.
> 
> Best,
> 
> Jerry Daniels

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution