Re: The State of the Art of Auto Upgrading - How do You Do It?

2010-08-26 Thread Chipp Walters
Sivakatirswami, Send me a private email and I can get you the latest. I'm really busy right now and don't have time to update the files or site. On Wednesday, August 25, 2010, Web Admin Himalayan Academy ka...@hindu.org wrote:  Chipp, I see last mod dates of 8/25... did you update the

Spider-web chart

2010-08-26 Thread Éric Miclo
Hello, I've looked at the two Rev select chart libraries/tools, but I was looking for spider-web charts and neither ChartMaker or ChartsEngine provide something like that. Does anybody know a library that could provide such charts? Thanks, Best regards, ÉrIC Miclo -- My NeXT computer will

The power of despeckle-median filters: Image examples

2010-08-26 Thread Wilhelm Sanke
For those few on the list that are interested in image processing I have put together a web page demonstrating the effects of pre-processing images with despeckle-median filters before applying convolve-matrix filters: http://www.sanke.org/MetaMedia/despeckle filters.htm Using two images -

Re: The power of despeckle-median filters: Image examples

2010-08-26 Thread Thomas McGrath III
Wilhelm, Very interesting results. You say this was done via revTalk? Very nice. I like the lack of visual clutter that the preprocessing with Despeckle offers. Tom Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net I Can Speak - Communication for the rest

Re: Asus Eee PC and Rev app

2010-08-26 Thread Mark Talluto
On Aug 22, 2010, at 9:50 PM, jim sims wrote: I have a commercial app that wouldn't work on the following machine. So, I made a simple Hello World test app with Rev 3.5, simple one button, one file app that saves no data for testing where the issue might be. it runs fine on my XP and also

Re: The power of despeckle-median filters: Image examples

2010-08-26 Thread Mark Talluto
On Aug 26, 2010, at 3:48 AM, Wilhelm Sanke wrote: For those few on the list that are interested in image processing I have put together a web page demonstrating the effects of pre-processing images with despeckle-median filters before applying convolve-matrix filters:

Re: Menu button with different fonts in label and menu?

2010-08-26 Thread Jonathan Lynch
I am just putting this in, in case someone needs to do this in the future. This script creates a disabled image of the button, slightly cropped in, and places it in the spot on the button where it should go. This way, you can then go in and change the font of the button to a symbol or wingding

DataGrid Error: Trying to Load a Grid on Program Start

2010-08-26 Thread Andrew Kluthe
Hey all, I have two datagrids that save the data within them to the disk when it is changed and reloads from the file on program start. The files they save are tab delimited lines with the headers in line one. This the output of the grid's dgText. On load, if the files are empty except for

Re: The power of despeckle-median filters: Image examples

2010-08-26 Thread François Chaplais
Did you use integer or floating points for this? And I how did you implement convolution (FFT?)? I would like to implement a simple wavelet processing demo on the web using iRev. Very best François Le 26 août 2010 à 12:48, Wilhelm Sanke a écrit : For those few on the list that are interested

Re: DataGrid Error: Trying to Load a Grid on Program Start

2010-08-26 Thread Andrew Kluthe
Another set of attempts were all failures. This time I put the code to load the file into the DataGrid inside of the datagrid. I recieved the same errors when trying to call that handler from the stack or any other card script. So I made a set of buttons on card LocalData to send the data load

Re: Mark V. Shaney algorithm

2010-08-26 Thread Bob Sneidar
Hah! My post was tongue in cheek. :-) BOB On Aug 22, 2010, at 1:36 AM, Björnke von Gierke wrote: You guys are doing it wrong. This is not about creating meaningful sentences out of books. instead it creates human seeming sentences on technical forums. For example I gave it the reply to

Re: [OT] Dead Video and no keyboard

2010-08-26 Thread Bob Sneidar
I have a schematic of the first Fat Mac. Would that help? ;-) Bob On Aug 21, 2010, at 12:48 AM, Richmond wrote: Dear Mike and Mark, Thank you both for your advice: having reset the PMU (which was not red) on my G4 MDD and reset all the RAM modules as well as the PCI and AGP cards I am

Re: [OT] Dead Video and no keyboard

