Re: image background is grey when printing

2007-04-19 Thread Mark Schonewille
Hi Tiemo, I think that hiding the images is a good solution. Why isn't it a satisfying answer? As you say yourself, the gray background is actually there. Of course, you could report it as a bug to the QC. Mark -- Economy-x-Talk Consultancy and Software Engineering

[OT] Sadly Hilarious

2007-04-19 Thread Scott Rossi
At the risk of bringing up politics on the list, the concept behind this skit is actually pretty creative. http://www.glumbert.com/media/irack Regards, Scott Rossi Creative Director Tactile Media, Multimedia Design ___ use-revolution mailing list

Re: image background is grey when printing

2007-04-19 Thread Richard Gaskin
Tiemo Hollmann wrote: I have some image objects which don't have always a file assigned on my card with white background. Has the card's backgroundColor property been set to white, or does it merely appear as white on screen but has merely been eft in its default state with no color

AW: image background is grey when printing

2007-04-19 Thread Tiemo Hollmann TB
Hello Mark and Richard, yes, the cards background was explicit white. Meanwhile I created a new test stack, where this doesn't appear, but I don't find the difference, so I go the way with hiding the objects, what has also some other advantages for me. Thanks for answering Tiemo

What is the correct way to show a substack window?

2007-04-19 Thread Tiemo Hollmann TB
Sorry for this newbee question:-) I just want to show (open) a substack as a new window (as toplevel). I thought, I just have to code: show stack myStack, but nothing happens. I have to add: go card myCard of stack myStack to see the substack. But I don't want to go to that substack and get the

Re: [OT] Sadly Hilarious

2007-04-19 Thread Chipp Walters
Here's another Apple spinoff political satire which has been making the rounds... http://www.youtube.com/watch?v=6h3G-lMZxjo ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: What is the correct way to show a substack window?

2007-04-19 Thread Eric Chatonet
Hi Tiemo, Le 19 avr. 07 à 09:40, Tiemo Hollmann TB a écrit : I just want to show (open) a substack as a new window (as toplevel). I thought, I just have to code: show stack myStack, but nothing happens. I have to add: go card myCard of stack myStack to see the substack. But I don't want

AW: What is the correct way to show a substack window?

2007-04-19 Thread Tiemo Hollmann TB
Mercie Eric, sometimes solutions are so easy :) Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von Eric Chatonet Gesendet: Donnerstag, 19. April 2007 10:18 An: How to use Revolution Betreff: Re: What is the correct way to

Re: External problems

2007-04-19 Thread 00bioarchimed
Hi, Are you on Mac, developping with Xcode ? Regards, thierry Le 18 avr. 07 à 19:20, Matthew a écrit : Undefined symbols: _getXtable (part of path removed)/ExternalsEnvironment2_mod/sha1_hash/cache/ Debug/sha1_hash.build/Objects-normal/ppc/sha1_hash.o reference to undefined

how to adress the object name and not the number?

2007-04-19 Thread Tiemo Hollmann TB
I think I have to stumble into every newbee pit and I think I have read a similar thread, but don't find it anymore. I have multiple images on a page which I gave numeric names to be able to process them in loops (that was my thinking). If I address theses images as: set the filename of image

Rev 2.8 on RDP is a total disaster

2007-04-19 Thread xavier . bury
Bad habits never change. I updated to Rev 2.8 enterprise (no, actually i bought a new version) and I was expecting an improvement but not this!!! After nearly 8 years, I open the new runrev IDE on a server as I used to with Metacard and behold... ALL THE GRAPHICS ARE ALL SCREWED UP AGAIN! Not

Re: how to adress the object name and not the number?

2007-04-19 Thread Eric Chatonet
Hi again, Naming objects with numbers is not really a good idea: this can confuse Rev... and the programmer :-) But you have many ways to achieve the goal: Name each image with a name followed by a numeric suffix: img1'. Then: repeat with i = 1 to the number of imgs if the threeD of img

Re: how to adress the object name and not the number?

2007-04-19 Thread Ian Wood
I second Eric's suggestion. It also comes in handy for keeping track of images/objects for different purposes, e.g. thumb1, main2, preview3, temp4 etc. Looping through and deleting all the 'temp' images then becomes very easy. Ian On 19 Apr 2007, at 10:51, Eric Chatonet wrote: Name

AW: how to adress the object name and not the number?

2007-04-19 Thread Tiemo Hollmann TB
Mercie again Eric for your explanations, I will follow them Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von Eric Chatonet Gesendet: Donnerstag, 19. April 2007 11:51 An: How to use Revolution Betreff: Re: how to adress

Re: Rev 2.8 on RDP is a total disaster

2007-04-19 Thread xavier . bury
things get stranger! The console window is set to 16 bit yet the screencolors still report 4294967296 which is 24 bit! And the screendepth is 32! The colorMap reports only 256 colors (all seem wrong anyway)... And the documentation says in the comments: If the bit depth is greater than 8 bits,

Fwd: scaling and positioning proportionally an object at the same time

2007-04-19 Thread Christian Langers
Merci beaucoup Eric ! Well I found a way to combine the GM and scripting (I read your tutorial...) Well, I think the GM is good enough for minor use / basic things... and scripting stays the best way... Greets, Christian Début du message réexpédié : De : Eric Chatonet [EMAIL

Re: scaling and positioning proportionally an object at the same time

2007-04-19 Thread Dave
Hi, The problem is that one day you will be changing your stack and not doing anything with the GM and then suddenly *BANG* all your objects will disappear off into the land of nod! They will still be in the stack but their positions will be wild values like Top, Left = 25467,9456 and

Re: scaling and positioning proportionally an object at the same time

2007-04-19 Thread Dave
Hi, Well you don't need to call the GM, you set the GM properties via the Property Inspector for the Object(s) and I doubt if the GM would cause your stack not to compile into a Standalone. What problem do you get when you try to Save as Standalone? All the Best Dave On 18 Apr 2007, at

Re: Rev 2.8 on RDP is a total disaster

2007-04-19 Thread Dave
Hi, OOps, the documentation window is also all garbled up too!!! How this the developpers and testers manage to miss this??? Simple they don't bother to test it or to even run it! Wonderful, eh? All the Best Dave On 19 Apr 2007, at 10:33, [EMAIL PROTECTED] wrote: Bad habits never

Re: how to adress the object name and not the number?

2007-04-19 Thread Dave
Hi, Another way is to just put all images in a category into a Group, then to access the images do something like: repeat with myIndex= 1 to the number of images in group ThumbGroup set the threeD of image myIndex of group ThumbGroup to true end repeat Just change the layer (in the IDE)

Re: External problem

2007-04-19 Thread Dave
Hi, Without looking at the code I'm can't tell for certain, but I think this is to do with C vs C++. You need to surround it with: #ifdef __cplusplus extern C { #endif -- Definitions Here #ifdef __cplusplus }; #endif Hope this Helps Dave On 18 Apr 2007, at 18:20, Matthew wrote:

AW: how to adress the object name and not the number?

2007-04-19 Thread Tiemo Hollmann TB
Nice idea! Thanks Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von Dave Gesendet: Donnerstag, 19. April 2007 16:06 An: How to use Revolution Betreff: Re: how to adress the object name and not the number? Hi,

Re: how to adress the object name and not the number?

2007-04-19 Thread Ian Wood
If the controls are already arranged in *other* groups that's not going to work. Ian On 19 Apr 2007, at 15:05, Dave wrote: Hi, Another way is to just put all images in a category into a Group, then to access the images do something like: repeat with myIndex= 1 to the number of images

What's up with this?????

2007-04-19 Thread Dave
Hi, I'm using RunRev 2.8.0.370. I have the following in a Button Script: put text of field FieldFrameCount into myFrameCount repeat with myFrameCounter = 1 to myFrameCount It has been working fine up until about half an hour ago when it started giving me this execution error: Type:

Graphics over QT

2007-04-19 Thread Kevin Brooks
Perhaps someone can help me problem solve some graphics issues I have with Revolution. I'm writing an application that needed to display graphics over running Quicktime video. I quickly discovered that the only way of doing this (that I could find) was to put the graphics on a substack that I

Re: What's up with this?????

2007-04-19 Thread Chris Sheffield
What's in field FieldFrameCount? Is it possible it's not a number? Perhaps you've got text in there you're not seeing (i.e. spaces, returns, etc.)? On Apr 19, 2007, at 9:23 AM, Dave wrote: Hi, I'm using RunRev 2.8.0.370. I have the following in a Button Script: put text of field

Re: What's up with this?????

2007-04-19 Thread Mark Schonewille
Hi Dave, First of all, restarting your machine is rarely, if ever, necessary and particularly not because of execution errors. Apparently, myFrameCounter or myFrameCount is not a positive integer or myFrameCount myFrameCounter. Just check these variables before the repeat loop starts.

Re: What's up with this?????

2007-04-19 Thread Devin Asay
On Apr 19, 2007, at 9:23 AM, Dave wrote: Hi, I'm using RunRev 2.8.0.370. I have the following in a Button Script: put text of field FieldFrameCount into myFrameCount repeat with myFrameCounter = 1 to myFrameCount It has been working fine up until about half an hour ago when it

Re: Rev 2.8 on RDP is a total disaster

2007-04-19 Thread Heather Nagey
I think if you read the bug report on this you will find that this specific report has received a fair amount of attention over time, but is as yet unconfirmed since we are unsure as to the exact cause, or whether it is indeed even a Rev bug. It has not been marked as fixed, or closed, and

AW: how to adress the object name and not the number?

2007-04-19 Thread Tiemo Hollmann TB
Ok good hint Ian Thanks Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von Ian Wood Gesendet: Donnerstag, 19. April 2007 16:37 An: How to use Revolution Betreff: Re: how to adress the object name and not the number? If

Re: Standalone application problem

2007-04-19 Thread Devin Asay
On Apr 18, 2007, at 5:21 PM, Andrew Lian -nswc wrote: Dear All Please forgive yet another newbie question. I have stack which plays a sound file played through a playerobject. Its path is identified in the player's Source property. Let's say it is C:/sounds/apl.wav. The file plays

Re: Standalone application problem

2007-04-19 Thread J. Landman Gay
Andrew Lian -nswc wrote: Dear All Please forgive yet another newbie question. I have stack which plays a sound file played through a playerobject. Its path is identified in the player's Source property. Let's say it is C:/sounds/apl.wav. The file plays perfectly well in the development

Re: Graphics over QT

2007-04-19 Thread Richard Gaskin
Kevin Brooks wrote: I'm writing an application that needed to display graphics over running Quicktime video. I quickly discovered that the only way of doing this (that I could find) was to put the graphics on a substack that I opened as a palette. If you're not using QT's controller, there's

possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Hello folks, can someone confirm that in Rev 2.8.1-dp-2 Mac OS X Intel has a problem with load url with messages? The load works but the message is never sent. Cheers andre ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: What's up with this?????

2007-04-19 Thread Dave
Hi, Found it! I was debugging with an external using XCode. In XCode, when you run the application in debug mode, it loads the application you specify (which in this case is RunRev 2.8.0.370) and specify the Stack you want to debug. However during this process I also double-clicked on

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Trevor DeVore
On Apr 19, 2007, at 9:44 AM, Andre Garzia wrote: Hello folks, can someone confirm that in Rev 2.8.1-dp-2 Mac OS X Intel has a problem with load url with messages? The load works but the message is never sent. Andre, load url is working fine with messages on my end (OS X intel). --

Oh what the heck, another CGI question

2007-04-19 Thread Bryan McCormick
Hey guys. This is going to sound really dumb. My ISP runs FreeBSD and so I need to run the old 2.2 engine. Not a big deal since I won't be stressing it too much. However, this is the problem. I don't have a BSD system to boot the binary up into to license the thing. How the heck do you

Re: Graphics over QT

2007-04-19 Thread Jim Ault
Try these steps - semi-transparent = set the blendlevel of img trees.jpg to 60 set the blendlevel of this stack to 60 set the blendlevel of this stack to 100 --transp set the blendlevel of this stack to 0 set the blendlevel of fld 1 to 60 -- Do a google for windowlab rossi and

Re: What's up with this?????

2007-04-19 Thread Jim Ault
Perhaps doing a drag and drop onto an alias of the app (ion the desktop or dock) will work better than the double-click adventure. Jim Ault Las Vegas On 4/19/07 10:00 AM, Dave [EMAIL PROTECTED] wrote: Hi, Found it! I was debugging with an external using XCode. In XCode, when you run

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Here it is very strange, if I step with the debugger, it works, if I allow it to run by itself, the message is never dispatched. strange... bug is on my side, so, I'll solve it. Thanks Trevor andre On Apr 19, 2007, at 2:12 PM, Trevor DeVore wrote: On Apr 19, 2007, at 9:44 AM, Andre

Re: Oh what the heck, another CGI question

2007-04-19 Thread Andre Garzia
Bryan, you don't need a license for that. I don't thing there's a 2.2 engine for BSD, I think the last one was 2.1 or something like that. just fetch the engine from runrev ftp site, put it on your FreeBSD box and set the correct permissions. Check Jacque wonderful CGI tutorial, the

can't play movie and load url at the same time.

2007-04-19 Thread Andre Garzia
another question folks, if you have a player object playing a movie and you load a url and use liburlsetstatuscallback to put some status text below the player. does the movie stops while the content is being loaded? Isn't load supposed to be asynchronous so that we could play a movie file

solved: Re: can't play movie and load url at the same time.

2007-04-19 Thread Andre Garzia
sorry folks, I had a recursion with a wait call that blocked everything... silly me. andre On Apr 19, 2007, at 2:48 PM, Andre Garzia wrote: another question folks, if you have a player object playing a movie and you load a url and use liburlsetstatuscallback to put some status text below

RE: Standalone application problem

2007-04-19 Thread Dan Soneson
Hi Andrew, I treat external audio, video and even images much the same way as I would in a web site. When putting together a standalone that references this media I put the media in a separate folder within the folder that houses the standalone and work with a relative link to the media.

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Klaus Major
Hi Andre, Here it is very strange, if I step with the debugger, it works, if I allow it to run by itself, the message is never dispatched. strange... bug is on my side, so, I'll solve it. Thanks Trevor I encountered this one, too! Even urlstatus turl does not work. I did this test: ...

Re: QT Player Challenge - Play Remote Movie

2007-04-19 Thread Sivakatirswami
Trevor DeVore wrote: Most likely QuickTime is taking over after Rev creates the QuickTime Movie Controller (player object) and asks the QT framework to download the file. So I don't think it would be an issue related to Revolution's implementation of sockets. Just guessing, but perhaps

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Andre Garzia
Klaus, here it started working if I set the libURLSetStatusCallback before trying the load command. Then it worked as expected. :-/ Andre On Apr 19, 2007, at 3:32 PM, Klaus Major wrote: Hi Andre, Here it is very strange, if I step with the debugger, it works, if I allow it to run by

Re: possible bug: can someone confirm that load url with message is broken?

2007-04-19 Thread Klaus Major
Hi Andre, Klaus, here it started working if I set the libURLSetStatusCallback before trying the load command. Then it worked as expected. :-/ Hmm, thanks, will try that. In case it will will work for me, too, we might have narrowed a possible bu er... inconvenience :-) Andre

