Re: Datagrid custom sorting for a column

2010-07-25 Thread Andre.Bisseret
Bonjour Malte, No sure there is a way to do that with a command from data grid (others might tell us ;-)) In such a case I return to general rev scripting. Try this: local tTheData, set the dgProp[sort by column] of grp datagrid to empty -- remove any column sorting

Re: Datagrid custom sorting for a column

2010-07-25 Thread zryip theSlug
On Sun, Jul 25, 2010 at 2:35 AM, Malte Pfaff-Brill revolut...@derbrill.de wrote: Seems I am a bit too dumb for this... If I wanted to sort the data for a datagrid ascending numeric by word 2 of each line of column 2, how would I do this? I *think* I need the SortDataGridColum message, but

Re: Estimate/Quotation program, help me please..... (Ted Mills)

2010-07-25 Thread Francis Nugent Dixon
Ted, Most of the guys on this forum could run off that little stack in much less time than it would take to explain how you should do it. I think that the BEST kick-start you could get would be if someone built a stack for you, with right number of cards, coded the scripts in card 1 to show you

Re: Unable to save prefs in Windows/Mac standalones

2010-07-25 Thread Richmond
Yesterday I wrote a posting on this topic which, ultimately, looked pointless: BUT . . . However you store your prefs; whether in a TAB-delimited text file, a proprietary external file, or a substack, unles they are actively loaded into the stack where the work actually happens they are

IP/UDP Sockets in REV

2010-07-25 Thread Ewan Richardson
Hi there, wondering if someone could help clarify something for me. When creating socket connections using the socket datagram connection, do you have to create the IP header and UDP header (and related checksums) within revolution, or does revolution take care of this for you? Thanks for

Re: IP/UDP Sockets in REV

2010-07-25 Thread Andre Garzia
Ewan, Revolution does it for you! :D On Sun, Jul 25, 2010 at 11:17 AM, Ewan Richardson e...@supremis.co.ukwrote: Hi there, wondering if someone could help clarify something for me. When creating socket connections using the socket datagram connection, do you have to create the IP header

Re: IP/UDP Sockets in REV

2010-07-25 Thread Mark Schonewille
Ewan, TCP creates the headers for you. If you mean HTML headers, yes you have to create those yourself when using sockets, but not when using the put/get URL commands. If you want to connect to a server that requires special headers, then you have to do this yourself and you will need to

Re: IP/UDP Sockets in REV

2010-07-25 Thread Andre Garzia
I think the inquire was related to UDP which is unreliable by default, so while the checksums and headers guarantee the integrity of a single datagram, the nature of UDP itself is unreliable by design, still, I like unreliable things, it adds to the adventurous fellings, you should see my own

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
I can take a screen cast of rodeo playing a video. I can show the code to make it too. I don't believe there is an nda for the rodeo product. The stuff the end user makes is stored currently on the rodeo server in the users personal space. You make your programs from within the rodeo desktop

Re: tRev and Win Vista

2010-07-25 Thread Alex Shaw
Hmm, been having same issue with tRev on a 64-bit windows7 desktop machine here plus many other issues. Which is a shame because it has the biggest monitor attached. Don't have 32-bit win7 but seems to work ok on 32-bit xp on a 64-bit machine (macbook via bootcamp). Back to 64-bit win7,

Re: OT: Rodeo and media

2010-07-25 Thread Jerry Daniels
Mark is right. No NDA. Fire away. Best, Jerry Daniels Get Rodeo beta and save $100: http://rodeoapps.com/limited-pre-release-offer On Jul 25, 2010, at 11:10 AM, Mark Talluto wrote: I can take a screen cast of rodeo playing a video. I can show the code to make it too. I don't believe there

Re: OT: Rodeo and media

2010-07-25 Thread Mark Wieder
Mark- Sunday, July 25, 2010, 9:10:21 AM, you wrote: Rodeo will eventually have an option to export your project in various ways. In the future I would have handled your request by exporting the video project to my web server and give you a link. Or I would have exported it to an actual Mac

Re: OT: Rodeo and media

2010-07-25 Thread Mark Wieder
Mark- Sunday, July 25, 2010, 9:10:21 AM, you wrote: In the future I would have handled your request by exporting the video project... ...in the future you must have been talking with Jacque through one of those time-warp thingies... I will have been wanting to have used one of those myself.

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
On Jul 25, 2010, at 10:07 AM, Mark Wieder wrote: Mark- Sunday, July 25, 2010, 9:10:21 AM, you wrote: Rodeo will eventually have an option to export your project in various ways. In the future I would have handled your request by exporting the video project to my web server and give you

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
On Jul 25, 2010, at 10:10 AM, Mark Wieder wrote: Mark- Sunday, July 25, 2010, 9:10:21 AM, you wrote: In the future I would have handled your request by exporting the video project... ...in the future you must have been talking with Jacque through one of those time-warp thingies... I

Re: tRev and Win Vista