2010-08-26 Thread Bob Sneidar
None of the solo processor G4's required this to my knowledge. Bob On Aug 21, 2010, at 6:46 AM, Mike Bonner wrote: Can the mac g4 run with a single memory chip installed? If so, you might try playing a game of musical memory. Try 1 chip at a time and see if you get video with a single.

Re: Converting to title case

2010-08-26 Thread James Hurley
Message: 3 Date: Wed, 25 Aug 2010 15:44:01 -0300 From: Andre Garzia an...@andregarzia.com Subject: Re: Converting to title case To: How to use Revolution use-revolution@lists.runrev.com Message-ID: aanlktikm63ci3pkltp9qu57gfbb4o99aahm1tmzds...@mail.gmail.com Content-Type: text/plain;

Re: [OT] Dead Video and no keyboard

2010-08-26 Thread Bob Sneidar
Oh, bingo yeah I forgot about that. But usually no bong. The bong is a memory test. Bob On Aug 21, 2010, at 9:33 AM, Mark Wieder wrote: Richmond- Another off-the-wall thought: I've had problems with G4 machines before where the no-video problem was actually caused by a failing battery

Re: Converting to title case

2010-08-26 Thread Andre Garzia
Jim, With that solution I used, try iterating over lines and replacing on a line per line basis. It should minimize the overhead and speed up things. Andre On Thu, Aug 26, 2010 at 5:18 PM, James Hurley jhurley0...@sbcglobal.netwrote: Message: 3 Date: Wed, 25 Aug 2010 15:44:01 -0300 From:

Re: [OT] Dead Video and no keyboard

2010-08-26 Thread François Chaplais
I do not know if this will help you, but last year I had the following problem: my 2007 macBook pro refused to boot, no chime, nothing. I had had read in some mac blogs that my mac was in a series having a defective NVIDIA graphic card. I brought the MBP to my local Apple dealer for repair; the

Inserting unicodeText into a unicode string?

2010-08-26 Thread Richmond
[Working on my G4 MacMini at present] So here I am with a long unicodeText string in a field and I want to put some more unicodeText inside it (where I set my cursor) . . . Adding text at the end is easy: Set the unicodeText of fld XYZ to the unicodeText of fld XYZ numToChar(5)

Re: DataGrid Error: Trying to Load a Grid on Program Start

2010-08-26 Thread zryip theSlug
On Thu, Aug 26, 2010 at 9:10 PM, Andrew Kluthe and...@rjdfarm.com wrote: Hey all, I have two datagrids that save the data within them to the disk when it is changed and reloads from the file on program start. The files they save are tab delimited lines with the headers in line one. This

Re: DataGrid Error: Trying to Load a Grid on Program Start

2010-08-26 Thread zryip theSlug
On Thu, Aug 26, 2010 at 11:53 PM, zryip theSlug zryip.thes...@gmail.com wrote: on preOpenStack go to cd LocalData -- load the datagrid in this card go to first cd set the dgData of grp AddTickets to empty end preOpenStack I correct myself: on preOpenStack go to cd LocalData -- load the

Determining LAN IP

2010-08-26 Thread Monte Goulding
Hi Everyone To determine the domain name of the computer Rev is running on we use hostName() and to turn that into an IP we use hostNameToAddress(hostName()). If you are behind a router this will return your LAN IP however if your computer is using a modem it will return a public IP. I need a

Re: Determining LAN IP

2010-08-26 Thread Mark Schonewille
Hi Monte, Does hostnametoaddress(localhost) work for you? -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 27 aug. 2010 om 00:50 heeft Monte

Re: Determining LAN IP

2010-08-26 Thread Jim Ault
You could just ping whatIsMyIp.com On Aug 26, 2010, at 3:50 PM, Monte Goulding wrote: Hi Everyone To determine the domain name of the computer Rev is running on we use hostName() and to turn that into an IP we use hostNameToAddress(hostName()). If you are behind a router this will

Re: Determining LAN IP

2010-08-26 Thread Monte Goulding
Unfortunately not because that will return a public IP. Nothing on the WAN should be able to determine the LAN IP. Cheers Monte On 27/08/2010, at 8:57 AM, Jim Ault wrote: You could just ping whatIsMyIp.com On Aug 26, 2010, at 3:50 PM, Monte Goulding wrote: Hi Everyone To determine

Re: Determining LAN IP