Using non standard characters with a format statement

2007-04-19 Thread Glen Bojsza
Hello, I am trying figure out if it is possible to use the format command with non standard characters like ( ) / put format(%11s %9s\n , guess, plat(1)) into fld myReport errors if I use put format(%11s %9s\n , guess, plat1) into fld myReport then it works. Unfortunately I will need to

Re: Rev 2.8 on RDP is a total disaster

2007-04-19 Thread Bob Warren
When I've got bugs in my drawers, they make me all bitter and twisted too! :o Bob ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Using non standard characters with a format statement

2007-04-19 Thread Mark Smith
I'd guess that the engine thinks that plat is a function, and the (1) is a parameter...so assuming that guess,plat(1) is a string you want to format, simply enclosing it in quotes should cure the problem, so: put format(%11s %9s\n , guess, plat(1)) into fld myReport if 'guess' is a

Naming objects with numbers

2007-04-19 Thread Erik Hansen
Naming objects with numbers is not really a good idea: this can confuse Rev... and the programmer :-) Best regards from Paris, Eric Chatonet. *** One old trick is to put a letter before the number: button b1 b2 b3. [EMAIL PROTECTED] http://www.erikhansen.org

OT: USDA announces grants, loans for distance learning

2007-04-19 Thread Josh Mellicker
This could represent an opportunity for some Rev programmers: http://governmentvideo.com/articles/publish/article_1133.shtml FYI ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

