Mysteroius rev ghost buttons

2007-05-24 Thread Tiemo Hollmann TB
Hello, I have a very strange phenomenon. After some time (10-30 clicks), using my standalone on Mac (created on Win) 3 rev buttons appear somewhere in the upper third of my application. The labels of the 3 buttons are: revGeometryBack revCommon and revLibURL Using the standalone on Win, they

Re: Vector illustrations in Revolution

2007-05-24 Thread jbv
Phil, What vector formats can be imported into Rev? Have you tried the pdf option ? Illustrator can export vector files as pdf. AFAIR pdf files can be displayed in Rev players on MacOSX and it should be also possible on Windows using altBrowser... JB

Re: How to find amazing stuff (was: Re: Where do I find Trevors Enhanced QT Externals?)

2007-05-24 Thread Dave Cragg
On 23 May 2007, at 16:59, Richard Gaskin wrote: Roger.E.Eller wrote: The new Rev Search engine is nice, but like Rev Online and Rev Net, it has never worked for me (while at work - where it is needed most), but works fine from home. At work, there is a corporate firewall that requires

Externals and Memory Leaks???

2007-05-24 Thread Dave
Hi All, I have a Stack that uses two functions from an external: XGetData(myTempData) XProcessData(myTempData,myNewData) XGetData() Gets the data into the correct format and stores it in the RunRev variable myTempData. XProcessData() takes the data in myTempData, processes it and puts

Can't quit Rev - things to look for?

2007-05-24 Thread David Bovill
I am addicted I confess! Try as I might - I just can't quit. It's not just a case of will power - most usually I leave the computer sleeping and Rev open and make a regular svn backup of everything before I go to bed - or watch Liverpool loose but recently I have been taking the precaution of

Getting Started in XML

2007-05-24 Thread Dave
Hi All, I need to generate a fairly simple XML file. I started looking at the revXMLxxx functions but can't seem to get started. Is there any Simple Sample Code that generates an XML file I could look at? Thanks a Lot All the Best Dave ___

Re: Getting Started in XML

2007-05-24 Thread Ian Wood
Sarah's tutorial is a good start: http://www.troz.net/Rev/ tutorials.php. Ian On 24 May 2007, at 10:28, Dave wrote: Hi All, I need to generate a fairly simple XML file. I started looking at the revXMLxxx functions but can't seem to get started. Is there any Simple Sample Code that

Re: Mysteroius rev ghost buttons

2007-05-24 Thread Sarah Reichelt
I have a very strange phenomenon. After some time (10-30 clicks), using my standalone on Mac (created on Win) 3 rev buttons appear somewhere in the upper third of my application. The labels of the 3 buttons are: revGeometryBack revCommon and revLibURL Using the standalone on Win, they don't

AW: Mysteroius rev ghost buttons

2007-05-24 Thread Tiemo Hollmann TB
Hi Sarah, that's interesting. Though I don't have any loops showing buttons, nore showing them explicit, I have a hint, where these ghosts come from! If I won't find any explanation why they appear, I can at least hide them everytime I click any other button :) no real solution, but perhaps it

Re: Can't quit Rev - things to look for?

2007-05-24 Thread Malte Brill
Hi David, any timers running? Did you try lock messages before quitting? Check if the pendingmessages are empty. All the best, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Vector illustrations in Revolution

2007-05-24 Thread Tim Ponn
On May 24, 2007, at 12:41 AM, Stephen Barncard wrote: Anybody up for a a DXF-to-Rev object translator? The good news...I've got a project going that I call chatCAD. Scenario: two engineers chatting on aim, yahoo, whatever...exchanging design ideas via a whiteboard of sorts. However,

altBrowser question

2007-05-24 Thread jbv
Hi list, This might sound like a dumb question, but where can I download / buy a copy of altBrowser to be used with an old Rev 2.5 for Windows ? Thanks, JB ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Accessing USB webcams in Rev on Mac

2007-05-24 Thread Ben Rubinstein
Using the revVideoGrab... functions Rev 2.8.1 on Mac OS X, I can access an external firewire iSight camera; the 'Sources' tab on the dialog invoked by revVideoGrabSettings also gives me a choice, greyed out, of a DV source. On a machine with a built-in iSight camera, and an external one

Severe crash with Rev 2.8.1 under MacOSX 10.4.9 (was: How to find amazing stuff)

2007-05-24 Thread Joel Guillod
May be the crash Joe reported is NOT due to the RR Search engine!!! Read more... This afternoon I have experienced two unexpectedly exits from Revolution and I restarted my machine. And then I had a very severe crash during a normal development session. I had no problem under Rev 2.7.4

Re: Externals and Memory Leaks???

2007-05-24 Thread chris bohnert
Dave, Yep..when you use SetVariableEx you're responsible for managing the memory. Normally I handle this by building a SafeAlloc function in C or by creating my own new/delete in c++. This will let you store your allocs in a list and handle their release as necessary. In my experience,

beepLoudness

2007-05-24 Thread Shari
Eons ago (pre- the Rev/Metacard merger) there was a bug, where somehow the beepLoudness got balled up. I think this was OSX only. The fix was to reset the beepLoudness and then make it beep. I don't remember how long ago this bug began, or if and when it ended. But the fix was simple: on

Re: Can't quit Rev - things to look for?

2007-05-24 Thread David Bovill
Yes - lockmessages allows me to quit - but I cant debug very easlily. No timers are running and while there is a pending message its from Galaxy - which I doubt is the problem - I think its an external - just wandering how to debug it? On 24/05/07, Malte Brill [EMAIL PROTECTED] wrote: Hi

Re: Externals and Memory Leaks???

2007-05-24 Thread Dave
Hi Chris, Thanks for the information, but I'm a bit confused! In the RunRev script I have the following code: local myBuffer local myNewData repeat until some_condition get XGetData(myTempData) XProcessData(myTempData,myNewData) end repeat In my externals I allocate a new buffer each time

Re: Externals and Memory Leaks???

2007-05-24 Thread chris bohnert
Dave, To my knowledge, Rev. makes a copy of the buffer when you do the SetVariable call. So in instances where you're making successive calls like this you should never expect rev to send back a ptr that you've already allocated..its probably safe enough to do something like this in your

Re: Externals and Memory Leaks???

2007-05-24 Thread Dave
Hi Again, Thanks a lot! Here is my whole function again with the added free is this what you mean? All the Best Dave OSStatus LTWLibraryUtilsSetExternalVariablePtr( char* theVariableNamePtr,

Filling in PDF forms

2007-05-24 Thread David Bovill
I've had a quick search regarding the ability to auto fill in PDF forms - that is not creating PDF's from databases - but lets say you have an existing PDF that you need to fill out many many times from your data - software that does this for you. It seems possible in that you can import the PDF

Re: Error in docs about file creation date

2007-05-24 Thread Wilhelm Sanke
On Wed, 23 May 2007,Richard Gaskin [EMAIL PROTECTED] wrote: Right now Rev uses the OS APIs to get the file info, so it's about as efficient as it can be. I can see the benefit of using EXIF, but since this requires additional work and processing time, and only applies to a subset of a very

Re: Getting Started in XML

2007-05-24 Thread Dave
Hi, Great! Downloaded and busy coding now! One thing, I'm guessing that the use of fields in the example is just that - for example. I will need to store the XML data in local variables - will this be a problem? Thanks a Lot - and Special Thanks to Sarah - really good example. All the Best

Re: Mysteroius rev ghost buttons

2007-05-24 Thread Dave
Hi, I've seen the IDE go beswick and store objects from the IDE in User Stacks. Open the stack in the IDE and check the Application Browser to see if there are any objects present that you can't see. You may have to check library stacks too. Hope this Helps All the Best Dave On 24 May

Re: Getting Started in XML

2007-05-24 Thread Sarah Reichelt
Great! Downloaded and busy coding now! One thing, I'm guessing that the use of fields in the example is just that - for example. I will need to store the XML data in local variables - will this be a problem? Once you have created an XML tree, the XML data is stored internally in it's tree and

Re: Save stack with different extension

2007-05-24 Thread Chipp Walters
Hi Bill, Make sure your prefs are set to not add the .rev to your extension. When you first SAVE the stack, it will add the extension regardless. So after saving, close Rev. Then change the name of your stack to whatever you want, then launch Rev and open the stack. Now all saves should use the

Save stack with different extension

2007-05-24 Thread Bill Vlahos
I would like to use a stack as my document file that is used by my main stack. This data stack doesn't have any UI nor do I want the user to open it directly. I would like it to have a unique .extension to identify it as my program not Revolution's. However, whenever I save in (in the IDE so

Re: Save stack with different extension

2007-05-24 Thread Bill Vlahos
That got it but it took me a few times to get it right. Thanks Chipp. Bill On Thursday, May 24, 2007, at 07:48PM, Chipp Walters [EMAIL PROTECTED] wrote: Hi Bill, Make sure your prefs are set to not add the .rev to your extension. When you first SAVE the stack, it will add the extension

Color of Drawer

2007-05-24 Thread Bridger Maxwell
Hey, Is it possible to set the color of the border around a drawered stack? Right now it is the default white with pinstripes that is common on OS X. I have tried changing the backgroundcolor of the drawer stack and the parent stack, but it did not change anything. I am hoping to make it

Urgently!!!! Can I make Runrev (any version) able to use Pop-port USB or Bluetooth for exchange data?

2007-05-24 Thread supote songthammawat
Dear Everybody, I 'd like to know Can I make Runrev (any version) able to use Pop-port USB or Bluetooth for exchange data? If possible how to do. Pls guide or suggest me. Thks. Best Regard, Supote ___ use-revolution mailing list

Urgently!!!! Can I make Runrev (any version) able to use Pop-port USB or Bluetooth for exchange data between devices?

2007-05-24 Thread Supote Gmail
Dear Everybody, I 'd like to know Can I make Runrev (any version) able to use Pop-port USB or Bluetooth for exchange data between devices? If possible how to do. Pls guide or suggest me. Thks. Best Regard, ___ use-revolution