You give the most complete answers! Thanks Dar. You've been missed in these
parts!
Phil
On 9/14/10 5:37 PM, Dar Scott wrote:
On Sep 13, 2010, at 6:06 PM, Phil Davis wrote:
Does anyone have a clear-cut way for Rev to know whether it's running in a
32-bit or a 64-bit environment on Windows
--- On Tue, 9/14/10, Web Admin Himalayan Academy wrote:
> On 9/13/10 7:07 PM, J. Landman Gay wrote:
> > You can add a two-line label if you do it by script:
> >
> > set the label of btn 1 to "line one"
> &cr& "line 2"
> >
> > Would that help?
>
> I'm sure it would...I could have sworn I tri
On 9/14/10 11:06 PM, Web Admin Himalayan Academy wrote:
On 9/13/10 7:07 PM, J. Landman Gay wrote:
You can add a two-line label if you do it by script:
set the label of btn 1 to "line one" &cr& "line 2"
Would that help?
I'm sure it would...I could have sworn I tried that and it did not work
b
Thanks Andy.
On 9/14/10 3:28 PM, AndyP wrote:
Hi Phil,
Try this is the message box.
put shell("systeminfo")
Part of the retuned info will include
System Type: X86-based PC
So.
x86-based PC: It’s a 32-bit computer.
x64-based PC: It’s a 64-bit computer.
On Win7
If you have a 64 bit v
On 9/13/10 7:07 PM, J. Landman Gay wrote:
You can add a two-line label if you do it by script:
set the label of btn 1 to "line one" &cr& "line 2"
Would that help?
I'm sure it would...I could have sworn I tried that and it did not work
but today it does. Again, we have the old problem of
on Sun Sep 12 19:39:09 CDT 2010, Mark Stuart wrote:
Never mind, I got it to work.
Thanx,
Mark Stuart
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferenc
On Sep 14, 2010, at 7:34 PM, J. Landman Gay wrote:
DAR! Where ya been?? Wow.
I got out early!
Dar
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferen
On Sep 14, 2010, at 7:13 PM, Jerry J wrote:
Hey Dar, its about time for another food fight!
Good idea! I'm still slow after a four year coma, though.
Dar
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subs
On Sep 14, 2010, at 6:55 PM, Mark Wieder wrote:
DAR!
Yeah!
___
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/lis
DAR! Where ya been?? Wow.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscri
On 9/14/10 12:51 PM, Richmond wrote:
Every single other product (including RunRev) has the boringly predictable
hoodies, tee-shirts and coffee mugs: Come on, I want to wear a RunRev
kilt! And I can just see Jacque sporting a frock in RunRev watered silk!
I haven't worn a frock for years. But m
On Sep 14, 2010, at 5:37 PM, Dar Scott wrote:
> Otherwise, you don't know.
Hey Dar, its about time for another food fight!
-- Jerry Jensen
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe
DAR!
--
-Mark Wieder
mwie...@ahsoftware.net
___
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-revolut
On Sep 13, 2010, at 6:06 PM, Phil Davis wrote:
Does anyone have a clear-cut way for Rev to know whether it's
running in a 32-bit or a 64-bit environment on Windows?
Hardware CPU:
Under...
HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0
...find...
Identifier REG_SZ
If 64 is in
Alex-
Visible here (dns through the public 4.2.2.1)
--
-Mark Wieder
mwie...@ahsoftware.net
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http
Thanks to everyone for their suggestions! Although Jacquline's suggestion may
be the easiest to implement, I am going to try each suggestion to see which
works best for me. Thanks everybody!
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Grouping-checkboxes-with-
> It's pretty dismal, but it exists. And I just logged in to make sure.
> Your login info for the forum is the same as your cpanel login info.
>
cpanel login fails for me and they have a register page and it sends me emails
saying that someone in scotland needs to approve me and that's it.. dead
Hi Phil,
Try this is the message box.
put shell("systeminfo")
Part of the retuned info will include
System Type: X86-based PC
So.
x86-based PC: It’s a 32-bit computer.
x64-based PC: It’s a 64-bit computer.
On Win7
If you have a 64 bit version of Win7 you will have these two folders
S
Hi Alex
I can see it here. (DNS through OpenDNS)
Dave
___
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
Visible here.
--- On Tue, 9/14/10, Alex Tweedly wrote:
From: Alex Tweedly
Subject: OT: Waiting for DNS to update a new site.
To: "How to use Revolution"
Date: Tuesday, September 14, 2010, 5:17 PM
Off-topic - but I could do with a favour.
I'm helping a friend develop a new web site, and alth
Works here.
I notice that sometimes the DNS cache on my Mac needs to be flushed after a DNS
change. If she's on a mac that might be the issue.
On OS X 10.5 and higher the shell command to do this is:
dscacheutil -flushcache
HTH
Devin
On Sep 14, 2010, at 4:17 PM, Alex Tweedly wrote:
>
> Of
Off-topic - but I could do with a favour.
I'm helping a friend develop a new web site, and although I created it a
couple of days ago, it (apparently) isn't yet visible to her. I can't
tell whether it's simply a DNS delay - just longer than I'm used to, or
some other problem.
So could a few
Does it throw an error at anytime? Is there a stack "Test" ? Have you run it
through the debugger?
Assuming all the objects exist, here are a couple things I might try.
try:
set the name of last image of stack pStackName to pName
instead of
set the name of img "ImageLib" of stack pStackName to pNa
Devin-
Tuesday, September 14, 2010, 10:26:27 AM, you wrote:
> IIRC, when you first go there it shows up as "locked" until you
> log in with your on-rev account info.
That's correct. After you log in you can see the posts. I don't
understand the reasoning behind this, but the other forum is/was s
On 09/14/2010 08:31 PM, Jim Lambert wrote:
Richard wrote:
t's more like the husband told her to use the credit card,
drove her to the mall, helped her pick out a dress, and only got mad
when she took it to the counter.
From now on, she should buy all her clothes at myshape.com ;)
Couldn't
Richard wrote:
> t's more like the husband told her to use the credit card,
> drove her to the mall, helped her pick out a dress, and only got mad
> when she took it to the counter.
From now on, she should buy all her clothes at myshape.com ;)
Couldn't resist.
Jim Lambert
VP R&D MyShape
On Sep 14, 2010, at 11:16 AM, J. Landman Gay wrote:
> On 9/14/10 10:31 AM, Devin Asay wrote:
>>
>> On Sep 14, 2010, at 9:09 AM, J. Landman Gay wrote:
>>>
>>>
>>> Wait -- I assumed you meant the regular RR forums. There's an on-rev
>>> forum? Did I miss something?
>>
>> Umm, yes. Have you real
Thanks Pierre - what thing in the registry should I check?
Phil
On 9/14/10 3:51 AM, Pierre Sahores wrote:
Hi Phil,
Why not check the Registry trough a rev command line call ?
HTH,
Pierre
Le 14 sept. 2010 à 02:06, Phil Davis a écrit :
Does anyone have a clear-cut way for Rev to know wheth
On 9/14/10 10:31 AM, Devin Asay wrote:
On Sep 14, 2010, at 9:09 AM, J. Landman Gay wrote:
Wait -- I assumed you meant the regular RR forums. There's an on-rev
forum? Did I miss something?
Umm, yes. Have you really never seen it? Go to on-rev.com, then click Support>
Forums.
Hey, everyone
On 14 September 2010 16:35, Mark Wieder wrote:
>
> >> Wait -- I assumed you meant the regular RR forums. There's an on-rev
> >> forum? Did I miss something?
>
> > Umm, yes. Have you really never seen it? Go to on-rev.com, then click
> Support > Forums.
>
>
> It's pretty dismal, but it exists. And
Devin-
Tuesday, September 14, 2010, 8:31:12 AM, you wrote:
>> Wait -- I assumed you meant the regular RR forums. There's an on-rev
>> forum? Did I miss something?
> Umm, yes. Have you really never seen it? Go to on-rev.com, then click Support
> > Forums.
It's pretty dismal, but it exists. And
On Sep 14, 2010, at 9:09 AM, J. Landman Gay wrote:
>
>
> Wait -- I assumed you meant the regular RR forums. There's an on-rev
> forum? Did I miss something?
Umm, yes. Have you really never seen it? Go to on-rev.com, then click Support >
Forums.
Hey, everyone! I knew something Jacque didn't k
On 9/14/10 10:07 AM, J. Landman Gay wrote:
On 9/14/10 2:06 AM, Monte Goulding wrote:
Hi
Has anyone managed to get in to the on-rev forum lately? I tried to
register back on 30 July and still had no response so I tried again
and got the same message. Why isn't the forum open?
It's still there
On 9/14/10 2:06 AM, Monte Goulding wrote:
Hi
Has anyone managed to get in to the on-rev forum lately? I tried to
register back on 30 July and still had no response so I tried again
and got the same message. Why isn't the forum open?
It's still there and active, and there are posts from today.
Does that mean that this list is the only rev chatter there is? I've noticed
the list is very quiet with user questions and hoped it had moved over to the
forums.
On Sep 14, 2010, at 12:06 AM, Monte Goulding wrote:
> Hi
>
> Has anyone managed to get in to the on-rev forum lately? I tried to
Bob Sneidar wrote:
Well it's not like that at all. It's more like she promised not
to use the credit card, and then did anyway. After her husband
got upset she took the stuff back and got a refund. Is her husband
now justified in being angry that she got the refund? THAT is what
it is like.
Pl
Hi Phil,
Why not check the Registry trough a rev command line call ?
HTH,
Pierre
Le 14 sept. 2010 à 02:06, Phil Davis a écrit :
> Does anyone have a clear-cut way for Rev to know whether it's running in a
> 32-bit or a 64-bit environment on Windows? Bonus points for being able to
> identify
Hi
Has anyone managed to get in to the on-rev forum lately? I tried to register
back on 30 July and still had no response so I tried again and got the same
message. Why isn't the forum open?
Cheers
--
Monte Goulding
M E R Goulding Software Development
Bespoke application development for vertic
38 matches
Mail list logo