SecuROM copy protection and Rev

2007-04-19 Thread Terry Judd
Does anyone have any experience of employing Rev executables on CDs protected with Sony's SecuROM process - i.e. Does it work? Regards, Terry... ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: how to adress the object name and not the number?

2007-04-19 Thread Bill Marriott
The recommendation to name objects starting with a letter and then a number is simply a must because as others have pointed out there can be ambiguity when referencing objects named with simply a number. Two additions to the excellent ideas: 1) Remember that the object number always refers to

millisec test timings and screen refresh rate

2007-04-19 Thread Phil Davis
I need some help here. My question is basically this: How do I accurately track or calculate the exact moment at which an image becomes visible on screen? I have a client whose product is a psychological testing app, with a battery of canned tests included. I'm reimplementing it in RunRev,

is there a more clever way to see if revOpenDatabases() contains a valid value?

2007-04-19 Thread Josh Mellicker
I am looking for a way to check for a valid connection to a remote MySQL database (without running a test query)... Here is the problem: 1. we connect to MySQL database 2. revOpenDatabases() contains valid value, all is fine 3. every 10 minutes, our office loses internet connectivity, this

Oh what the heck, another CGI question

2007-04-19 Thread Bryan McCormick
Andre, Thanks for the quick response. The CGI tutorial was indeed excellent. It does turn out BSD has a 2.2.1 version of the engine going. One thing my ISP noted is that there were some odd problems with the libraries used when the BSD version was compiled. This is not my thing but I am

