iOS scroller blocking 2nd touch event

2011-05-01 Thread Scott Morrow
I am using a "2 finger touch" event to call a HUD panel (thanks, René!) in iOS. This seemed to work well until I tried it on a card that also had a UIScrollView object. When the scroller is present I can only get the first touch. I'm testing for the first and second touch inside of a button wh

Re: GLXFramework

2011-05-01 Thread Thomas McGrath III
I have corrupted the launcher.rev twice now trying to include externals int the framework. I don't know what I will do when I need the externals, yet. When I include them in the standalone builder they don't show up with the Mac builds. THe windows builds do include the externals. So if I move t

Re: GLXFramework

2011-05-01 Thread Todd Geist
I have just started working with it as well, and I spoke with Trevor about it. I think that the docs are bit out of date. So I would say yes that it is probably likely. However, I have managed to make some good progress with it and I am pretty out of shape LC wise having been gone since rev 2 s

GLXFramework

2011-05-01 Thread Thomas McGrath III
I am going through the screensteps tutorial/documents on how to use this framework and I notice that they reference some things that are not necessarily happening in the process. Like add a stack does not produce a dialog "Is this a window or a library?". Is this normal or expected? -- Tom Mc

Re: Find restricted to the given card

2011-05-01 Thread James Hurley
Craig, Not my situation but a good point. I'm surprised that RR didn't allow for greater level of specification in where to look, as in Find tWord in field [or "veld"] "myField" of this card Jim > I assumed that you were talking about grouped "backGround" fields that also > would have h

Re: on-rev writing to

2011-05-01 Thread Thomas McGrath III
Thanks, Sarah, To complicate this I will be writing these files from within an LC app from different clients computers so that each clients app will create (if not present) a folder for them and then write a prefs text file, a text file and some images. I guess I can look into an iRev file. I

Re: Find restricted to given card

2011-05-01 Thread dunbarx
I assumed that you were talking about grouped "backGround" fields that also would have had the same id. In your case, I see, those other fields may have the same name, but will certainly have different id's, so the native find restriction option works. I don't think there is a native way to do

Typing my way to glory.

2011-05-01 Thread Richmond Mathewson
Qhat a scunner, as we say in Scotland (or, at least, as this Scot says in Bulgaria): The problem with the insertion point jumping back to the end of the first line in a multi-line textFld seems to happen ONLY when the set the useUnicode to true is set; otherwise things go "as they should".

Re: Find restricted to the current card?

2011-05-01 Thread Jim Ault
if you lock screen put the sort id of this card into baseCd push card -- find if the short id of this card is baseCd then exit to top else answer 'the hit is not on the card you started on' pop card end if --the unlock screen will happen at the exit of the handler automatically --- and this

Re: Find restricted to the current card?

2011-05-01 Thread Peter Brigham MD
On May 1, 2011, at 11:50 AM, James Hurley wrote: > I have a field with the script: > > on mouseUP > put the value of the clickline into tText > set itemdel to tab > put item 1 of tText into tText > find string tText in field "thetext" > end mouseUP > > > When I click on a line in the f

Re: Find restricted to given card

2011-05-01 Thread James Hurley
Thanks John. That is perfect. I changed the line from: Find "jim" in field "theText" to: Find "jim" in field id the id of field "theText" Too lazy to even look up the number. Jim John Dixon Wrote > Hi Jim... > > Just had a quick test... two cards each with a field... > > on mouseU

RE: Find restricted to the current card?

2011-05-01 Thread John Dixon
Hi Jim... Just had a quick test... two cards each with a field... on mouseUp find "jim" in field id 1004 end mouseUp Without using the id, it finds 'Jim' in both fields as you are seeing. Using the id of the field it only looks in the one field. be well

RE: Find restricted to the current card?

2011-05-01 Thread John Dixon
Hi Jim... Does it help if you set 'lockMessages to true in the 'mouseUp' handler ? be well > I have a field with the script: > > on mouseUP >put the value of the clickline into tText >set itemdel to tab >put item 1 of tText into tText >find string tText in field "thetext" > en

Find restricted to the current card?

2011-05-01 Thread James Hurley
I have a field with the script: on mouseUP put the value of the clickline into tText set itemdel to tab put item 1 of tText into tText find string tText in field "thetext" end mouseUP When I click on a line in the field RR finds the string in the field "theText" and a second click

Re: RunRev Live video archives

2011-05-01 Thread Thomas McGrath III
It's the same with me. When I bought the pre-release pack I had planned on attending in person. But after it got postponed I needed the funds set aside for travel and so when it finally came around I just couldn't swing the cash. I did get to see your presentation Chip and it was good to see you

Re: on-rev writing to

2011-05-01 Thread Sarah Reichelt
Tom, you cannot write directly to a server. You can upload a file using your FTP login details. But the best solution for your case is to have an irev file on the server that you can call using http:// And send some data to via POST or GET. Then have the irev file do the actual writing. Not

Re: RunRev Live video archives

2011-05-01 Thread Sarah Reichelt
I'm guessing that's because I bought the iOS pre-release pack which included the conference. Sadly the travel costs and work commitments made it impossible for me to attend in person, although it would have been great to finally meet some of you folk that I only know through email. Cheers, Sar

Re: RunRev Live video archives

2011-05-01 Thread Chipp Walters
It's funny, because they had name tags for both Sarah and Thomas there at the conference-- hoping to get a chance to meet both of you, but was told later neither of you were there. On Thu, Apr 28, 2011 at 9:46 PM, Thomas McGrath III wrote: > Sarah, > > They said they will be working on getting th