2010-08-26 Thread Monte Goulding
Hi Mark That will always return 127.0.0.1 which if entered into the iPhone would make the iPhone want to sync with itself. I need a local network IP. Cheers Monte On 27/08/2010, at 8:54 AM, Mark Schonewille wrote: Hi Monte, Does hostnametoaddress(localhost) work for you? --

Re: Determining LAN IP

2010-08-26 Thread Andre Garzia
Monte, Go for the parsing of ifconfig, I think it is the easier one. :D On Thu, Aug 26, 2010 at 8:20 PM, Monte Goulding mo...@sweattechnologies.com wrote: Unfortunately not because that will return a public IP. Nothing on the WAN should be able to determine the LAN IP. Cheers Monte On

Re: Determining LAN IP

2010-08-26 Thread Jim Ault
On Aug 26, 2010, at 3:54 PM, Mark Schonewille wrote: Hi Monte, Does hostnametoaddress(localhost) I get 127.0.0.1 which is my cpu, which is what I would expect. work for you? Op 27 aug. 2010 om 00:50 heeft Monte Goulding mo...@sweattechnologies.com het volgende geschreven: Hi

Re: Determining LAN IP

2010-08-26 Thread Monte Goulding
Yeah, that was what I was thinking I would have to do... :-) Cheers Monte On 27/08/2010, at 9:26 AM, Andre Garzia wrote: Monte, Go for the parsing of ifconfig, I think it is the easier one. :D ___ use-revolution mailing list

Re: Determining LAN IP

2010-08-26 Thread Andre Garzia
On Thu, Aug 26, 2010 at 8:29 PM, Jim Ault jimaultw...@yahoo.com wrote: On Aug 26, 2010, at 3:54 PM, Mark Schonewille wrote: Hi Monte, Does hostnametoaddress(localhost) I get 127.0.0.1 which is my cpu, which is what I would expect. Jim, that is loopback it is useless for anything

Re: Determining LAN IP

2010-08-26 Thread Andre Garzia
Monte, If you're in control of both applications (the iPhone one and Rev one), you can code so that they find each other without user interaction. You can use ZeroConf for that or so some brute force attempts such as looping all the local ip address range looking for each other. For example, if

Re: Determining LAN IP

2010-08-26 Thread Monte Goulding
For example, if my Rev built-in server listen at port 9876, I can make the iPhone app find it's own ip and then go for x.x.x.1 til x.x.x.254 trying to connect on port 9876, no manual ip thing needed but could be provided if automatic lookup failed. Hmm I never thought of that. What about

Re: Inserting unicodeText into a unicode string?

2010-08-26 Thread Mark Schonewille
Hi Richmond, In the openField handler or the selectionChanged handler, you need to add a script, which checks whether the number of chars/bytes before the text insertion point is even. If it isn't, move the insertion point by 1 character/byte. -- Kind regards, Mark Schonewille Economy-x-Talk

Re: Determining LAN IP

2010-08-26 Thread Monte Goulding
OK, a few mods to Ken Ray's great getMACAddress function and while we implement zeroconf users can just copy the result of the function to their phone: http://goulding.ws/consulting/open-source/ PS I know there was a zeroconf external a long time ago. Is it still being maintained? Although if

Re: Determining LAN IP

2010-08-26 Thread Andre Garzia
Monte, Never tried broadcasting TCP but broadcasting UDP should work. You could fire some UDP packets as a kind of ping, your client would then gather the IP from that. :D On Thu, Aug 26, 2010 at 9:42 PM, Monte Goulding mo...@sweattechnologies.com wrote: For example, if my Rev built-in

Re: Determining LAN IP

2010-08-26 Thread Monte Goulding
Hmm.. we are looking at zeroconf and either writing an external or using dns-sd in shell to register. Cheers Monte On 27/08/2010, at 12:50 PM, Andre Garzia wrote: Monte, Never tried broadcasting TCP but broadcasting UDP should work. You could fire some UDP packets as a kind of ping, your

Re: DataGrid Error: Trying to Load a Grid on Program Start

2010-08-26 Thread Andrew Kluthe
Zryip! You are a life saver! This makes perfect sense. It was working fine when I was watching the data come in and out by opening the card with the grids on it. Right before my meeting I hid that button because the end user doesn't need to see all of that. Then the program suddenly didn't work