Some longest common substring routines

2007-04-19 Thread Terry Judd
I recently had to adapt some python routines for finding the length and contents of the longest common substrings of two strings to Rev and thought they might come in handy to someone else?? Anyway here they are... The first function simply returns the length of the longest common substring

Re: SecuROM copy protection and Rev

2007-04-19 Thread Scott Kane
Does anyone have any experience of employing Rev executables on CDs protected with Sony's SecuROM process - i.e. Does it work? No direct experience. However a quick Google search reveals that (I'm not going to post the Google search for obvious reasons) that it's no more secure than any

Re: millisec test timings and screen refresh rate

2007-04-19 Thread Mark Talluto
On Apr 19, 2007, at 5:19 PM, Phil Davis wrote: Some tests require the Rev app to track the millisecs elapsed from when an image is displayed on screen to when a user-initiated event occurs, like a keypress. This means RR needs to know as precisely as possible *when* the image became

Re: millisec test timings and screen refresh rate

2007-04-19 Thread Brian Yennie
Keep in mind that this script doesn't show one way or another when the image is actually visible to the user. In other words, does the following script line always execute exactly when the image is visible, or not, regardless of how long it took to display the image? In any case, just to

Re: how to adress the object name and not the number?

2007-04-19 Thread Jim Ault
Using a space char is a personal programming choice, and certainly not a bad one. My preference is to use a 0 as a pad character, especially for date strings, object names, file names, and folder names. Thus I use the less convenient form of put columnName ( char -2 to -1 of (0 i) ) into

