Search found 23 matches
- Wed Aug 31, 2011 3:23 pm
- Forum: Android Deployment
- Topic: Android SDK development root
- Replies: 39
- Views: 38444
Re: Android SDK development root
Thanks again for your help, Barry. I appreciate the information you provided but unfortunately it won't fix my issue. I understand the info you've provided, but this isn't a 32 versus 64-bit issue as you're framing it. My macbook is a first generation 2006 macbook with a 32-bit core duo processor. E...
- Wed Aug 31, 2011 4:01 am
- Forum: Android Deployment
- Topic: Android SDK development root
- Replies: 39
- Views: 38444
Re: Android SDK development root
Once again, thank you Barry for your assistance! If you open the Terminal on your mac, just enter: java -version My home macbook (OSX 10.5.8 ) displays java version "1.6.0_03-p3" because I have SoyLatte setup. But it was originally "1.5.0_30". This computer does NOT recognize the JDK Path & fails to...
- Wed Aug 31, 2011 2:09 am
- Forum: Android Deployment
- Topic: Android SDK development root
- Replies: 39
- Views: 38444
Re: Android SDK development root
Hey, Barry. Thanks for your reply. I got an email reply from tech support (thanks, Heather!) that likely explains my first problem. The reason the JDK Path is not recoginized on my home computer is because Java 1.6 is required. Unfortunately that's not mentioned anywhere here & I have a macbook whic...
- Mon Aug 29, 2011 6:47 pm
- Forum: Android Deployment
- Topic: Android SDK development root
- Replies: 39
- Views: 38444
Re: Android SDK development root
What's the "drunk dialing" equivalent to posting when your too angry to post? So LC failed to work all weekend. This morning I setup my work mac with a new fresh install of android sdk, LC 4.6.3, tech support's dx file, etc. Set up everything in order (& this is crucial because if you don't go in or...
- Sat Aug 27, 2011 6:19 pm
- Forum: Android Deployment
- Topic: Android SDK development root
- Replies: 39
- Views: 38444
Re: Android SDK development root
For a tool marketed for it's easy of entry, THIS IS RIDICULOUS. Five plus hours wasted just trying to get this to work...and it still doesn't! :evil: And why do I have to scour the web to learn about this problem when important issues like should appear on LC's start screen & give me a link to fix i...
- Fri Jul 30, 2010 2:13 pm
- Forum: Internet
- Topic: curl gives me all the data, Rev only the last part. Why?
- Replies: 5
- Views: 6446
Re: curl gives me all the data, Rev only the last part. Why?
Wow, I sometimes forget how great & friendly the Rev community is. In most other forums I would see posts about what an idiot I am, but not here. The Rev community is a huge asset.
And Richard, based on the terrific apps you've built, I'm eagerly awaiting to see what you come up with.
Thanks, all.
And Richard, based on the terrific apps you've built, I'm eagerly awaiting to see what you come up with.
Thanks, all.
- Wed Jul 28, 2010 9:10 pm
- Forum: Internet
- Topic: curl gives me all the data, Rev only the last part. Why?
- Replies: 5
- Views: 6446
Re: curl gives me all the data, Rev only the last part. Why?
Being the http header genius that I obviously am not , I can simply combine each value into one header like: on mouseUp set the httpHeaders to "User-Agent: DAVKit/3.0.6 (661);" & return & "Recipient: mailto:jim@our-company.com mailto:jenny@our-company.com mailto:martin@our-company.com" & return & "C...
- Wed Jul 28, 2010 9:00 pm
- Forum: Internet
- Topic: curl gives me all the data, Rev only the last part. Why?
- Replies: 5
- Views: 6446
Re: curl gives me all the data, Rev only the last part. Why?
OK, this appears to be a problem with the headers. tcpdump shows me that only the last "Recipient" header is being sent. Instead of sending multiple "Recipient" headers (which is what I want), I guess Rev is overwriting the Recipient header each time & ultimately sending only the last one. For examp...
- Wed Jul 28, 2010 5:17 pm
- Forum: Internet
- Topic: curl gives me all the data, Rev only the last part. Why?
- Replies: 5
- Views: 6446
curl gives me all the data, Rev only the last part. Why?
Using Rev Studio 4.0.0 to send a POST to our CalDav calendaring server. When I use curl I get the expected results. But when I use Rev I only get the last part of the data. Here's an example. I want to see if Martin, Jenny, & Jim are busy. So I query our server with curl & get this correct reply: <?...
- Mon Apr 12, 2010 10:02 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Card Size
- Replies: 7
- Views: 6174
Re: Card Size
Larry, I had the same problem. Make a card with large field & a small status field below. Use the geometry pane to setup scaling & positioning. Works great in the IDE--sizes & position are correct, and it scales/positions properly. But build an application & run it, the window opens & you can't see ...
- Mon Oct 05, 2009 9:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: My Rev registration doesn't "stick"
- Replies: 4
- Views: 3816
Hey, Mr. Gaskin himself! I've read many, many of your posts over the years. Thanks so much for all of your contributions! This permissions issue may be a problem with the Rev installer or Rev itself because only my Rev folders (for Rev Studio & Rev Media) were owned by root. Every other folder in & ...
- Mon Oct 05, 2009 8:15 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: My Rev registration doesn't "stick"
- Replies: 4
- Views: 3816
Solved!
In case anyone else runs into this, what caused Rev to fail to register was a permissions problem. For some reason Rev's Application Support folder was owned by root, not me. So when you register, Rev can't save your registration because it cannot write to the necessary folder (which is ~/Library/Ap...
- Wed Sep 30, 2009 3:40 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: My Rev registration doesn't "stick"
- Replies: 4
- Views: 3816
My Rev registration doesn't "stick"
Hope this hasn't already been addressed here, but I searched & didn't find a solution. I recently bought Rev Studio 3.5. I launched it, registered, & all's well. But when I quit Rev & open it again later, I'm prompted to register again. Any suggestions how I can fix this? TIA! (BTW, I'm running OS X...
- Wed Aug 19, 2009 4:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Regex delimiter
- Replies: 3
- Views: 3910
I know what you mean, Frodo. Many things are amazingly easy then something seemingly simply is confounding. You're using the correct literal character, "\". This works for me. on mouseUp put "<a href=" & quote & "http://forums.runrev.com" & quote & ">RunRev Forum</a>" into tUrl get matchText ( tUrl,...
- Wed Aug 19, 2009 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Pulldown menu appearance--bug or setting?
- Replies: 3
- Views: 3996
Ah, the almighty Klaus! I feel special now! It seems odd that the tool icon & the manual (pg 118) would show them with the proper disclosure triangle, yet not render them properly. Oh well. The icon option will suffice but it's not a replacement for the real thing. But my question was answered. So t...