2010-07-25 Thread Mark Talluto
Interesting. I will have to try it on 32 bit installations. My main desktop only has 64 bit installations of Vista and Win 7. I use Win 7 more that all the others these days. I have an ASUS T91 that has Win 7 32 bit. Will give that a try and report back. Best regards, Mark Talluto

RE: IP/UDP Sockets in REV

2010-07-25 Thread Ewan Richardson
Im in the process of writing some tools for ASTERIX radar data (air traffic control stuff). The most basic form of this can be UDP over a network. So I can safely assume that there will be a header of around 28 bytes on the beginning of the message generated by rev. That's fairly good news for

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
I made a short video showing a video playing in Rodeo 2 and the code that goes with it. I altered the link to the video for copyright purposes. Otherwise, the code you see is very Rev like and simple to read. http://www.canelasoftware.com/temp/rodeo/Rodeo%20Video.mov Best regards, Mark

RE: OT: Rodeo and media

2010-07-25 Thread John Dixon
Hello Mark Would you tell me the name of the software you used to make the video of the video, as it were... I am intrigued by the red rings that appear with the mouseClicks... regards,, John Dixon From: use...@canelasoftware.com Date: Sun, 25 Jul 2010 11:47:03 -0700 To:

Re: IP/UDP Sockets in REV

2010-07-25 Thread Andre Garzia
Ewan, If you could keep us posted or consider writing a post document about your experience interfacing with ATC stuff. It is always good to hear about those developments. If you need any network help, send us a note. Cheers andre On Sun, Jul 25, 2010 at 3:40 PM, Ewan Richardson

Re: IP/UDP Sockets in REV

2010-07-25 Thread Mark Wieder
Ewan- Sunday, July 25, 2010, 11:40:16 AM, you wrote: Have also run the output through wireshark, which answered my own question! Cool. Nothing like WireShark for figuring out what's really going on. -- -Mark Wieder mwie...@ahsoftware.net ___

Re: OT: Rodeo and media

2010-07-25 Thread Ian Wood
The red rings look like Mouseposé which is mostly designed for screencasts, tutorials and presentations. It's separate from whatever software was used to capture the screen video. You can also set up Mouseposé to show keystrokes on screen. http://www.boinx.com/mousepose Ian On 25 Jul 2010,

Rodeo: 1st naive question.

2010-07-25 Thread Richmond
1. Is Rodeo a different IDE that works with the RunRev engine? An add-on to RunRev? A different IDE witha different engine? Sorry about what might seem a goofy sort of question, but I have been rather busy and so unable to track the recent set of postings.

RE: IP/UDP Sockets in REV

2010-07-25 Thread Ewan Richardson
Hi Andre Not a problem, I can do that. Im basically using rev to translate data from our simulator to a wider group of asterix native clients. At the moment im implementing CAT62, which is basically used for Sending SDPS track messages. The Asterix protocol is all publicly published by

Re: Rodeo: 1st naive question.

2010-07-25 Thread Jerry Daniels
Richmond, You'll find a wealth of info on our site which is linked below. Answers below... Best, Jerry Daniels Get Rodeo beta and save $100: http://rodeoapps.com/limited-pre-release-offer On Jul 25, 2010, at 2:59 PM, Richmond wrote: 1. Is Rodeo a different IDE that works with the RunRev

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
Hi John, I used a program called screen flow by telestream.net It is very easy to use and allows you to edit the video within e program. Best regards, Mark Talluto http://www.canelasoftware.com On Jul 25, 2010, at 11:59 AM, John Dixon dixo...@hotmail.co.uk wrote: Hello Mark Would you

RE: OT: Rodeo and media

2010-07-25 Thread John Dixon
Mark and Ian... Thanks for the info about mouseposé and screenflow... interesting regards, John Dixon _ http://clk.atdmt.com/UKM/go/19780/direct/01/ Do you have a story that started

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
Just to be clear, the mouse effects were all done in ScreenFlow. It has a lot of capability. You can download the app and try it for free. Best regards, Mark Talluto http://www.canelasoftware.com On Jul 25, 2010, at 1:26 PM, John Dixon wrote: Mark and Ian... Thanks for the info

Re: OT: Rodeo and media

2010-07-25 Thread Jim Ault
On Jul 25, 2010, at 11:59 AM, John Dixon dixo...@hotmail.co.uk wrote: Would you tell me the name of the software you used to make the video of the video, as it were... I am intrigued by the red rings that appear with the mouseClicks... On Jul 25, 2010, at 1:19 PM, Mark Talluto wrote:

Re: OT: Rodeo and media

2010-07-25 Thread Mark Talluto
I decided to see if I could make that video app work on my iPhone. It did! I made a new app, copied all my code from the iPad version over to the iPhone version (this required making every control again), then gave it a try. It worked super the very first time. I did have to size the video

Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-25 Thread Andre Garzia
Yes it did but that still needs to materialize! Good to see you here Shao! By the way, your external is a cocoa external? Are you calling cocoa stuff from carbon? Cheers andre On Sun, Jul 25, 2010 at 1:30 AM, Shao Sean shaos...@wehostmacs.com wrote: Be nice once Rev gets back into the swing

Re: OT: Rodeo and media

