Re: DataGrid Question

2009-11-07 Thread ChrisWood
Charles, See attached file, hope it is useful. Best Regards Chris On 8 Nov 2009, at 05:31, charles61 [via Runtime Revolution] wrote: > Chris, > > Thanks for your suggestion! I could not download the zipped file you > uploaded to Nabble in your last e-mail. Could you e-mail it to me? > > >

Re: including a file on on-rev

2009-11-07 Thread Alex Tweedly
Claudi Cornaz wrote: Well anyway here are some pieces of what I tried and failed. include "../lib/ccStats.irev" -- failed with "FTP error file "/testing/..//lib/cc_PageStats.irev" not present. the include call was made from a page in the "testing" folder. Why that folders name is add

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 an

Re: iRev on line Page Editor

2009-11-07 Thread stephen barncard
CKEditor 3.0 handles all entities -- no filtering needed, and can display source on command. It has hooks for saving and loading, etc. It's output can go right to the page with no coding. The demo even shows an Ajax thing that pops up the editor in the middle of the text it's about to edit! This

Re: iRev on line Page Editor

2009-11-07 Thread Sarah Reichelt
On Sun, Nov 8, 2009 at 6:59 AM, Sivakatirswami wrote: > I'm wondering if anyone has already build a page editor, kind of like a wiki > thing... where you are on an iRev page, you click a button and  (in my case) > you get the html content for I have written a page like this that allows me to edit

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 (call

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 > Can somebody help me ? > > I just got some

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: iRev on line Page Editor

2009-11-07 Thread stephen barncard
Swami -- check out the incredible CKEditor 3.0 -- I am working with it at this very moment... it uses the CDATA form to substitute a custom rich text window for a tag. It has everything you desire in an online rich text editor and more. Use it to make an "included" page for the user contribution

Re: Where to store data under Windows

2009-11-07 Thread Scott Morrow
Hello Richard, I often try writing a little text file to the location that they pick (and then delete it if successful.) If I can't create/write the text file then I know that they probably don't have sufficient permission and that I'm not going to be able to write anything else. Scott M

Re: iRev on line Page Editor

2009-11-07 Thread Sivakatirswami
But Firebug does not actually save edits back to the web server...I've used it myself from time to time, but I don't see any place to enter FTP info for uploading edited content. FB is amazingly useful if you are trained but I'm looking for an interface for very naive users. Click, edit,

Re: iRev on line Page Editor

2009-11-07 Thread Jim Ault
One of the tools that is really valuable to those doing web programming is: The free FireBug plugin for FIrefox. ( http://getfirebug.com/ ) Also a lite version for IE, Opera, and Safari This lets you drill down through all the parts of the web page being shown, and then make changes, or copy

Re: DataGrid Question

2009-11-07 Thread charles61
Chris, Thanks for your suggestion! I could not download the zipped file you uploaded to Nabble in your last e-mail. Could you e-mail it to me? ChrisWood wrote: > > Trevor, > > That is excellent, its cut the code I was using inhalf (and I learnt about > the dispatch command)! > > > >pu

Re: Where to store data under Windows

2009-11-07 Thread Richard Miller
Hi Shao, Yes... this is what I was planning. But exactly which are the "no-no" folders under Vista and Windows 7? Are there any such folders on any drive other than C? Thanks. Richard Shao Sean wrote: Have it default somewhere (like the "My Documents" folder) and give the user an option (p

iRev on line Page Editor

2009-11-07 Thread Sivakatirswami
I'm wondering if anyone has already build a page editor, kind of like a wiki thing... where you are on an iRev page, you click a button and (in my case) you get the html content for # all the content of the page minus fixed headers and footers etc. # the area to be edited put that into a

Re: New build of the plugin

2009-11-07 Thread Alejandro Tejada
Many thanks for this new build! Effectively, this solves the mousedoubleup problem that i reported. Keep up your great good work on this landmarking release! Alejandro ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this ur

Re: New build of the plugin

2009-11-07 Thread Éric Miclo
Hello, The installer bounces a very long time in the Dock and then its stalls and makes the fans of my MacBook Pro go crazy. I have to force quit the installer. Even if the plugins are first removed from the Internet plugins folder, nothing is installed. Best, ÉrIC Le 6 nov. 2009 à 22:2

Re: How to put unicode text into a field?

2009-11-07 Thread Reinhold Venzl-Schubert
Hi Devin! thanks for your help. I tried it with unicode, also utf8, but I failed. I guess the problem is, that polish is not a complete other font. There are only some charakters that are different and not part of ANSI. Therefore a word contains unicode-charakters and ANSI-charakters. But I was

Re: Where to store data under Windows

2009-11-07 Thread Shao Sean
Have it default somewhere (like the "My Documents" folder) and give the user an option (preference) to move it to where they see fit.. Check if the user picks one of the no-no folders and inform them about the issues if they are not admin.. ___ use

Re: Where to store data under Windows

2009-11-07 Thread Richard Miller
Hi Jim, The reason for not necessarily selecting the "My Videos" folder is that the user may not wish (or be able to) store several GB's of video data under that folder... which presumably is always on their C drive. They may want it on an external drive. I know for many somewhat older compu

Re: Where to store data under Windows

2009-11-07 Thread Jim Sims
On Nov 7, 2009, at 12:12 PM, Richard Miller wrote: I know this topic has been talked about before where to store Rev stacks that will be frequently (and automatically) updated when running under Windosw. As a result, I've followed the general guidance of storing these stacks in the Do

Where to store data under Windows

2009-11-07 Thread Richard Miller
I know this topic has been talked about before where to store Rev stacks that will be frequently (and automatically) updated when running under Windosw. As a result, I've followed the general guidance of storing these stacks in the Documents folder. This seems to avoid any problems with th

Re: New build of the plugin

2009-11-07 Thread Richard Miller
I've reported these three bugs. Perhaps others can verify. I've only tested under XP and Firefox. This sequence will crash RevWeb: set the defaultfolder to specialfolderpath("desktop") put the detailed files --