Mark,
As you may be able to surmise, most of us developers are reticent to
discuss our own registration libraries in a public forum. You might
want to search the archives as there has been a few threads on this
topic in the past.
best, Chipp
___
use-re
Mark Schonewille wrote:
Hi Jacque,
I don't think buttons have an autoselect property. You probably mean the
traversalOn.
Actually, I meant "autohilite" but my mind was obviously elsewhere while
I was typing. But traversalOn is a better way to do it.
--
Jacqueline Landman Gay |
Hi Everyone,
Is there a way that Rev's Draw and Paint Control Palette can be added
to our own Stacks so that they will be available in the standalones
created later on? It would also be nice if its Tool functions were
also available.
TIA,
Joe Wilkins
_
With a bit more prodding around it seems that I only get this in the
Galaxy environment and need to have opened the projects menu in Galaxy
at some time beforehand. Doesn't seem to happen in the standalone
which is the main thing.
On 11/02/07, Martin Blackman <[EMAIL PROTECTED]> wrote:
Hi List,
Hi List,
I have the following text in a button in an otherwise blank stack:
on mouseUp
create fld "f1"
group fld "f1"
focus on fld "f1"
end mouseUp
I can now type in the field but the arrowkeys don't work. If I click
in the field then the arrowkeys start working again.
The problem happe
Mark Schonewille wrote:
Hi Kresten,
Set the traversalOn of the button to false. You can do this from the
message box or in the property inspector. On the basic properties pane
of the property inspector, you will see a checkbox called "Focus with
keyboard" or "TraversalOn". Make sure that this
Hi Jacque,
I don't think buttons have an autoselect property. You probably mean
the traversalOn.
Best,
Mark
--
Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Get your store on-line within minutes with Salery Web Store software.
Downlo
Kresten Bjerg wrote:
Hi
I have buttons, which, on mouseup, shall use bits of user-selectedtext
from a textfield. But it seems that the clicking of some buttons
deselects the text before it can be caught. I guess this is a trivial
problem,but : what is the trick to postpone the deselection ?
I
Kresten, you put this in the card script:
local tSelText
on mouseEnter
if "button" is in the target then put theSelectedText into tSelText
end mouseEnter
function getSelText
return tSelText
end getSelText
and in the relevant button scripts:
on mouseUp
doSomethingWith getSelText()
end mo
Hi Kresten,
Set the traversalOn of the button to false. You can do this from the
message box or in the property inspector. On the basic properties
pane of the property inspector, you will see a checkbox called "Focus
with keyboard" or "TraversalOn". Make sure that this checkbox is not
che
Hi again,
Incidentally, that temp variable to which I referred will probably
have to be a global var.
Joe Wilkins
On Feb 10, 2007, at 4:38 PM, Kresten Bjerg wrote:
Hi
I have buttons, which, on mouseup, shall use bits of user-
selectedtext
from a textfield. But it seems that the clickin
Hi Kresten,
Just put the selected text into a temp variable it's available to use
by the button click.
Joe Wilkins
On Feb 10, 2007, at 4:38 PM, Kresten Bjerg wrote:
Hi
I have buttons, which, on mouseup, shall use bits of user-
selectedtext
from a textfield. But it seems that the click
Hi
I have buttons, which, on mouseup, shall use bits of user-selectedtext
from a textfield. But it seems that the clicking of some buttons
deselects the text before it can be caught. I guess this is a trivial
problem,but : what is the trick to postpone the deselection ?
I shall be grateful for a
solved, server is now online again...
andre
On Feb 10, 2007, at 11:30 AM, David Bovill wrote:
Anyone got a copy? Doing some CGI work and would like to take a look -
but there seems to be a DNS issue with
http://www.andregarzia.com/revwiki/page/RevOnRockets - maybe its
moving?
_
there's something wrong with my server and ssh is not running right
now... fetch the file here with http://www.andregarzia.com/RevHTTP.zip
andre
PS: don't we hate virtual servers in other continents...
On Feb 10, 2007, at 11:30 AM, David Bovill wrote:
Anyone got a copy? Doing some CGI work a
I had a problem with my development machine, got a new one this week,
need to solve some bugs before release
will post news asap!
Andre
On Feb 10, 2007, at 9:27 PM, Mark Swindell wrote:
What is the status of Andre's project... has it been released? I'm
wondering how to incorporate a vi
What is the status of Andre's project... has it been released? I'm
wondering how to incorporate a viable registration scheme into a
project I hope to release soon. Are there other alternatives that
people who use Rev like?
Thanks
Mark
Re: Revolution Compatible Registration Tool
kee neth
I'm trying to get one of my standalones certified by U3 for deployment
on their system, but I can't seem to get past one of their Deployment
Kit's testing phases:
Phase: Pre-Install Test Module
Sub: PI3
Error...
element content failed type check: 0<=0
Schematron validation
In pattern up
On Feb 10, 2007, at 10:02 AM, Mark Wieder wrote:
As for storing your result in the "it" variable, one potential issue
I see (if I am understanding correctly) is that functions defined in
an external would have different basic behavior than functions
defined in Revolution (Transcript). Any funct
Dave-
Saturday, February 10, 2007, 4:36:03 AM, you wrote:
> Except that if the function was non-external then you'd still have to
> have different code paths?
Yes, but supposedly you know the difference in your script between an
internal and external function call. Unless you're trying to implem
Trevor-
Friday, February 9, 2007, 8:28:11 PM, you wrote:
> Interesting article Mark. I wasn't aware that the result was set
> when calling functions.
Nor was I until I started investigating this. And trying to figure out
error reporting from externals was what get me into it.
> As for storing
On Feb 10, 2007, at 10:18 AM, J. Landman Gay wrote:
Martin Baxter wrote:
I'd just like to reiterate that there used to be such an option in
the distribution builder. I still have 2.1.2 installed and have
checked this. In the inclusions pane there was a check box
labelled: "image and patt
On Feb 9, 2007, at 6:17 PM, J. Landman Gay wrote:
Devin Asay wrote:
On Feb 8, 2007, at 11:06 PM, J. Landman Gay wrote:
I've got a graphic with its foregroundpattern set to 9, one of
the built-in patterns in the IDE. I always thought these were
part of the engine. But when I build a standal
Martin Baxter wrote:
I'd just like to reiterate that there used to be such an option in the
distribution builder. I still have 2.1.2 installed and have checked
this. In the inclusions pane there was a check box labelled: "image and
pattern libraries" which allowed you to select any combination
On Feb 10, 2007, at 4:36 AM, Dave wrote:
Something like "revLastExternalError". By always setting this
variable to any error messages from within the external you
maintain standard behavior for functions and have a variable to
check for errors:
Except that if the function was non-externa
Anyone got a copy? Doing some CGI work and would like to take a look -
but there seems to be a DNS issue with
http://www.andregarzia.com/revwiki/page/RevOnRockets - maybe its
moving?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please
Hi,
Thanks a lot Mark and Trevor, as usual this list has proved to be
worth its weight in RAM!
Something like "revLastExternalError". By always setting this
variable to any error messages from within the external you
maintain standard behavior for functions and have a variable to
check
Andre - where can I find "RevOnRockets" ? I can"t reach
http://www.andregarzia.com?
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.r
On 10 Feb 2007, at 06:43, Richard Gaskin wrote:
It would seem that somewhere in Core Image is a KB effect, since
it's used in iPhoto, the built-in screen saver, and perhaps
elsewhere. Since those work on random images, they're not pre-
rendered, but apparently done on the fly with a highly
Perhaps MS's sysInternals can help:
http://www.microsoft.com/technet/sysinternals/ProcessesAndThreads/PsList.mspx
-Chipp
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your sub
J. sandman Gay wrote:
Devin Asay wrote:
On Feb 8, 2007, at 11:06 PM, J. Landman Gay wrote:
I've got a graphic with its foregroundpattern set to 9, one of the
built-in patterns in the IDE. I always thought these were part of the
engine. But when I build a standalone, there's problems.
On OS
31 matches
Mail list logo