Strange pathname in put the filename command

2009-03-01 Thread Francis Nugent Dixon
Hi from Brittany (spring is coming and the mimosa will be out soon), I'm running Revolution 3.0 on an Intel iMac. I create a stack called Mainstack which I store in a folder. You would guess correctly if you thought it was a splashstack. In openStack, when I execute the command put the

Re: Drawing a graph by script

2009-03-01 Thread Björnke von Gierke
The easiest way would be to buy malte's new chart engine (available on the rev site). If you're more interested in the learning experience, i suggest setting the points of a graphic. if you have an empty line in the points of a graphic, the two points above and below it won't be

Progress Bar Help

2009-03-01 Thread Len Morgan
It seems I get stuck on the simplest things... I have a progress bar and it's set to min=0, max=100 (I want to show percentage completed) I have a list of files I want to process so I take 100 / the number of files to get a per file percentage (about 5. for my current list of 18 files)

Re: Strange pathname in put the filename command

2009-03-01 Thread Mark Schonewille
Hi Francis, Keep in mind that *.app is not a file but a folder. The stack is somewhere inside that folder. The path returned by the (effective) filename is correct. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get

RE: Progress Bar Help

2009-03-01 Thread Jim Bufalini
Hi Len, The math concept sounds correct. Could it be you are setting your percentage inside the repeat instead of outside, causing the percentage to continually increase? If the jump of the increase in the scroll is incremental instead of consistently always the same amount, then this could be

RE: Progress Bar Help

2009-03-01 Thread Len Morgan
Good Morning, Jim No, I'm afraid it's an even more bone-headed mistake than that. I just went back and added a field that showed me the percentage that I was actually setting the thumbpos to and it was TWICE what it was supposed to be. After further investigation, I realized that in a

Re: Pivot table in excel

2009-03-01 Thread william humphrey
In what part of this process are you using Runtime Revolution? On Sat, Feb 28, 2009 at 10:05 AM, Nhan, Tran Thi Thanh nhan.t...@rmit.edu.vn wrote: Hi all, I'm learning about creating a pivot table in excel 2003 through VBA. Could you give your advice? When I click to a button then export

RE: Pivot table in excel

2009-03-01 Thread Nhan, Tran Thi Thanh
Hi Wiliam, I have app which is build on Run Rev and I'm going to make a feature: click on button of one card, it will export content of a field of this card to Excel and create Pivot Table on this Excel file also. I already do export to Excel but get stuck in creating Pivot Table. Regards

Re: Strange pathname in put the filename command

2009-03-01 Thread Jim Ault
Try this in the Mac OSX Finder right click and choose Show Package Contents a new window should open with a folder named Contents Explore this to find out how Standalones are published by any company that produces apps for OSX. In fact, you can do this with all of your apps on your computer,

RE: Progress Bar Help

2009-03-01 Thread dunbarx
I can affirm from my own rather extensive experience that there are no stupid coding errors, only stupid programmers. Craig Newman On Mar 1, 2009, at 9:05:52 AM, Len Morgan len-mor...@crcom.net wrote: Sorry for the stupid coding error on my part

Re: Gutenberg Reader

2009-03-01 Thread Peter Brigham MD
On Sat, 28 Feb 2009, Jim Sims s...@ezpzapps.com wrote: On Feb 27, 2009, at 11:19 PM, Sarah Reichelt wrote: Aha! Done. The Mac version of the app is now in .dmg form at: http://home.comcast.net/~pmbrig/Gutenberg.html Hope this solves the problems people have been having. Let me know! Works

Re: Gutenberg Reader

2009-03-01 Thread Petrides, M.D. Marian
I just downloaded the .dmg file and attempted to read a book using the Reader. However, the arrow key at the top right does not seem to work--does not take me to the next page. iMac core 2 duo running OS X 10.5.6. On Mar 1, 2009, at 12:39 PM, Peter Brigham MD wrote: On Sat, 28 Feb 2009,

Re: Pivot table in excel

2009-03-01 Thread william humphrey
Got it. It has been years since I've created pivot tables with visual basic but that's what you'll have to do. Maybe there is a help forum for Microsoft Excel with someone who can walk you through that? On Sun, Mar 1, 2009 at 11:26 AM, Nhan, Tran Thi Thanh nhan.t...@rmit.edu.vn wrote: Hi

Re: Strange pathname in put the filename command

2009-03-01 Thread Francis Nugent Dixon
Hi from Brittany, Thanks Mark, thanks Jim, All is clear. After a couple of dry runs on Mac and PC, my problem will be solved. -Francis Nothing should ever be done for the first time ! ___ use-revolution mailing list

Re: Gutenberg Reader

2009-03-01 Thread Peter Brigham MD
I revised the stack to put the help field and the browser object each into their own window, so the main content window is available at all times. The stack is available at RevOnline, username pmbrig. The standalone is available at: http://home.comcast.net/~pmbrig/Gutenberg.html Thanks

Re: Drawing a graph by script

2009-03-01 Thread Mark Swindell
Thanks Bjornke, Victoras, and Craig. I've got something that works now. This is the method I used. There is a preexisting rectangle called backRect and a user field called numUnits.This seems to work pretty well so far. Mark ON makeLines put field numUnits into vNumUnits --

[ANN] Gradient Explorer

2009-03-01 Thread Scott Rossi
Jim Hurley made reference to some gradient stuff done we did in his recent kaleidoscope stack, so I thought it might worth posting the demo assembled for that stack. Gradient Explorer not only allows you to play with/preview all Revolution's gradient properties, but also shows the actual

Re: [ANN] Gradient Explorer

2009-03-01 Thread Mark Swindell
Very cool! Thank you! Mark On Mar 1, 2009, at 5:43 PM, Scott Rossi wrote: go url http://www.tactilemedia.com/site_files/downloads/gradient_explorer.rev ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: [ANN] Gradient Explorer

2009-03-01 Thread Randy Hengst
Scott, That is very cool. Thanks for sharing it. take care, randy - On Mar 1, 2009, at 7:43 PM, Scott Rossi wrote: Jim Hurley made reference to some gradient stuff done we did in his recent kaleidoscope stack, so I thought it might worth posting the demo assembled for that stack.