Re: Twitter and Oauth

2010-11-19 Thread Andre Garzia
I fled in fear as well... I call it ONoesAuth On Fri, Nov 19, 2010 at 1:21 PM, David Bovill wrote: > Me too - I've looked at oAuth, but fled in fear :) Keen to get on and crack > it. I've got a bit of work on Twitter clients as well I could throw in the > mix. > > On 19 November 2010 14:06, Erik

Re: The New FRelease

2010-11-19 Thread Andre Garzia
On Fri, Nov 19, 2010 at 11:39 AM, Richard Gaskin wrote: > Cal Horner wrote: > > I know this is a 'bit' early and I may be jumping the gun but... >> >> Has anyone out there installed Elsie four fiftyone and if so are there any >> gotchas waiting to bite us in the backside? >> >> Or, is everything

Re: LiveCode and the Mac App Store

2010-11-19 Thread Andre Garzia
Thomas & Jacque, What I am going to say here is untested. So far I haven't got the time to try it out but "it should work" (tm). What you see on the "Documents" interface on iTunes is the same folder you get when you use specialFolderPath("documents"). So why doesn't all apps shown up? Because yo

Re: Please suggest script

2010-11-17 Thread Andre Garzia
yes, Devin wins! On Wed, Nov 17, 2010 at 4:40 PM, Devin Asay wrote: > > On Nov 17, 2010, at 11:30 AM, Timothy Miller wrote: > > > Thanks Andre! > > > > I think you might have misunderstood my request. What I want to do is > pretty simple. I will manually locate web URLs, and hilite them manually

Re: Please suggest script

2010-11-17 Thread Andre Garzia
ho ho ho I was going to say, do what Mike said... On Wed, Nov 17, 2010 at 4:40 PM, Mike Bonner wrote: > Oh yeah. Do what andre said and use linkclicked. > > On Wed, Nov 17, 2010 at 11:36 AM, Andre Garzia >wrote: > > > On Wed, Nov 17, 2010 at 4:30 PM, Timo

Re: Please suggest script

2010-11-17 Thread Andre Garzia
On Wed, Nov 17, 2010 at 4:30 PM, Timothy Miller < gand...@doctortimothymiller.com> wrote: > Thanks Andre! > > I think you might have misunderstood my request. What I want to do is > pretty simple. I will manually locate web URLs, and hilite them manually. > They are in plain text. Then I want to c

Re: Please suggest script

2010-11-17 Thread Andre Garzia
Tim, What you need to do is to loop your fields using a Regular Expression ( http://www.regular-expressions.info/ ) and MatchChunk to find out what chunks are URLs. Then you set the textstyle of those chunks to linktext. On the fields you intercept linkclicked and the clicked text will be the urls

Re: LiveCode Personal Banner

2010-11-15 Thread Andre Garzia
Folks, It all boils down to two things: (1) The personal edition has a splash screen that takes 10 seconds to vanish and people are unhappy. This amount of time could be fixed to five or six seconds to better suit the personal users. Even so, the personal edition watermark/splash is not something

Re: Bug Tracking

2010-11-12 Thread Andre Garzia
Peter, This was a hot topic some months ago here. There are many alternatives and many users have rolled their own as well. Your first choice is: (a) To use a standard VCS/SCM software such as Git, Mercurial, Darcs, Bazaar, Svn, Fossil... (b) Roll your own If you go with letter (a) then you sho

Re: iOS DB?

2010-11-12 Thread Andre Garzia
no externals available to iOS right now... so sorry, no db. :-/ On Fri, Nov 12, 2010 at 2:38 PM, Mike Kerner wrote: > That is of course what I meant, but I didn't know if LC could use it or not > since we have an SQL engine in LC > ___ > use-revolution

Re: iOS DB?

2010-11-12 Thread Andre Garzia
Mike, There is no mysql dbms built in on iOS, there is SQLite in two forms, something that can be accessed thru Objective-C/Cocoa and HTML5 Storage which is available for webapps. Both forms are closed for us and we can't access any with iOS deployment option. andre On Fri, Nov 12, 2010 at 1:41

Re: Path and File Questions for On-Rev

2010-11-03 Thread Andre Garzia
better than that is to create a listFiles function such as: function listFiles pPath put the defaultfolder into tCurrentDefaultFolder set the defaultfolder to pPath get the files set the defaultfolder to tCurrentDefaultFolder return it end listFiles This way, you don't risk overwriting

Re: Where's my keyboard shortcut for "import as control"?

2010-11-01 Thread Andre Garzia
others shortcuts are missing too... I can't seem to find CMD+K for stack inspector On Mon, Nov 1, 2010 at 3:34 PM, Devin Asay wrote: > > On Nov 1, 2010, at 9:40 AM, tkuyp...@telenet.be wrote: > > > Could be me, but I'm missing the keyboard shortcut for importing an image > into a stack... > >

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
> > > > I've used PHP to do 'shell utilities', I sure wish Rev could act similar. > How nice would it be to just have one language/syntax for the bulk of your > code. > > There is RevServer... -- http://www.andregarzia.com All We Do Is Code. ___ use-r

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
> > > On the subject of revserver, Andre, you mentioned that liburl works with > that, but I have yet to get it to work in a revserver script. Has there > been an updated release of revserver that works wiht liburl, or do I just > have something broken on my end or.. ? > > Mike, I think it can ha

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
> > > > I also am keen to use LiveCode to write "shell" programs and believe that > it is possible by adopting a slightly different approach. I believe that if > you build a "standalone" of your script, you can run the 'standalone" > program with the -ui argument. > > Peter, This approach has a co

Re: Rev as Linux Shell Script

2010-10-28 Thread Andre Garzia
Bill, The 3.5 engine is quite capable but it lacks the revolution libraries such as libURL, thats why your calls to URL commands fail. Another issue is that getting database working is not that trivial when you try for the first time. You need to set the externals on the startup handler to point t

Re: CronJobs [was Re: Where is the Login to Rev's Web Hosting]

2010-10-28 Thread Andre Garzia
You're welcome Gregory! :D On Thu, Oct 28, 2010 at 11:03 AM, Gregory Lypny wrote: > Hi Andre, > > Well, that's just too darn easy! > > As always, thanks a ton, > > Gregory > > > On Thu, Oct 28, 2010, at 8:47 AM, Andre G.: > > > Gregory, > > > > On your control panel there's something called "cron

Re: Where is the Login to Rev's Web Hosting

2010-10-27 Thread Andre Garzia
uh??? www.on-rev.com/home still the same, what is wrong? On Wed, Oct 27, 2010 at 11:57 AM, Gregory Lypny wrote: > A, rebranding. Went to Rev's home page. Can no longer find any links > to On-Rev. Can anyone point me in the right direction? > > Much obliged, > > Gregory > > ___

Re: liburlftpcommand problem

2010-10-27 Thread Andre Garzia
oh sorry I read it wrong!!! I thought it was a file not found problem and not a selectedtext problem, check out for CR in that case, the selected text might have a trailing CR at the end. On Wed, Oct 27, 2010 at 11:26 AM, Andre Garzia wrote: > Matthias, > > A shot in the dark but

Re: liburlftpcommand problem

2010-10-27 Thread Andre Garzia
Matthias, A shot in the dark but is this a virtual server or shared account? If this is then there is a chance you're referencing the wrong path as the first slash will make it a full path, try something like: dele htdocs/visit05/files/" & tText without the first slash. This way it will be relat

Re: [OT], but imagine an iPad Rev...

2010-10-26 Thread Andre Garzia
Lua is one of the permitted scripting languages on iOS... many games use it so when the great iOSCalypse happened and Lua was one of the first to recover since EA and other big boys use it inside their games. On Tue, Oct 26, 2010 at 11:14 AM, Geoff Canyon Rev > wrote: > I'm puzzled -- I though

Re: ANN: Installer Maker Plugin 1.4.2

2010-10-25 Thread Andre Garzia
Oh okay Mark, But keep in mind that installer maker is a product that directly supports desktop app developers so I don't think is an abuse to post one a quick summary when you're announcing an update. Some of your new features and fixes might net you some more customers and spread the love. Andr

Re: Https, sslVerification, certificates - huh?

2010-10-25 Thread Andre Garzia
Terry, There are two different things happening here. One is SSL encryption which protects the communication between your machine and the remote machine, the other is user authentication that protects the other machine from unauthorized access. For LiveCode to trust/accept an SSL certificate as v

Re: [ANN] IDE Extension Plugin on revOnline

2010-10-23 Thread Andre Garzia
Cool :D thanks for that :D On Sat, Oct 23, 2010 at 9:34 PM, zryip theSlug wrote: > Dear List, > > About a month ago the Slug has announced the availability of a small > plugin to extend the capability of the IDE. In case you missed it, > this plugin allows: > - resizing of selected control

Re: Progress bar with lock?

2010-10-22 Thread Andre Garzia
ar jump to > 85% then 10 seconds later go back to 0%? Someone ought to beat that > developer who thought THAT was a god idea! > > not a progress bar but a spinner, something to move and show that "hey, we're still processing", this is better than locking up. > Bob

Re: Tab Panel - how to change the hilited selection?

2010-10-22 Thread Andre Garzia
; > On Oct 22, 2010, at 9:49 AM, Andre Garzia wrote: > > > I think you can do it with the menuhistory > > this is what I was using: > set the menuhistory of button "NavBar" to 5 > > I thought that was the correct code but I find that when I set the > menuhi

Re: Tab Panel - how to change the hilited selection?

2010-10-22 Thread Andre Garzia
I think you can do it with the menuhistory cheers andre On Fri, Oct 22, 2010 at 2:39 PM, Kee Nethery wrote: > Amazingly enough, there appears to be no documentation for "Tab Panel", the > "button" with choices displayed along the top of a rectangle. > > I am using a Tab Panel to navigate betwee

[ANN] LocoSnap :: Snap like there is no tomorrow

2010-10-22 Thread Andre Garzia
Folks, Following the trend of "boring fridays at work", today I release to public scrutiny a handy tool called LocoSnap. LocoSnap is a tool to be used inside the LiveCode IDE to take screenshots from open stacks. It makes easy to take screenshots and save them to the HD or upload to a server. You

Re: Progress bar with lock?

2010-10-22 Thread Andre Garzia
There is yet another way. Screen locking does not affect animated gifs, so if you have an indeterminate progress bar in gif format (there are some bundled with rev in the image libraries), you can show it and lock screen the thing will keep spinning while you work.

Re: put ""

2010-10-21 Thread Andre Garzia
I am not sure about that name=FileX[] but file uploading require more than that. It requires: action="POST" and enctype="multipart/form-data" on the form tag. After that you will need a MIME enclosure decoder to extract the file out of the MIME envelope that is sent to you by the browser. You c

Re: revServer installation issues

2010-10-21 Thread Andre Garzia
ou? On Thu, Oct 21, 2010 at 8:10 PM, Pierre Sahores wrote: > Amazing you are , Doctor Andre "Holmes" Garcia ! Thanks 1000 times for this > too ;-) > > RevServer should now work just fine, is't ? Will test tomorrow on SnowLeo > and report the confirmation. > >

Re: External newbie question

2010-10-21 Thread Andre Garzia
Bonjour François, Je ne parle pas français so I will answer in english :-) You can't use Externals with LiveCode for iOS (AKA RevMobile). If you're not trying to do stuff with iPhone but are actually just trying to use the XCode that was bundled, then make sure you have the SDKs for Mac OS X inst

Re: [OT] Mac App Store

2010-10-21 Thread Andre Garzia
It is the Year Of Penguins in the Neo-Chinese calendar, the year we'll set our computers free from the bad quality of windows and the ungrokkable mood swings of Steve Jobs of Sith... now, let me install ubuntu again after buying my iphone 4... Jokes aside, I believe they would not be so drastic s

Re: [OT] Mac App Store

2010-10-21 Thread Andre Garzia
I am going to create my own software store and will lock steve out of it! On Thu, Oct 21, 2010 at 7:27 PM, Richard Gaskin wrote: > Is the the future of what our customers will see at our software sites? > > > > > -- > Richard Gaskin >

Re: XMLRPC question

2010-10-21 Thread Andre Garzia
Hello There Leland, Be welcome. Are you calling Userland Frontier server with that XML-RPC code? Well, let my curiosity be put aside and let us get back to business. Our XML-RPC library is barebones, it works but it is basically some convenient methods wrapping our XML generation library. Mind yo

Re: revServer installation issues

2010-10-21 Thread Andre Garzia
Folks, This is FIXED!! Damn Phil, check out your http.conf for AllowOverride None. By default this comes set for the documents folder and for the cgi-bin folder. You need to change it to "AllowOverride All" and then you can place your .htaccess files and they will work. Just did it he

Re: revServer installation issues

2010-10-20 Thread Andre Garzia
On Thu, Oct 21, 2010 at 3:49 AM, Phil Davis wrote: > I managed to replicate your problem here on my mac os x, am trying to solve >> it. >> > > Wow. Thanks Andre! That's huge! > I am good at breaking things, specially my computers! > > Phil -- http://www.andregarzia.com All We Do Is Code.

Re: revServer installation issues

2010-10-20 Thread Andre Garzia
Phil, check your error_log after you try to access your irev file, see if there is a premature end of headers and a permission error, one next to the other. That usually means suEXEC error. I managed to replicate your problem here on my mac os x, am trying to solve it. andre On Thu, Oct 21, 201

Re: [OT] Mac App Store

2010-10-20 Thread Andre Garzia
On Wed, Oct 20, 2010 at 11:56 PM, Monte Goulding < mo...@sweattechnologies.com> wrote: > > Wow, even though many scoffed, I predicted this would happen on the > > improve-list only a few months ago. That's a big camel's nose peeking in > > under the tent. > > > > Jeez, how long before you have to

Re: On-Rev File Browser Upload Dialog

2010-10-20 Thread Andre Garzia
Rick, There is no way around this. RevServer is not like the desktop engine, there is no GUI. Actually the whole web is like this, you communicate using stateless transactions exchanging what is basically text. What you do is send a form to the browser with the correct encoding and inputs and the

[OT] Mac App Store

2010-10-20 Thread Andre Garzia
Folks, check out: http://www.apple.com/mac/app-store/ Will our LiveCode apps be featured there? So far we do not know since the thing was announced 10 minutes ago, but one can only hope! Andre -- http://www.andregarzia.com All We Do Is Code. ___

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-19 Thread Andre Garzia
On Sat, Oct 16, 2010 at 3:24 AM, Mark Wieder wrote: > Andre- > > Friday, October 15, 2010, 11:48:42 AM, you wrote: > > > Glad you liked it! :-) > > > Given infinite time and money I'd implement UserRPL and SystemRPL... > > It would be fairly easy to get from here to a full-fledged FORTH > system,

Re: on-rev remote database

2010-10-19 Thread Andre Garzia
I think safety is over rated on some places. It all depends on the sensitiveness of the information you are storing. If this is a simple "Cooking Recipes Website" then using standard security polices will be enough. If you're building your first web enabled livecode based nuclear reactor then you m

Re: on-rev remote database

2010-10-19 Thread Andre Garzia
Folks, You can have remote connections for MySQL databases by setting the remote mysql option. Even though PostgreSQL is more pure than MySQL, right now, going thru mySQL might be a good option for your read only database. :-D On Tue, Oct 19, 2010 at 7:33 PM, Mike Bonner wrote: > Glad it was t

Re: [ANN]BvG Docu 1.7

2010-10-19 Thread Andre Garzia
Mr BvG, I am on plain 4.5.0 here and it did not work for some odd reason.. :-/ it has no error message, but when I click re-generate, I get one dict file and nothing more and the stack do not work, like empty content. Andre 2010/10/19 Björnke von Gierke > > I get "A problem Occured: sorry, bu

Re: [ANN]BvG Docu 1.7

2010-10-19 Thread Andre Garzia
not working for me, does not generate the 1000 files, only one is generated... :-/ 2010/10/18 Björnke von Gierke > Hi everybody > > Just a quick reminder about bvg docu, the stack for those who want to > replace the build in docu. Unlike the default offering, it has adjustable > type-size, uses

Re: [OT] First Mobile App Released

2010-10-17 Thread Andre Garzia
I can't buy it, the game is not available on the Brazilian iTunes Store. There is no game category here only the entertainment category, if it is on game category, then it is not available to me :-( but it is a great game, I played the beta! :-) On Sun, Oct 17, 2010 at 3:32 PM, Petrides, M.D. Mar

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Andre Garzia
On Fri, Oct 15, 2010 at 4:02 PM, Bob Sneidar wrote: > Really? I never knew that. Cool. I guess I am not as smart as I still think > I am. ;-) > I can't solve alebraic equations past a very near complexity threshold without the aid of computers. I wish my math was better. At least I managed to pa

Re: [UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Andre Garzia
Glad you liked it! :-) Given infinite time and money I'd implement UserRPL and SystemRPL... On Fri, Oct 15, 2010 at 2:30 PM, wrote: > Andre. > > Bravo. Looks just like my HP-35 (the HC of its kind), except you can see > all four registers. > > The "y^x" is relatively modern, in that if you want

[UPDATE] The little RPN Calculator now is more HP like

2010-10-15 Thread Andre Garzia
Folks, following Craig advise, I've changed the little RPN calculator stack to be more HP like. Now it has four stack registers (X,Y,Z,T). T will roll down as expected. There is now a roll down button. I also made the label on the buttons bigger. Before this change, the calculator has an "infini

Re: determining if user has shell access

2010-10-14 Thread Andre Garzia
Monte, Where I work we manage third parties windows machine and while on some cases those companies block the users out of the command prompt, they usually don't do that but one thing that I've heard they do is block their access to ipconfig. They can't access ipconfig.exe or cmd.exe usually whic

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
Craig, I see... the thing about X,Y,Z,T is that some HP calculators have only 4 stacked register with some tricks with X,Y and T always rolling. My little stack is limited only by the memory available. I am trying to shoehorn the rolling T right now... I just read http://www.hpmuseum.org/rpn.htm

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
Craig, Just added a new revision to RevOnline, now there is a negate button and the minus sign behave as expected (by executing the operation) the switch and rolldown button would depend on me having registers which I don't right now. There is "swp" which swaps the last two entries in the stack.

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
On Wed, Oct 13, 2010 at 5:29 PM, wrote: > Andre. > > I see what you intended. I really think you should follow the HP standard, > with a separate "change sign" key. Keep the faith... > I will, but it will break my layout.. :-) next revision I will add it along with some other tidbits. Do you ha

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
Craig, I debated with myself for some time today regarding the minus sign. The best solution is having two buttons one for changing the sign and other for the operation. Right now, my minus button will behave like this: (1) if there is a text that is on the "entry field" which is the buffer plac

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
(like me) > > Bob > > > On Oct 13, 2010, at 10:18 AM, Andre Garzia wrote: > > > Folks, > > > > I've decided to share my little RPN Calculator on RevOnline. > > > > http://revonline2.runrev.com/download/stack/518/RPN-Calc > > > > It

Re: WindowBoundingRect in Linux

2010-10-13 Thread Andre Garzia
if you guys want to go crazy with window managers check out suckless.org specifically wmii and dwm also check "awesome" window manager On Wed, Oct 13, 2010 at 2:52 PM, Richmond wrote: > On 10/13/2010 08:41 PM, Peter Alcibiades wrote: > >> Yes this is right, it does it with flux on Debian also.

