Re: OT: Rio 2016

2009-10-02 Thread Mike Markkula
Super Great video! Mike On 10/2/09 10:22 AM, "Andre Garzia" wrote: > Our winter will not go below 20 celsius, it is never too cold in Rio. > I am all about RunRev Coding Games I could organize that, there is a > wonderful conference hotel near my place, 5 minutes from the beach of > ca

Re: Rev cannot open my jpeg ! - and some serious thinking

2009-07-13 Thread Mike Markkula
rev.zip This is definitely a problem that rev needs to fix very soon! Vote for bug # 4026 !! http://quality.runrev.com/qacenter/show_bug.cgi?id=4026 Go Rev! Mike Markkula On 7/1/09 1:07 AM, "Sarah Reichelt" wrote: >>> Me for one. My app Pic-a-POD <http://www.troz.net/Pic-a-POD/

Re: Rev cannot open my jpeg ! - and some serious thinking

2009-06-28 Thread Mike Markkula
Sarah, The script below will at least treat the user properly. I too wish wish wish Rev would remove the 4095 pixel width limit! (there is no height limit) As is, its a deal breaker for any serious app in the photography arena. Mike Markkula

Re: Drag images into text field

2009-06-10 Thread Mike Markkula
This script works for me... TheAllowableFileTypes global is just a list of the file types Rev handles and is set in an openStack handler when the app is launched. The ³importImage² function imports the image, scales it to a size set in the app¹s preferences, adds it to an images library stack, and