Asking RunRev for a shipping date is a very bad thing. People will
store such a date given by RR, if only unconsciously, and then be
disappointed when RunRev slips the shipping date (and they always do).
Thus it's better to send RR a friendly letter now and then, reminding
then that you are exp
On 5/6/07 10:50 AM, "Joe Lewis Wilkins" <[EMAIL PROTECTED]> wrote:
> Thanks for the observation, Jim. That was kind of what I thought
> might be possible, but not being familiar with Flash at all, had no
> idea exactly how it might be used. Is Flash expensive?
>
> Joe
Yep, it is one of the big
Oops, hit the wrong key :/
Suggest you do a search on Google for "run xp usb flash" -- I don't know how
well these boards would run XP if at all, but with their capacities edging
upwards of 16GB, you won't have an issue with running out of space.
<[EMAIL PROTECTED]> wrote in message
news:[EMAI
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> http://www.mini-tft.de/xtc-neu/index.php?cPath=1458w
>
> http://www.mini-itx.com/
>
>
> I've been looking at really small PC hardware for running a Revolution app
> on, but this hardware needs to run in a somewhat temperature-sensiti
You probably have the union command working in reverse.
On 5/6/07 11:43 AM, "Camm29" <[EMAIL PROTECTED]> wrote:
> Hi .
>
> Had it working , sort of !
>
> When data for a given line stops changing , the old original value appears ?
> Then I found i'd missed "put it into currDataArr"
> Now with
Hi .
Had it working , sort of !
When data for a given line stops changing , the old original value appears ?
Then I found i'd missed "put it into currDataArr"
Now with "put it into currDataArr" the old unchanging data lines vanish
with only the new changing data lines displayed !
Trying to do t
Thanks for the observation, Jim. That was kind of what I thought
might be possible, but not being familiar with Flash at all, had no
idea exactly how it might be used. Is Flash expensive?
Joe
On May 6, 2007, at 10:41 AM, Jim Ault wrote:
On 5/6/07 10:01 AM, "Joe Lewis Wilkins" <[EMAIL PROTE
On 5/6/07 10:01 AM, "Joe Lewis Wilkins" <[EMAIL PROTECTED]> wrote:
> Chipp,
> Just curious as to what kind of drawings you CAN do with Flash.
> Thanks,
> Joe
>
My take is that it would not really good for the architectural tools you are
used to, Joe. Not even close to Dreams, or the like. Old v
Lex lite, using the Via C3 processor.
Not cheap, not fast (500mhz in the fanless form). But, you can run it off a
compact flash card, you could as Bob says put Puppy or DSL or a stripped down
Debian with Fluxbox on it, or Fluxbuntu. You could net boot it. And its
small. External psu, whic
Chipp,
Just curious as to what kind of drawings you CAN do with Flash.
Thanks,
Joe
On May 6, 2007, at 9:54 AM, Chipp Walters wrote:
Joe, perhaps you mean, 'can Flash be used to create architectural
drawings'-- like a CAD app. The answer to that is NO. There are no
real
units in my version of
Joe, perhaps you mean, 'can Flash be used to create architectural
drawings'-- like a CAD app. The answer to that is NO. There are no real
units in my version of Flash, and there certainly is not 'fillet' or
'chamfering' type tools. I wouldn't think anyone would use Flash to create
mechanical or ar
On 5/5/07, Joe Lewis Wilkins <[EMAIL PROTECTED]> wrote:
Chipp,
Can Flash be used for scaled drawings?
Joe, I don't understand the question.
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubsc
Charles Szasz wrote:
I have entry fields that the user fills in with numbers by using the
tab, return or enter keys. Each field is checked for a range of scores
by catching the exit or close field. If the user enters a number that is
above the range for the entry field, a dialog box appears war
Please ignore this post. I didn't notice that I had an earlier on
closeCard handler in that card's script.
Joe Wilkins
On May 6, 2007, at 9:06 AM, Joe Lewis Wilkins wrote:
Any idea why an on closeCard handler in a card's script is not
called when going to the next or previous card? I have s
Any idea why an on closeCard handler in a card's script is not called
when going to the next or previous card? I have some text being read
when a certain card is opened. I would like it to stop when leaving
that card. I put the following handler in the card's script:
on closeCard
revStop
Hey,
I was wondering when the Revolution with support for Linux is supposed to
be released. I realize that it is going to be in version 2.9 of Revolution,
but the current beta build is 2.8.1, does that mean that we are going to
have several updates under 2.8, and that the 2.9 release will be rel
> But if what is being said is that once an end user has put
> his stuff in, you the developer may not use the kit to
> extract that data in a form which he can use in some other
> competing database, well, no thanks. We need to get our
> priorities straight: its his data. Don't tell him wha
[EMAIL PROTECTED] wrote:
I've been looking at really small PC hardware for running a Revolution app on, but this
hardware needs to run in a somewhat temperature-sensitive environent, so I was hoping to
investigate a "Flash-memory based hard-drive" solution, or something without a
spinning HD
Hi Charles,
From an ergonomic point of view, it's probably not a very good idea to:
. Alert the user when he is wrong. I would not like a software that
tells me: 'Be careful what you are doing, absent minded!' :-)
. Not to allow the user to use the Tab or Return keys as he is used
to. I would
Hi Charles,
I'm sure someone else will provide a more elegant solution, but you
may always validate the values within each of the fields as part of
the operation of the Calculate button, correcting the inappropriate
values prior to completing the calculation.
Joe Wilkins
On May 6, 2007,
I have entry fields that the user fills in with numbers by using the
tab, return or enter keys. Each field is checked for a range of
scores by catching the exit or close field. If the user enters a
number that is above the range for the entry field, a dialog box
appears warning them of the
CF to IDE adapters are inexpensive - just pop one on the mother board
and stick a CF card in.
I got some on ebay a while ago - here's the first link that popped up in
google;
http://www.digitalera.co.uk/product/cf-to-ide-adapter-direct.html
[EMAIL PROTECTED] wrote:
http://www.mini-tft.de/x
Hello friends,
anyone succesfully attached an external iSight to an Intel Mac
and recorded a video?
I have an external iSight on my MacMini which works fine in iChat and
QT Pro.
Means sound and video.
But there is no preview video in Rev with the "revvideograbber"
external.
No videos can b
On 5 May 2007, at 23:09, Sivakatirswami wrote:
repeat until length(PostIn) >= $CONTENT_LENGTH
read from stdin until ""
put it after PostIn
end repeat
I'd suspect this part. I used to use this approach, but ran into
trouble after moving some
Hi Sivakatirswami
I think the most important thing is that you introduce some simple
logging mechanism into your code. That way you can be you are
correctly identifying the critical process that is causing your CGI
to hang.
I can't stress to much the importance of such a logging mechanis
25 matches
Mail list logo