Re: [ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
Yay! 19 downloads in 1 hour! :-D if anyone has any feedback, please send tell me! On Wed, Oct 13, 2010 at 2:18 PM, Andre Garzia wrote: > Folks, > > I've decided to share my little RPN Calculator on RevOnline. > > http://revonline2.runrev.com/download/stack/518/RPN-Calc &g

[ANN] Simple RPN Calculator on RevOnline

2010-10-13 Thread Andre Garzia
Folks, I've decided to share my little RPN Calculator on RevOnline. http://revonline2.runrev.com/download/stack/518/RPN-Calc It is quite simple and it has a minimalistic stack (the data structure, not the file format) implementation on the stack script. I am quite fond of this little piece. It w

Re: [OT] 42-day

2010-10-10 Thread Andre Garzia
It is also the release date of ubuntu 10.10 Sent from my iPad On Oct 10, 2010, at 6:16 AM, Mark Schonewille wrote: > Hi, > > Today is 42-day. > > put baseconvert("42",10,2) > > gives 101010, which is today's date. I believe this is a good occasion to > post a link to an anecode that Colin

Re: [OT] Morning fun: Tao of Programming

2010-10-09 Thread Andre Garzia
On Sat, Oct 9, 2010 at 5:58 PM, Colin Holgate wrote: > > On Oct 9, 2010, at 4:55 PM, Andre Garzia wrote: > > > It was just a joke... actually, right now, I am eating pizza which > improves > > my state of mind and by consequence my coding. > > A che

Re: [OT] Morning fun: Tao of Programming

2010-10-09 Thread Andre Garzia
On Sat, Oct 9, 2010 at 4:44 PM, Richmond wrote: > On 10/09/2010 08:42 PM, Andre Garzia wrote; > > I am on purgatory right now... >> >> >> A bit too Catholic for my taste (purgatory); let's just say that over the > last few lifetimes > I obviously racked s

Re: [OT] Morning fun: Tao of Programming

2010-10-09 Thread Andre Garzia
On Sat, Oct 9, 2010 at 1:32 PM, Mark Wieder wrote: > Andre- > > Saturday, October 9, 2010, 9:09:50 AM, you wrote: > > > http://www.canonical.org/~kragen/tao-of-programming.html > > > There are some real pearls in here. > > I've alway liked the Tao of Programming. > > "A well-written program is it

[OT] Morning fun: Tao of Programming

2010-10-09 Thread Andre Garzia
http://www.canonical.org/~kragen/tao-of-programming.html There are some real pearls in here. -- http://www.andregarzia.com All We Do Is Code. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscrib

[ANN] Screen Saver Primer

2010-10-08 Thread Andre Garzia
Folks, Found another piece of old technology here. A little tutorial on how to build screensavers for windows using Rev^H^H^HLiveCode. It is on RevOnline under my account, look for ScreenSaver primer or http://revonline2.runrev.com/download/stack/517/ScreenSaver-primer :D PS: I've built this

Re: [ANN] New version of FTP Commander

2010-10-08 Thread Andre Garzia
or ftp urls... but I will only be able to do it when I have the time. Andre > Bob > > > On Oct 8, 2010, at 11:09 AM, Andre Garzia wrote: > > > Folks, > > > > I think it was in 2004 that I've release a tiny FTP Client built with Rev > > called FTP

Re: List URL on REV

2010-10-08 Thread Andre Garzia
Raz, You need to be more specific than that. What are you trying to accomplish? andre 2010/10/8 Razvan Pantescu > > Hello, > > How can I put an URL on a rev widget, can someone help me? > > Thanks, > > Raz. > > > > ___ > use-revolution mailing list >

Re: [ANN] New version of FTP Commander

2010-10-08 Thread Andre Garzia
ir of stacks that > could find each other over a Local Area Network > and transfer files between them. > > It's too difficult what i am asking for? > > Thanks in advance! > > Al > > > Andre Garzia-3 wrote: > > > > Today, I am releasing a l

[ANN] New version of FTP Commander

2010-10-08 Thread Andre Garzia
Folks, I think it was in 2004 that I've release a tiny FTP Client built with Rev called FTP Commander. Today, I am releasing a little update for that tool. It is available on revOnline and at: http://dl.dropbox.com/u/1340110/ftpcommander.rev It is a simple FTP Client with two columns, one will s

Re: Livecode suffix is a pain

2010-10-08 Thread Andre Garzia
On Fri, Oct 8, 2010 at 2:13 PM, wrote: > That stack is a model of clean, elegant design. Pleasing to the eye, it is > easy to see that it was carefully planned. Object alignment and uniformity > is inspired. Who is the artist, I wonder? > > it looks like one of mine but I am just a student, this

Re: LiveCode mention at Programmers Stack Exchange

2010-10-06 Thread Andre Garzia
On Wed, Oct 6, 2010 at 4:59 PM, Mark Wieder wrote: > Andre- > > Wednesday, October 6, 2010, 11:40:55 AM, you wrote: > > > you need 50 points of reputation before being able to comment. right now, > > you can only answer (1 rep) > > I saw the part about needing reputation points to vote, but didn'

Re: [OT+ANN] Just finished a rather large project

2010-10-06 Thread Andre Garzia
I am so gonna buy this! And not the pirate copy that sell next to my job for USD 3... :-D the behind the scenes movie rocks! On Wed, Oct 6, 2010 at 4:53 PM, Andre Garzia wrote: > Wow! Quite good Jeff, can you describe more the process of development for > the Wii? Which tools do you gu

Re: [OT+ANN] Just finished a rather large project

2010-10-06 Thread Andre Garzia
Wow! Quite good Jeff, can you describe more the process of development for the Wii? Which tools do you guys use (Unity3d?) :-D On Wed, Oct 6, 2010 at 4:43 PM, Jeff Massung wrote: > The past 4 months for me have been pretty grueling. But me (and all the > wonderful people in my team) have just f

Re: LiveCode mention at Programmers Stack Exchange

2010-10-06 Thread Andre Garzia
you need 50 points of reputation before being able to comment. right now, you can only answer (1 rep) On Wed, Oct 6, 2010 at 1:39 PM, Richmond wrote: > On 10/06/2010 07:11 PM, Mark Wieder wrote: > >> Scott- >> >> Wednesday, October 6, 2010, 2:11:24 AM, you wrote: >> >> in case anyone uses that

Re: RevBrowser bug

2010-10-06 Thread Andre Garzia
can someone confirm this is a regression? Did it happen in 4.0 or 3.x ? On Wed, Oct 6, 2010 at 9:58 AM, Mike Bonner wrote: > Done. > > I've fought with this before. Its a real pain in the butt. Did things like > setup the browser stack as a float on top stack that was docked with the > stack be

Re: LiveCode mention at Programmers Stack Exchange

2010-10-06 Thread Andre Garzia
can't vote, no reputation! On Wed, Oct 6, 2010 at 6:11 AM, RunRevPlanet < runrevpla...@smpcs.server101.com> wrote: > Hi All, > > There is an entry for "LiveCode" at a new site called "Programmers Stack > Exchange" in a question titled, "What’s your favorite programming language?" > > The web addr

Re: Download Beta Test Franklin Audio External for LiveCode

2010-10-05 Thread Andre Garzia
On Mon, Oct 4, 2010 at 8:02 PM, Pierre Sahores wrote: > Lynn, > > Really amazing. Even if i got exactly the same beta-glichies exposed by > Bob, Franklin Audio seems very promising (OS X 10.6.4 MBP i7 15"). Will it > be way to run it from within the webPlugin ? > the webplugin has no support for

Re: HTML Text and Images

2010-10-05 Thread Andre Garzia
On Tue, Oct 5, 2010 at 7:32 PM, Ray Horsley wrote: > If > worse comes to worse I can always just keep the image I create to get the > dimensions, resize it and use it instead. > I think this is the only way. If you'd go with RevBrowser you could set image attribute such as height and width in

Re: [OT} (slightly) Anyone knows an affordable HD recovery service?

2010-10-05 Thread Andre Garzia
I've used Boomerang Data Recovery software with very good sucess rates dealing with broken flash memory (pendrives, sd cards) and HD. Bonus point that it already deals with HFS+ stuff http://www.boomdrs.com/ It is not cheap but I've paid and am happy. On Tue, Oct 5, 2010 at 6:38 PM, Pierre Sahor

Re: HTML Text and Images

2010-10-05 Thread Andre Garzia
On Tue, Oct 5, 2010 at 3:15 PM, Ray Horsley wrote: > Many thanks to Andre Garzia for help on this. I'm still faced with some > [possibly new] issues regarding setting the htmlText of a fld. What I need > is the height and width of images inside the htmlText. Ideally I'd l

Re: Which app has which ports

2010-10-05 Thread Andre Garzia
Yes it is true Dar, I was not thinking straight On Tue, Oct 5, 2010 at 12:51 AM, Dar Scott wrote: > What about processes run by vermin, or some other user, or the root? > > > On Oct 4, 2010, at 9:20 PM, Andre Garzia wrote: > > I don't think you need sudo... I did

Re: Which app has which ports

2010-10-04 Thread Andre Garzia
I don't think you need sudo... I did my lsof line without it... On Tue, Oct 5, 2010 at 12:05 AM, Dar Scott wrote: > On OS X: > > sudo lsof -i -P > > The command to run the process is in the first column and the process ID is > in the second. > > I tried netstat, but that did not work > > Dar > >

Re: Which app has which ports

2010-10-04 Thread Andre Garzia
Bob, Use the following magic incantation on the terminal: lsof -Pnl +M -i4 :-D hope this helps! On Mon, Oct 4, 2010 at 9:37 PM, Bob Sneidar wrote: > Anyone know how to find which application opened a certain port? I have a > mail server that wants to run LDAP but can't because the default

Re: Feture request? WAS Re: RevBrowser question

2010-10-04 Thread Andre Garzia
I'd vote for it! not that my votes ever came into fruition... On Mon, Oct 4, 2010 at 11:29 AM, Ben Rubinstein wrote: > On 04/10/2010 15:24, Klaus on-rev wrote: > >> Hi all, >> >> Klaus, >>> >>> You can have a hidden revBrowser window where you load things, if it >>> suits >>> you then, you loa

Re: RevBrowser question

2010-10-04 Thread Andre Garzia
Klaus, You can have a hidden revBrowser window where you load things, if it suits you then, you load things on the visible one after fiddling with the hidden one. Kinda cumbersome but it works, if all you need to check is in the HTML source then it is better with libURL calls under beforeNavigate

Re: HTML Text

2010-10-01 Thread Andre Garzia
png Remember the relative folder, if possible, always use full paths by figuring out the path before assembling the HTMLText chunk and replacing the variables. > > Thanks, > > Ray > > -Original Message- > From: use-revolution-boun...@lists.runrev.com > [mailto:

Re: HTML Text

2010-10-01 Thread Andre Garzia
01%20Full%20Bank/06%20Math%20QTI% >> >> 20with%20GUIDs%20and%2096dpi%20PNG/Grade%2006Math-49/images/mml2504103.png" >> /> feet tall. How much taller is the adult giraffe than the baby >> giraffe?</b></span> >> >> Thanks, >> >> Ray >

Re: HTML Text

2010-10-01 Thread Andre Garzia
On Fri, Oct 1, 2010 at 12:34 PM, Jeff Massung wrote: > On Fri, Oct 1, 2010 at 9:37 AM, Andre Garzia > wrote: > > > Hello there Ray, > > > > How do you set the image? Is it an ID reference like: > > > > > > > > > Holy crap does that work

Re: HTML Text

2010-10-01 Thread Andre Garzia
Hello there Ray, How do you set the image? Is it an ID reference like: Or you're setting it to a file name? On Fri, Oct 1, 2010 at 10:37 AM, Ray Horsley wrote: > Greetings, > > Anybody know where images get cached when I set the htmlText of a field to > html which contains image references?

from the memory lane: Cute ASM X86 interpreter

2010-09-29 Thread Andre Garzia
Folks, I was there looking at some old files at my VPS when I noticed an old Assembly interpreter I made with Rev. I knows only a subset of assembly for x86 processors, just enough for me to pass one examination on the university. I made a revlet out of it. check it out at: http://andregarzia.com

where to put script libraries

2010-09-29 Thread Andre Garzia
Folks, I've seen from some previous emails that if you put a script library in: revEnvironmentUserPluginsPath() && "../resources/script libraries/" it will be picked automatically by standalone builder in case it is needed. Can someone (Monte?) confirm that this still the case? I am building

Re: [OT] Atlassian merges with BitBucket

2010-09-29 Thread Andre Garzia
On Wed, Sep 29, 2010 at 2:17 AM, Mark Wieder wrote: > Andre- > > Tuesday, September 28, 2010, 7:44:07 PM, you wrote: > > > I've just received a notice that Atlassian (makers of JIRA) merged with > > BitBucket which was my beloved cheap yet wonderful online mercurial repo > > thing. I don't really

[OT] Atlassian merges with BitBucket

2010-09-28 Thread Andre Garzia
Folks, I've just received a notice that Atlassian (makers of JIRA) merged with BitBucket which was my beloved cheap yet wonderful online mercurial repo thing. I don't really like Atlassian, I see them as a near-oracle, to expensive even if with good products. :-/ Damn... Always knew I should us

Re: iPad's competitor from RIM

2010-09-28 Thread Andre Garzia
On Tue, Sep 28, 2010 at 9:23 PM, Ian Wood wrote: > > On 28 Sep 2010, at 23:21, viktoras d. wrote: > > > IPad soon will have a serious competitor - PlayBook from producers of > Blackbery: > > http://na.blackberry.com/ > > 'Soon' being March next year, and nobody appears to have seen an actual > ph

Re: iPad's competitor from RIM

2010-09-28 Thread Andre Garzia
's been forever since I've seen a QNX server, heck, it was not created for that. silly marketing guys On Tue, Sep 28, 2010 at 7:26 PM, Andre Garzia wrote: > qnx neutrino was a wonderful os... the photon micro gui still one of the > prettiest thing ive ever seen in terms of windo

Re: iPad's competitor from RIM

2010-09-28 Thread Andre Garzia
qnx neutrino was a wonderful os... the photon micro gui still one of the prettiest thing ive ever seen in terms of window managers On Tue, Sep 28, 2010 at 7:21 PM, viktoras d. wrote: > IPad soon will have a serious competitor - PlayBook from producers of > Blackbery: > http://na.blackberry.com/

Re: What have I done?

2010-09-27 Thread Andre Garzia
at least you got 8k... all I have are a couple registers and a very short stack... On Mon, Sep 27, 2010 at 1:28 PM, James Hurley wrote: > Craig and Mark, > > That was the problem. I have a vague recollection of changing that in the > preference dialog box just to see what would happen, and then

Re: ANN: Updated website

2010-09-26 Thread Andre Garzia
Klaus, On the reference pages why not list most recent work on top and then go down the years, this way it is easier to find what you're up with! (And maybe some search ranking algorithms will crawl better since they might think more important content comes first, or at least it is how I would im

Re: Build XMLRPC request to Post to Word Press

2010-09-26 Thread Andre Garzia
Swami, Check on RevOnline, I have a revolution built metaweblog tool there. Actually we use the same libraries on our HPI Generator. The code is there for doing all basic wordpress posting stuff. Andre On Sun, Sep 26, 2010 at 3:16 AM, Sivakatirswami wrote: > I'm trying to translate a Ruby fra

  1   2   3   4   5   6   7   8   9   10   >