Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Trevor DeVore
On Mar 21, 2010, at 5:05 PM, Len Morgan wrote: I'm still not able to set the background color of an individual row in a data grid. Well, that's not entirely true. I can make a row invisible but I can't change it to the color I want. I have followed the instructions in the lesson How Can

Re: Data Grid Column Header Alignment Changes after column resize

2010-03-22 Thread Trevor DeVore
On Mar 21, 2010, at 5:41 PM, Len Morgan wrote: It didn't work so I guess I need an updated datagrid library since I can't download the latest 4.5 dp-3 without error. :-( You can download it here: http://www.bluemangolearning.com/download/revolution/tools/revdatagridlibrary.rev.zip This

Finding USB volumes on Win

2010-03-22 Thread Richard Gaskin
In January with the help of Phil, Peter, and others I got some great tips for identifying removable drives on OS X and Linux. But I'm having difficulty figuring out how to do the same in Windows. I can find the registry entries to determine which devices are mounted, but they don't contain

Re: Finding USB volumes on Win

2010-03-22 Thread Richard Miller
Richard, This has been working for me: repeat with i = number of lines of the volumes down to 1 put line i of the volumes into x put getvolumesn(X) into z end repeat function GetVolumeSN pDiskLetter local volumeSerialNumber -- Supports both C, C: and C:\ styles put

Re: VideoGrabber on Windows

2010-03-22 Thread Richard Miller
Hi Klaus, Is this topic still of interest to you? I've been working a lot with the videograbber on Windows. Richard Miller On 1/6/2010 12:25 PM, Klaus Major wrote: Hi friends, no other win user that work with the RevVideoGrabber and wants to share her/his experiences? Oh, c'mon folks!

Re: revmobile looking good

2010-03-22 Thread Richard Miller
Can anyone confirm if the (video) player object works under revMobile? Thanks. Richard Miller On 3/20/2010 11:57 PM, Terry Judd wrote: Meanwhile, would it be possible to include iPad in the Simulator choices? That script is password protected, so I can't go in and try adding that myself.

Re: Finding USB volumes on Win

2010-03-22 Thread Richard Gaskin
Richard Miller wrote: On 3/22/2010 10:05 AM, Richard Gaskin wrote: In January with the help of Phil, Peter, and others I got some great tips for identifying removable drives on OS X and Linux. But I'm having difficulty figuring out how to do the same in Windows. I can find the registry

Re: VideoGrabber on Windows

2010-03-22 Thread Klaus on-rev
Hi Richard, Hi Klaus, Is this topic still of interest to you? I've been working a lot with the videograbber on Windows. yes, sure! We had the chance to test VideoGrabber on Win7 and there is absolutely no way to use it with QuickTime. Works with VfW but that does not support any

returning from custom dialog

2010-03-22 Thread stephen barncard
I asked this earlier with no answers I'll try again.. I'm building a custom list dialog and using dialogdata as usual... I've got it almost perfect except for one aspect. When control returns to the calling stack after closing the dialog, I have to click multiple times (2, not double click)

Re: VideoGrabber on Windows

2010-03-22 Thread Richard Miller
Klaus, Initialize the videograbber with this line: revInitializeVideoGrabber short name of this stack,DirectX,rect of image 1 Use this basic sequence to record video and audio: revSetVideoGrabSettings myvar revSetVideoGrabAudio true,1,16,16000 revRecordVideo myfile

Re: VideoGrabber on Windows

2010-03-22 Thread Klaus on-rev
Hi Richard, Klaus, Initialize the videograbber with this line: revInitializeVideoGrabber short name of this stack,DirectX,rect of image 1 is this DirectX the same as VfW? Use this basic sequence to record video and audio: revSetVideoGrabSettings myvar Getting/setting the

Re: VideoGrabber on Windows

2010-03-22 Thread Richard Miller
Do not use VFW. The DirectX setting is not documented. Try to follow the code I sent. Disable use video for windows. All of my video work with Rev is QT based. Let me know. Richard On 3/22/2010 11:46 AM, Klaus on-rev wrote: Hi Richard, Klaus, Initialize the videograbber with this

Re: Finding USB volumes on Win

2010-03-22 Thread Richard Gaskin
Another snag: The key I need is named \DosDevices\G:, at this path: HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices So it would seem that if I escape the backslashes in the key name I'd be good: get queryRegistry(HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\\\DosDevices\\F:) But no go. I've tried

Spanish Voices

2010-03-22 Thread Ray Horsley
Anybody know how to acquire/install the Spanish voices for the RevSpeech library? I saw them years ago when I used Metacard for text- to-speech. There were just two; a male voice named Carlos and a female voice. I think they're part of QuickTime, but I don't see them using the

Re: Spanish Voices

2010-03-22 Thread Mark Swindell
I believe you may be referring to Marta. She's working for Garmin now. The Spanish language voice position at Apple remains unfilled. :) Mark On Mar 22, 2010, at 12:05 PM, Ray Horsley wrote: Anybody know how to acquire/install the Spanish voices for the RevSpeech library? I saw them

Re: Finding USB volumes on Win

2010-03-22 Thread Matthias Rebbe
Richard, you could query all mounted devices from the shell get shell(reg query HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices) This return all mounted devices. You then just have to look for the specific one. Not that what you expected, but maybe it helps. Regards, Matthias Am 22.03.2010 um

Why to ask to save every modified stack?

2010-03-22 Thread Giovanni Cannizzaro
Hi. I wanna ask if there is a reason for this. I have a mainstack with a lot of substack in it. When I quit Revolution I get the Save stack message, and this is normal only for the first time. But for me it's not normal that I've this message for every substack I've modified. If I save a

Re: Spanish Voices

2010-03-22 Thread Richmond Mathewson
On 22/03/2010 21:05, Ray Horsley wrote: Anybody know how to acquire/install the Spanish voices for the RevSpeech library? I saw them years ago when I used Metacard for text-to-speech. There were just two; a male voice named Carlos and a female voice. I think they're part of QuickTime, but

Re: returning from custom dialog

2010-03-22 Thread BNig
Stephen, in a similar situation (not exactly though) I issued a click at 1,1 or even click at -1,-1 after returning to the calling stack. It helped, but seems a little unprofessional. I don't know if this would help in your situation. regards Bernd Stephen Barncard-4 wrote: I asked this

Re: returning from custom dialog

2010-03-22 Thread stephen barncard
That might work. I have always had this problem with the 'built-in ask and answer dialogs as well as my custom ones. I will try it. thanks On 22 March 2010 12:10, BNig niggem...@uni-wh.de wrote: Stephen, in a similar situation (not exactly though) I issued a click at 1,1 or even click at

Card Display Management

2010-03-22 Thread Peter Haworth
In a recent post on the forum, I found out about the raiseWindows property which ensures that Rev windows don;t get interleaved with other application windows. That definitely solves the problem I was having but I'm wondering if it is possible to implement a different card display

Re: Why to ask to save every modified stack?

2010-03-22 Thread J. Landman Gay
Giovanni Cannizzaro wrote: Hi. I wanna ask if there is a reason for this. I have a mainstack with a lot of substack in it. When I quit Revolution I get the Save stack message, and this is normal only for the first time. But for me it's not normal that I've this message for every substack I've

Re: returning from custom dialog

2010-03-22 Thread J. Landman Gay
stephen barncard wrote: That might work. I have always had this problem with the 'built-in ask and answer dialogs as well as my custom ones. I will try it. I've never seen the problem. Is your Rev installation different from the default shipping version? Could something else be interfering?

Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Len Morgan
I copied your code from the example exactly and IF I use change the foregroundColor... it does just that: Highlites the selected line in blue with white letters. When I select a new row, the background of all the other rows is white with red text. If I change foregroundColor to

Re: Card Display Management

2010-03-22 Thread Scott Rossi
Recently, Peter Haworth wrote: What I have in mind is a single workspace window for my application with any cards being displayed within that workspace instead of in separate windows. Continuing the card metaphor, I guess you could think of the workspace as a card table with the individual

Re: Spanish Voices

2010-03-22 Thread Ray Horsley
H... I wonder what kind of a job it would be to get those voices from OS 8 and 9 to work in OSX? If anybody has any ideas on how I might port those please let me know. Ray Horsley LinkIt! Software On Mar 22, 2010, at 10:08 AM, Richmond Mathewson wrote: On 22/03/2010 21:05, Ray

Re: Card Display Management

2010-03-22 Thread Jeff Massung
On Mon, Mar 22, 2010 at 1:05 PM, Scott Rossi sc...@tactilemedia.com wrote: Recently, Peter Haworth wrote: What I have in mind is a single workspace window for my application with any cards being displayed within that workspace instead of in separate windows. Continuing the card

Slow opening of cards in .exe file

2010-03-22 Thread William de Smet
Hello there, In a new app I am working on I am experiencing slow opening of cards in the .exe file on Windows 7 (on Mac OSX the app works fine and smootly). It seems that all of the cards are send to memory at once because after the first mouseclick and about 10 sec wait it all works fine. In

Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Trevor DeVore
On Mar 22, 2010, at 2:02 PM, Len Morgan wrote: I can still send you the script if you want but as I said, I started with your lesson script and just changed one word. I think you need to update the code in the SetForeGroundColor command. Change the two instances of textColor to

Re: returning from custom dialog

2010-03-22 Thread stephen barncard
non - IDE dialogs have always required extra clicks (for me) with the click at 1,1 it seems to work better. Still not perfect. here's the significant code: set the dialogData to tArrayA -- modal or sheet dialog if tArrayA[assheet] is 1 then sheet stack listdialog -- in stack else modal

Re: revmobile looking good

2010-03-22 Thread Sarah Reichelt
On Tue, Mar 23, 2010 at 1:03 AM, Richard Miller w...@together.net wrote: Can anyone confirm if the (video) player object works under revMobile? Not in my tests. I tried storing a movie file with my project and then setting the filename of the player. It gave no error, but no movie appeared.

shell in RevMedia

2010-03-22 Thread François Chaplais
Can someone tell me if the shell function is disabled in the revMedia 4? TIA François ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: revmobile looking good

2010-03-22 Thread J. Landman Gay
Sarah Reichelt wrote: On Tue, Mar 23, 2010 at 1:03 AM, Richard Miller w...@together.net wrote: Can anyone confirm if the (video) player object works under revMobile? Not in my tests. I tried storing a movie file with my project and then setting the filename of the player. It gave no error,

Re: returning from custom dialog

2010-03-22 Thread J. Landman Gay
stephen barncard wrote: non - IDE dialogs have always required extra clicks (for me) with the click at 1,1 it seems to work better. Still not perfect. here's the significant code: Have you tried something simpler, like just passing hi instead of an array? Zygodact uses a custom modal stack

Re: Slow opening of cards in .exe file

2010-03-22 Thread J. Landman Gay
William de Smet wrote: Hello there, In a new app I am working on I am experiencing slow opening of cards in the .exe file on Windows 7 (on Mac OSX the app works fine and smootly). It seems that all of the cards are send to memory at once because after the first mouseclick and about 10 sec wait

Valentina DB

2010-03-22 Thread Marcio Alexandroni
Hi, I'm not sure I understood how Valentina DB licensing works. Does anyone use Valentina DB? If I understood it right, if I purchase ADK+ (3 platforms: Mac, Linux, Windows), I can build applications on all platforms and distribute royalty-free applications using the DB. As they mention in the

Re: Finding USB volumes on Win

2010-03-22 Thread Kay C Lan
On Mon, Mar 22, 2010 at 10:05 PM, Richard Gaskin ambassa...@fourthworld.com wrote: In January with the help of Phil, Peter, and others I got some great tips for identifying removable drives on OS X and Linux. But I'm having difficulty figuring out how to do the same in Windows. Richard,

Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Len Morgan
Where can I find the SetForeGroundColor command? len On 3/22/2010 2:53 PM, Trevor DeVore wrote: On Mar 22, 2010, at 2:02 PM, Len Morgan wrote: I can still send you the script if you want but as I said, I started with your lesson script and just changed one word. I think you need to update

Re: Slow opening of cards in .exe file

2010-03-22 Thread Len Morgan
I have had the same problem all the way back to XP. But it is only a problem the first time I navigate away from card 1. It can pause a LONG time before it goes to the selected card (and I've only got 10 or so in the stack) but after that first switch it's pretty zippy. Even on Windows 7.

Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Trevor DeVore
On Mar 22, 2010, at 6:56 PM, Len Morgan wrote: Where can I find the SetForeGroundColor command? In the code you copied from the lesson example. It's under the The Default Custom Column Behavior step of the How Can I Colorize Individual Lines in a Table? lesson.

Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Len Morgan
Man, that made me feel stupid! :-( Anyway, that was the very first thing I did. It still makes the line invisible when the selection is moved off the line. When the data is initially filled in, the data looks fine but of course, it's black text on a white background so I'll probably need

Re: Still Having Data Grid Row Coloring Problems

2010-03-22 Thread Len Morgan
Trevor, What I don't see in the sample code that was copied is where the backgroundColor for the hilited line is set to blue. If that piece is somewhere else, I think that is where I need to start looking to do what I'm after. len On 3/22/2010 7:04 PM, Trevor DeVore wrote: On Mar 22,

Re: shell in RevMedia

2010-03-22 Thread Peter Alcibiades
It works fine in Linux. I tried put shell(ls) and it supplied a file listing of the directory. Peter -- View this message in context: http://n4.nabble.com/shell-in-RevMedia-tp1678302p1678621.html Sent from the Revolution - User mailing list archive at Nabble.com.

socket write/read conflict?

2010-03-22 Thread Nicolas Cueto
Hello List, I've made a quiz-type game where 2-6 students on client stacks buzz in their answers to a server stack, all on a local network. The server stack, as well as sending out the questions, informs live to all the students/client-stacks about who buzzed in what. I thought I had it working

Re: socket write/read conflict?

2010-03-22 Thread Len Morgan
Two things jumped out at me in your code: 1) broadcastToAllClients - you show an IP address of 127.0.0.1. If this was not just an example, you can't use that number. That is the IP of the local host and won't actually ever leave the machine. 2) You are selecting item 3 of tArrayDataLine

Re: socket write/read conflict?

2010-03-22 Thread Nicolas Cueto
Thanks for replying, Len. The 127.0.0.1 ip is indeed just an example, and Rev's default itemdelim is not tab but rather comma. -- Nicolas Cueto ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Card Display Management (Jeff Massung)

2010-03-22 Thread Peter Haworth
Thanks for the input. Yes, the MSWord comparison is what I was thinking of. I don;t need to display multiple cards from the same stack simultaneously but I do need to display multiple substacks so this sounds like it would be a whole lot of pain to implement if even possible. Thanks,

socket write/read conflict?

2010-03-22 Thread Max7
Nicolas Cueto I'm a fifth grade teacher. I'd love to see what you got. Max ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: