open directory authentication

2008-10-28 Thread Jim McNeely
Can anyone point me to some examples or documentation about how to authenticate an application to an open directory or active directory server? Thanks, Jim McNeely ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: more rev 3.0 woes - losing the will to live

2008-10-06 Thread Jim McNeely
I'm very new here and I thought it was pretty funny. Every tool has its drawbacks. Jim McNeely On Oct 6, 2008, at 12:23 PM, Chipp Walters wrote: I agree a title like this one can put others off. ___ use-revolution mailing list use-revol

remove group doesn't work

2008-10-03 Thread Jim McNeely
econd line, and I can't figure out why. I don't think it is because it isn't there, it is checking for that first. It gives this error: field "resultList": execution error at line 132 (Chunk: can't find background), char 59 Thanks, Jim McNeely _

Re: force quit question

2008-10-03 Thread Jim McNeely
our system language) allows you to stop any running script in the IDE unless you have specified 'set the can't abort to true' at the beginning of your handler. Le 3 oct. 08 à 19:31, Jim McNeely a écrit : Here is a (probably embarrassing) newbie question for you. Suppose you put s

force quit question

2008-10-03 Thread Jim McNeely
all is well except unsaved changes were lost? In other words, what is the conventional wisdom in this circumstance, besides avoiding putting dumb endless looping code into your app? Thanks, Jim McNeely ___ use-revolution mailing list use-revolution

Re: another weird table field behavior

2008-09-25 Thread Jim McNeely
Thanks Eric. I scripted it because if you tab into that field the up and down arrows didn't work. Jim McNeely On Sep 25, 2008, at 1:38 PM, Eric Chatonet wrote: Why do you want to script a feature that exists yet without any scripting? __

another weird table field behavior

2008-09-25 Thread Jim McNeely
First, I figured out something for my initial question on this; I put this into the script for the edit field: on arrowKey theKey if theKey is "up" and the hilitedLine of field resultList ≠ 1 then set the hilitedLine of field resultList to the hilitedLine of field resultList - 1 e

weird table field behavior

2008-09-25 Thread Jim McNeely
? Thanks, Jim McNeely ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: stack script executes when opening substack

2008-09-16 Thread Jim McNeely
stack for this and it trapped it and did what I was wanting. I appreciate the help! Jim McNeely On Sep 16, 2008, at 10:52 AM, Phil Davis wrote: Hi Jim, What you experienced here is normal behavior. In Rev's message path, the mainstack's stack script is always between its subst

stack script executes when opening substack

2008-09-16 Thread Jim McNeely
it wants to know if you want to save the changes to the whole file. What's up with that? I've read all the documentation I can find about stacks and substacks and cards and such, and none of it hints at this behavior. TIA, Jim McNeely ___

selection question

2008-09-15 Thread Jim McNeely
I have a script for a table field like this: on selectionChanged --do lots of stuff end selectionChanged This works great, if you click a selection or use the arrow keys it runs the script perfectly. I also have this slider control, and I'm trying an experiment where you do this:

Re: newbie question

2008-09-15 Thread Jim McNeely
ne'; how do you do that? You are almost there, just add a D to the prop: ... set the hiliteDLines of fld "Your table field here" to the thumbpos of sb "your scrollbar here" ... :-) Thanks, Jim McNeely Best Klaus

newbie question

2008-09-15 Thread Jim McNeely
love Revolution a lot. Here is the question: I want to be able to change the table field's selection hilite when you slide the thumb of the slider, but I don't see any property for fields like 'hiliteLine'; how do you do that? Thanks, Jim McNeely __

database query problems

2008-08-05 Thread Jim McNeely
ettings for the connection record set to some table called 'querybuilder_test' that is simply not in the schema I'm using. Can anyone tell me why it is doing this? Thanks, Jim McNeely ___ use-revolution mailing list use-revolution@lists.runre