2010-07-25 Thread Robert Mann
Nice video.. thought, it seems we do not have the same base material : on the version I see in my rodeo account, there is no way to play the video full screen (the little 45° double arrow does not exist!!) Ist that an option that only comes if the video screen size is big enough??? ?? Strange!!

Re: OT: Rodeo and media

2010-07-25 Thread Jerry Daniels
Robert, Video on Rodeo is just in its infancy, but we're pretty happy with how quickly it has come along. We'll suss the rest of this stuff out and get it documented. Right now, we're running behind with our docs. Gotta catch up this week. Best, Jerry Daniels Get Rodeo beta and save $100:

Re: OT: Rodeo and media

2010-07-25 Thread stephen barncard
Jerry - speaking of video, I haven't seen the link to the transcript of last Saturday's summit - have you posted it? I very much wanted to attend, but I had to help set up a 45th high school reunion event in Kansas City at the same time. sqb On 25 July 2010 16:08, Jerry Daniels

Re: Rodeo: 1st naive question.

2010-07-25 Thread J. Landman Gay
The best place to find Rodeo info and discussion would be at the dedicated list. I've had to set up a filter here so I can find the Rev questions. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Regarding Rodeo discussions

2010-07-25 Thread Jeff Massung
Let me prefix this with I like Jerry (we've shared code and random solutions to problems), I think Rodeo is a great idea, I wish the Rodeo team all the best, I welcome announcement email postings, and I know that Jerry and Co. have tried to just answer simple questions (that have been asked) here

Re: OT: Rodeo and media

2010-07-25 Thread Jerry Daniels
On it. Best, Jerry Daniels Join the Rodeo discussion: http://rodeoapps.com/discuss-among-yourselves-0 On Jul 25, 2010, at 6:42 PM, stephen barncard stephenrevoluti...@barncard.com wrote: Jerry - speaking of video, I haven't seen the link to the transcript of last Saturday's summit - have

Re: Regarding Rodeo discussions

2010-07-25 Thread Jerry Daniels
Jeff, most folks have been directing questions to our discussion list. A few folks hadn't gotten the word however. Thanks, Jerry Daniels Join the Rodeo discussion: http://rodeoapps.com/discuss-among-yourselves-0 On Jul 25, 2010, at 7:56 PM, Jeff Massung mass...@gmail.com wrote: Let me

Re: Regarding Rodeo discussions

2010-07-25 Thread Mark Swindell
Another point of view. Isn't Rodeo an adjunct to Revolution? I can take my Rev stack and (in future with greater complexity) the translator will port it to a web-based interface. All the posts I see on the list are headed with Rodeo. They sort into a thread that I can delete or read as I

Re: Regarding Rodeo discussions

2010-07-25 Thread Robert Mann
Ok, I did launch one of the latest big thread about rodeo, relaying the ending of the beta program. I was aware of the tensions that showed up between Jerry's communicative enthusiasm and this list and possibly runrev, and I took the move thinking there was more pros than cons. It did attract

Re: Regarding Rodeo discussions

2010-07-25 Thread Robert Mann
It could help if we had a commmon list of suggested [tags] to use as filters for topics and pass the word to use them. I'd really prefer that every datagrid question start with [Datagrid] and so on... So far I used [OT] [datagrid] [audio] [rodeo] what do you think? -- View this message in

Re: Regarding Rodeo discussions

2010-07-25 Thread Mark Wieder
Robert- Sunday, July 25, 2010, 7:49:30 PM, you wrote: It could help if we had a commmon list of suggested [tags] to use as filters for topics and pass the word to use them. I'd really prefer that every datagrid question start with [Datagrid] and so on... So far I used [OT] [datagrid]

Re: Regarding Rodeo discussions

2010-07-25 Thread J. Landman Gay
On 7/25/10 9:43 PM, Robert Mann wrote: So rodeo could well be just a piece of the revTalk puzzle, like dataGrids are.. tRev is... and so on.. and have a place here. No. Datagrids and tRev can be used within Rev and become an integral part of the IDE. Rodeo is a non-Rev product that cannot be

Re: Regarding Rodeo discussions

2010-07-25 Thread Jerry Daniels
Robert, et al., A Couple Observations 1. Rodeo posts often quickly become non-Rodeo posts One of the more interesting aspects of the Rodeo posts of late is that a great deal of them are often not about Rodeo, but other topics that just get tagged onto a Rodeo-titled thread. Therefore, I think

Re: Regarding Rodeo discussions

2010-07-25 Thread Chipp Walters
Wouldn't the fact Jerry is in CONSTANT CONTACT with Kevin at RunRev seem like a natural governor for Rodeo discussions? I've known Kevin for many years, and he wouldn't have a problem telling Jerry to get his own listserv-- in an Edinburgh minute. I don't follow Rodeo THAT much. It's for you Mac

Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-25 Thread Shao Sean
Hopefully they get back on track with updating the desktop offering.. Actually the external is all Carbon.. I have played with a couple other single use externals that used Cocoa from Carbon.. ___ use-revolution mailing list