from integer to floating point

2009-11-07 Thread Jacques Hausser
Can somebody help me ? I just got something strange with 4-rc-1 and I would like I have two successive handlers, shortened here, but the beginning is exact: command changeClimat niveau lock screen set cursor to busy changeCouleur Niveau1,niveau -- do something end changeClimat

Re: from integer to floating point

2009-11-07 Thread stephen barncard
when working with sliders or any time fractional numbers might involved, it's useful to use the round( function on such situations. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/11/7 Jacques Hausser jacques.haus...@unil.ch Can somebody help

Re: from integer to floating point

2009-11-07 Thread Sarah Reichelt
The variable names are NOT used anywhere else in the stack. If I past and test these handlers in another stack, they work as expected, so it is probably due to something in this stack, but what ? I just started with it this evening and it contains practically nothing except one slider (calling

Re: from integer to floating point

2009-11-07 Thread Jacques Hausser
Thanks, Sarah and Stephen. It works ! So scrollbars issue bananaskinish integers... useful to know. I did never meet this problem till now. Have a good sunday Jacques Le 8 nov. 2009 à 00:22, Sarah Reichelt a écrit : The variable names are NOT used anywhere else in the stack. If I past