Re: SecuROM copy protection and Rev

2007-04-19 Thread Terry Judd
Does anyone have any experience of employing Rev executables on CDs protected with Sony's SecuROM process - i.e. Does it work? No direct experience. However a quick Google search reveals that (I'm not going to post the Google search for obvious reasons) that it's no more secure than any

Re: millisec test timings and screen refresh rate

2007-04-19 Thread simplsol
Phil, LCDs got a bad reputation for speed ten years ago. They are much improved now. For instance modern LCD TVs are fast enough to display action scenes without blur. To see how much they have improved just move your mouse around the screen; you probably won't see any submarining at all.

Re: SecuROM copy protection and Rev

2007-04-19 Thread Scott Kane
Original Message - The SecuROM copy protection has been requested by a client so that's the way we have to go. We've used SecuROM with Director applications before without any problems but they (Director apps) are 'officially' supported within the encryption process. 'Standard'

Re: SecuROM copy protection and Rev

2007-04-19 Thread Terry Judd
The SecuROM copy protection has been requested by a client so that's the way we have to go. We've used SecuROM with Director applications before without any problems but they (Director apps) are 'officially' supported within the encryption process. 'Standard' Windows and Mac apps are

Re: is there a more clever way to see if revOpenDatabases() contains a valid value?

2007-04-19 Thread Ken Ray
On Thu, 19 Apr 2007 17:59:40 -0700, Josh Mellicker wrote: If I revCloseDatabases() or resetAll and establish a new connection before making any database command all is fine, but I am thinking this is an inefficient approach... or is it? So I am wondering if there is any clever way,

Re: how to adress the object name and not the number?

2007-04-19 Thread J. Landman Gay
Jim Ault wrote: by not using spaces in field names, you do not have to use quotes, such as put 451 into fld cellValue01 vs fld cellValue 1 Just a caution that this may come back to bite you some day if (or perhaps, when) Rev ever gets pickier about unquoted literals. Unquoted literals

Re: SecuROM copy protection and Rev

2007-04-19 Thread Scott Kane
Well, according to their documentation the executable is modified somehow (there is a desktop tool available for modifying Windows executables but you have to send Mac apps away to some dudes in Austria), which is why I'm curious. You'll have to experiment. I've had zero success wrapping

Resize a Group Without Moving Objects

2007-04-19 Thread Bridger Maxwell
Hey, Is it possible to set the rect of a group, without moving the objects inside the group around? Whenever I modify the size of a group, the groups loc will change a little, and the objects inside it will move also, is there any way to go around that? TTFN Bridger Maxwell Fiery Ferret

Re: millisec test timings and screen refresh rate

2007-04-19 Thread Phil Davis
Thanks everyone. But... Let me put my question another way: on mouseUp # lock screen -- aka lock #1 wait 1 second show img 1 # unlock screen -- also part of lock #1 put the milliseconds into tStart wait 5 milliseconds # lock screen -- aka lock #2 hide img 1 #unlock screen --

Re: millisec test timings and screen refresh rate

2007-04-19 Thread Richard Gaskin
Phil Davis wrote: Thanks everyone. But... Let me put my question another way: on mouseUp # lock screen -- aka lock #1 wait 1 second show img 1 # unlock screen -- also part of lock #1 put the milliseconds into tStart wait 5 milliseconds # lock screen -- aka lock #2