Re: Location of iOS 5.0 SDK

2012-04-02 Thread J. Landman Gay
On 4/2/12 11:14 PM, Mark Smith wrote: Jacque, I would say go for it. The current successful recipe, based on my limited experience, appears to be I've been keeping notes, so I think I've got the recipe down. I just don't want Lion. But everyone seems to have updated successfully so I will d

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Tim Jones
On Apr 2, 2012, at 6:37 PM, Thomas McGrath III wrote: > Mark, > > This will only work with LC 5.5 and above. > > LC 5.0.2 will only work with xCode with iOS 5.0 -- not 5.1 However, there is no reason that you can't build a 5.1 compatible app using LC5.0.2 and Xcode 4.2. Tim

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Mark Smith
J. Landman Gay wrote > > > I have purchased and downloaded Lion and have been sitting here all > weekend trying to make myself install it. I know I have to. Still don't > want to. > Jacque, I would say go for it. The current successful recipe, based on my limited experience, appears to be

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Mark Smith
Mike, Tom, all the rest... thanks for the assistance. You are correct. I did an email earlier today to Heather and she confirmed this only works in 5.5 (I feel another article for the newsletter coming on... we should not be stumbling around out here in user land trying to figure this out... anyway

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Thomas McGrath III
Mark, This will only work with LC 5.5 and above. LC 5.0.2 will only work with xCode with iOS 5.0 -- not 5.1 -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Apr 2, 2012, at 9:09 AM, Mark Smith wrote: > Thanks Tom, unfortunately I had no luck. The exact path to Xcode 4.3.

Re: OT: mails bouncing back?

2012-04-02 Thread Mark Wieder
Tim Jones writes: > It appears that OnRev uses GoDaddy services as the "secureserver.net" servers belong to them. Because of > GoDaddy's "easy" online setup, spammers / scammers are able to pop in, perform a hit-and-run with their > mail broadcast, and the security team doesn't catch it and disa

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Bob Sneidar
Whoops! My bad yes it's dec 12 newline. I just assumed in a list of that nature on a web site the first column would be the one the majority of people care about. :-) Bob On Apr 2, 2012, at 12:16 PM, Pete wrote: > Do you mean decimal 10 or octal 10? Decimal 10 is newline (which is what > I'd

Re: getProp syntax query

2012-04-02 Thread Graham Samuel
Mark, thanks for that. There is absolutely nothing of this in the LC Dictionary AFAICS, although after a search I realised that there is a very hard to read (IMHO) description on section 7.10 of the User Guide. I think at the very least a note should be added to the Dictionary entry, so I have s

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Bob Sneidar
Reference my post. I think he may have a blank row in his database. Bob On Apr 2, 2012, at 12:12 PM, Pete wrote: > Hi Martin, > That's strange. I just tried the following test: > > put revDataFromQuery(,,gDBID,"SELECT * FROM t1) into tVar > put return & revDataFromQuery(,,gDBID,"SELECT * FROM

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Pete
Do you mean decimal 10 or octal 10? Decimal 10 is newline (which is what I'd expect), octal 10 is backspace. Pete On Mon, Apr 2, 2012 at 12:05 PM, Bob Sneidar wrote: > I just checked to see what revDataFromQuery uses for a row delimiter by > default, if you do not provide one. It returns ascii

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Pete
Hi Martin, That's strange. I just tried the following test: put revDataFromQuery(,,gDBID,"SELECT * FROM t1) into tVar put return & revDataFromQuery(,,gDBID,"SELECT * FROM t1) after tVar tVar looked just like it should after the above, no blank lines. Are you using the default rowdelim character

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Bob Sneidar
I just checked to see what revDataFromQuery uses for a row delimiter by default, if you do not provide one. It returns ascii 10, the backspace character! Very odd. Must be an HTML thingummy. I then specified comma and cr as the column and row delimiters like so: put revDataFromQuery(comma,c

Re: iOS pull-down menu is full screen

2012-04-02 Thread J. Landman Gay
On 4/2/12 12:44 PM, Dar Scott wrote: I'm using LiveCode 4.6.4 for this. In a test stack a pull-down menu shows up as full screen on iOS 4.3. I think a combo box does the same. I would guess later versions have this fixed, but if there is a quick workaround I'd like to do that. This doesn't ha

Re: OT: mails bouncing back?

2012-04-02 Thread Pete
I got caught in this web a couple of years back (I think it was with GoDaddy). Here's the problem I have with the blacklist sites. Their blanket blackballing of servers means that the 99% of users who are using it for genuine, non-spam emails get dumped on for the sins of the 1%. Personally, I s

Re: Button oddities -- LC 5.5 related? (Not a serious problem)

2012-04-02 Thread Bob Sneidar
If a button could point to a file instead of an embedded image, the issues with ID's would disappear altogether. Instead of having an image AND the button, and then hiding the image, you would only have the button. Yes you can create an image and point it to a file on the hard drive, but it amou

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Martin Koob
Hi Peter Thanks, I just tried your suggestion. That still inserts blank lines into the variable that I have to filter out later. It seems the revDataFromQuery does not insert an end of line character after the last record and it seems that the end of line character that is used to separate lines

Re: OT: mails bouncing back?

2012-04-02 Thread Bob Sneidar
Nice to know Tim good catch! Bob On Apr 2, 2012, at 10:29 AM, Tim Jones wrote: > It appears that OnRev uses GoDaddy services as the "secureserver.net" servers > belong to them. Because of GoDaddy's "easy" online setup, spammers / > scammers are able to pop in, perform a hit-and-run with thei

iOS pull-down menu is full screen

2012-04-02 Thread Dar Scott
I'm using LiveCode 4.6.4 for this. In a test stack a pull-down menu shows up as full screen on iOS 4.3. I think a combo box does the same. I would guess later versions have this fixed, but if there is a quick workaround I'd like to do that. This doesn't have to look pretty, but something bet

Re: OT: mails bouncing back?

2012-04-02 Thread Tim Jones
It appears that OnRev uses GoDaddy services as the "secureserver.net" servers belong to them. Because of GoDaddy's "easy" online setup, spammers / scammers are able to pop in, perform a hit-and-run with their mail broadcast, and the security team doesn't catch it and disable the account into it

Re: OT: mails bouncing back?

2012-04-02 Thread Klaus on-rev
Hi Bob, Am 02.04.2012 um 19:02 schrieb Bob Sneidar: > Do you have your own domain set up with on-rev? Yep. > If so, then you need to contact the blacklist organizations and find out what > the gripe was. Then you can contact them via a form they have and request > that you be removed, but if

Re: Button oddities -- LC 5.5 related? (Not a serious problem)

2012-04-02 Thread Malte Brill
I do not see what does not work in that context? The images does not necessariely need to be imported? Works just fine with referenced images. Sure, it still needs an image container, but that does not hurt much, does it? I would be glad if the icon could be a rugged ID though (image ID 58 of cd

Re: P

2012-04-02 Thread Bob Sneidar
I don't have to P and you can't make me! Bob On Apr 1, 2012, at 6:20 AM, mark.rauter...@gmail.com wrote: > > Sent from my BlackBerry® > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe

Re: OT: mails bouncing back?

2012-04-02 Thread Bob Sneidar
Do you have your own domain set up with on-rev? If so, then you need to contact the blacklist organizations and find out what the gripe was. Then you can contact them via a form they have and request that you be removed, but if the problem still persists, the problem will recur. Are you sendin

Re: Button oddities -- LC 5.5 related? (Not a serious problem)

2012-04-02 Thread Bob Sneidar
It's one of the oddest things, but buttons point to imported images, imported images *can* be set to point to a file on the hard drive. Why not allow a button to point to an image on the hard drive for it's icon I say? Someone will cry, "Backwards Compatibility" at this point no doubt. But the a

Re: Button oddities -- LC 5.5 related? (Not a serious problem)

2012-04-02 Thread Bob Sneidar
BTW This is why I wanted to group my imported images into predefined ID ranges. I ran across this at one point. Bob On Mar 31, 2012, at 7:21 PM, Timothy Miller wrote: > On Mar 31, 2012, at 3:56 PM, J. Landman Gay wrote: > >> On 3/31/12 5:34 PM, Timothy Miller wrote: >>> I just discovered tha

Re: getProp syntax query

2012-04-02 Thread Pete
Hi Graham, Mark expalined the syntax I think. You probably already realise this, but using getProp isn't an integral part of the datagrid, I think Trevor just used it as an example. Since you're doing a spreadsheet, I assume you'd want to multiply any 2 columns together, not specific ones. If th

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Pete
Try if tvar is empty then put stuff into tvar else put return & stuff after tvar end ig On Apr 2, 2012 8:13 AM, "Pete Haworth" wrote: > Line delimiters are squirly! Try this pseudo code: > > if tvar is empty then > Put stuff into tvar > else > put return & stuff after tvar > end if > > I

Re: P

2012-04-02 Thread Mark Wieder
Richmond- Monday, April 2, 2012, 12:28:16 AM, you wrote: > You slipped grammatically : wrongly :) ROTFLly -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

Re: OT: mails bouncing back?

2012-04-02 Thread Mark Wieder
Klaus- Monday, April 2, 2012, 8:22:44 AM, you wrote: > My web and email hoster is RunRev (on-rev). > So my hoster has a bad reputation? > If yes, how come? What can I do? > Can anyone tell me who is to blame here, I plea not guilty!? :-D I no longer use the on-rev smtp server because of this

OT: mails bouncing back?

2012-04-02 Thread Klaus on-rev
Hi friends, in the last weeks some of my mails bounced back from different email addresses due to the sending MTA's poor reputation? ... This message was crea

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Martin Koob
So in the end I just added the LF after the query data from each query which created extra lines in the variable but then when I used the data I just checked if the line was empty and did not use that line. This is just a work around. Does anyone have any suggestions as to how to add several queri

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Martin Koob
Actually I typed too soon. adding a LF or a return after tSamplesList variable then deleting the last line actually deletes the last record from the query in the tSamplesList variable. Back to square one. Martin -- View this message in context: http://runtime-revolution.278305.n4.nabble.co

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Martin Koob
Hi Micheal. Thanks for the suggestion. However the problem was occurring before I added the markup text to the data. I have found a way to work around it. I am using revDatafromQuery to do the query and I am using LF as the row delimiter. in the repeat loop I put the data returned and an LF a

Re: [on-rev]Line endings for a db query

2012-04-02 Thread Michael Kann
Martin, Here's my guess as to what is happening. On the web page you need a "" to start a new line. Perhaps the return that you appended to your data is not getting translated into a "" before it is put onto the web page. Mike --- On Mon, 4/2/12, Martin Koob wrote: From: Martin Koob Subje

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Graham Samuel
Folks, I have now heard from Support at the mother ship (thanks Heather). My setup would have worked if I had chosen the Test Target from the Development menu in the IDE before trying to test. Somehow in my first (quite successful) experiments on iOS app development, either I didn't set this or

[on-rev]Line endings for a db query

2012-04-02 Thread Martin Koob
I have a script that is a repeat loop that gets the results of a database query which has a number of lines and puts it after a variable tSamplelist. I then use that variable tSampleList to display data on the webpage by iterating through the lines in the variable. However for each iteration of

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Mike Kerner
You need to change the path. Click on the "Location" elipsis for the 5.0 sdk. Confirm that you are using the newer XCode. Select XCode in your Applications Folder. It is an application bundle which contains the SDK. -- On the first day, God created the heavens and the Earth On the second d

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Mark Smith
Thanks Tom, unfortunately I had no luck. The exact path to Xcode 4.3.2 is Mark Smith's Macbook Pro/Macintosh HD/Applications. Selecting that path in prefs gives me this error msg: "The chosen folder is not a valid iOS SDK for 5.0 and later. It must be one that ships with Xcode 4.2 or later." I'll

Re: getProp syntax query

2012-04-02 Thread Mark Schonewille
Hi Graham, The following (nonsense) example works: getProp foo[bar] answer bar return "hello world" end foo setProp foo[bar] theData answer theData pass foo end foo You can use only one index, i.e. the setProp/getProp handlers are one-dimensional. An additional parameter contains t

Re: near feature parity

2012-04-02 Thread Bernard Devlin
I gave up on LiveCode on Linux some years ago. Last week I downloaded and installed one of the v5.x installers from my LiveCode account, and installed it on Mint Linux. As soon as I started LiveCode, it hung. Luckily, as it started, the LiveCode window was smaller than the monitor - as even when

getProp syntax query

2012-04-02 Thread Graham Samuel
For the very first time in a pretty long career as a LiveCode coder, I'm trying to make sense of DataGrids, which I see were a heroic effort to extend LiveCode - with a very sophisticated implementation and literally hundreds of pages of documentation. AFAIK it was done by Trevor deVore - I am d

AW: AW: what to put into the standalone signature?

2012-04-02 Thread Tiemo Hollmann TB
Hi Guglielmo, thank you for the informative link Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Guglielmo Braguglia > Gesendet: Montag, 2. April 2012 11:40 > An: How to use LiveCode > Betreff:

Re: AW: what to put into the standalone signature?

2012-04-02 Thread Guglielmo Braguglia
Hi Tiemo, maybe this page help to understand the 'signature' codes : http://revolution.byu.edu/helps/file-creatorcodes.php :-) Guglielmo On 02.04.2012 10:14, Tiemo Hollmann TB wrote: Hello, I didn't get any answer here and didn't find any satisfying answer with googleing, so I think I just

AW: AW: what to put into the standalone signature?

2012-04-02 Thread Tiemo Hollmann TB
Thanks Richmond for your expertise Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Richmond > Gesendet: Montag, 2. April 2012 10:21 > An: How to use LiveCode > Betreff: Re: AW: what to put into

Re: AW: what to put into the standalone signature?

2012-04-02 Thread Richmond
On 04/02/2012 11:14 AM, Tiemo Hollmann TB wrote: Hello, I didn't get any answer here and didn't find any satisfying answer with googleing, so I think I just can ignore the signature. If anybody still has an explanation for me, I would be happy, Thanks Tiemo up to now I have always ignored the

AW: what to put into the standalone signature?

2012-04-02 Thread Tiemo Hollmann TB
Hello, I didn't get any answer here and didn't find any satisfying answer with googleing, so I think I just can ignore the signature. If anybody still has an explanation for me, I would be happy, Thanks Tiemo > > up to now I have always ignored the standalone signature and kept the > standard "?

Re: Location of iOS 5.0 SDK

2012-04-02 Thread Graham Samuel
Hi Mark - warning - I agree that you should be able to steam on to 5.1 from the point you've got to: however although this clearly worked for Tom, it didn't work for me. I did what you did, apart from not allowing XCode to remove 4.2 and when I point the mobile prefs of LC 5.5. to the XCode app

Re: P

2012-04-02 Thread Richmond
On 04/02/2012 10:23 AM, Mark Wieder wrote: mark- You spelled :-p wrong. You slipped grammatically : wrongly :) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: P

2012-04-02 Thread Mark Wieder
mark- You spelled :-p wrong. -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailma