Preload custom colours in standard picker?

2005-05-21 Thread Rob Beynon
Greetings all,

As in the SL, I just wondered if it was possible to reload the custom
colours, to get away from the garish one that the OS offers in XP.



-- 
All best wishes,
Rob

(Created at 07:02 on 21/05/2005)



==
Prof. Rob Beynon|+44 151 794 4312 (voice)
Dept. Veterinary Preclinical|+44 151 794 4243 (fax)
Sciences, University of Liverpool,
Crown Street, Liverpool L69 7ZJ |mailto:[EMAIL PROTECTED]
--
http://www.liv.ac.uk/pfg|http://www.csiv.org
==

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: undo insertion into group

2005-05-21 Thread Eric Chatonet

Hi Dennis,

Just a comment about your script:
You use 3 non exclusive conditional structures and then the engine  
will have to test all of them.

You might prefer something like:

if word 1 of it is button then put it  cr after btnList
else if word 1 of it is field then put it  cr after fldList

if it contains label field then next repeat is unnecessary and  
redundant :-)


Just my two cents.
Best regards from Paris,

Eric Chatonet.
Le 20 mai 05 à 23:12, Dennis Brown a écrit :


Eric,

This is exactly what I want to do, but it did not work.

On May 20, 2005, at 2:16 AM, Eric Chatonet wrote:



Hi Bob,

Buttons, fields, images, graphics, scrollbars, players and groups  
are controls:

put the number of controls
repeat for each control tControl in this card



I want to get the name (or number) of each control in a group.

get the number of controls in grp x  --works

repeat for each control c in anything --does not work for me


I guess I can always do it the other way:

  repeat with c=1 to the number of controls in grp grpName
get the name of control c of grp grpName
if it contains label field then next repeat
if word 1 of it is button then put itcr after btnList
if word 1 of it is field then put itcr after fldList
  end repeat



So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Plugins, tutorials and more on our website

Web sitehttp://www.sosmartsoftware.com/
Email[EMAIL PROTECTED]/
Phone33 (0)1 43 31 77 62
Mobile33 (0)6 20 74 50 86


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: -1 as last item problem

2005-05-21 Thread J. Landman Gay

On 5/20/05 9:35 PM, Richard Gaskin wrote:


Dennis Brown wrote:

Bug# 976 complains about the problem as a bug --resolved as not a bug  
due to compatibility with HyperCard
Bug#1137 complains about the problem as a lack of proper  
documentation about the quirks of the language. --I voted for this also


It seems that nobody believes that this inconsistency is the desired  
behavior, but because HyperCard did it this way, that is the final  
answer. 



Well, it was the mother tongue, and it may confuse many more people and 
possibly break scripts if they changed it.


Personally my own preference is for the consistency you propose.  But 
before I vote for the bug I'd like to hear the rationale for HyperCard's 
behavior -- where's JK Calhoun when you need him?  I didn't always agree 
with his language recommendations but I did always respect the 
thoroughness of his thinking.


If I remember right, it went something like this. You have a list of lines:

Line One cr
Line Two cr
Line Three cr

How many lines are in the list?

How about this list:

Line One cr
Line Two cr
Line Three

Most people would say there are three lines in both lists. We expect the 
last line to be the same whether there is a trailing carriage return or 
not. Line -1 of either list is Line Three.


How many lines in this list:

Line One cr
Line Two cr
Line Three cr
cr

Most people would say there are four lines, and the last line is empty. 
That's because there are two trailing returns.


To retain consistency when processing all types of text chunks, single 
trailing delimiters are dropped. Thus:


  item1,item2,item3,

has three items, as does:

  item1,item2,item3

and item -1 of either list is item3.

And so on. It makes sense in its own way.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Judy Perry
Man, I sure hope so!!!

Judy

On Fri, 20 May 2005, Stephen Barncard wrote:

 I have a question about Revcon 05.

 I'm planning on bringing my Powerbook. This might be a silly
 question, but... Will there be WiFi available?

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Judy Perry
Yippee!

On Fri, 20 May 2005, Dan Shafer wrote:

 Not as silly as it sounds.

 It cost a good deal of money to outfit the entire conference with a
 T-1 line and WiFi access but we didn't see how we could expect a
 bunch of Revolutionaries to do anything other than. . .er,
 revolt. . .if we didnt' supply it. So the answer is yes there will be
 WiFi on site for the entire conference.

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Judy Perry
Oh dear!  That reminds me to check into accomodations.

Does 'the team' have any recommendations?  Especially any places that
accomodate pets?

Thanks,

Judy

On Fri, 20 May 2005, Richard Gaskin wrote:

 There is if you stay at the downtown Travelodge. :)

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Setting permissions on server

2005-05-21 Thread Dave Cragg


On 21 May 2005, at 02:44, Richard Gaskin wrote:

I remember once coming across something made in Transcript that set  
permissions of files on a server.


Of course, now I can't find it. :(



Did you mean the following example from the libUrl docs?

put 192.168.123.4 into tHost
put testfolder/file_1.cgi into tFile
put dave into tUser
put * into tPass##use a real password
put SITE CHMOD 755  tFile into tCmd
get libUrlFtpCommand(tCmd, tHost,tUser,tPass)
answer it

http://support.runrev.com/resources/ 
liburlrealdocs.html#libUrlSetFtpListCommand


Dave
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Could this list be a forum/bulletin board?

2005-05-21 Thread Scott Rossi
Recently, Rob Beynon  wrote:

 I wonder why this resource (use revolution) has not been presented
 using one of the many forum/bb software that seems to be everywhere
 else. With inbuilt search etc, it would be a lot better to use.

It has -- the Rev folks haven't provided a link on their site yet, probably
because it was set up by a list member through a third party (gmane.org).

  http://dir.gmane.org/gmane.comp.ide.revolution.user

For folks looking for a web interface to the mail list, this is a good
option (and right now the only option).

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Database Query Builder 2

2005-05-21 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote:
 [snip]
 
 So now I can make changes but I still have one major
 hickup. If I click a 
 button that is linked to the database such as a Next
 button set to 'Move to Next 
 Record' then the field doesn't appear to ever get
 the close message needed to 
 trigger the update. If I click any non DQB linked
 button or in the background 
 then the save is made but if I go straight to a
 button like Next then the 
 change is lost.
 
 I created a workaround by putting the Next button
 off screen and then making 
 a fake Next button that does this ...
  click at 1,1   -- where there is nothing
  click at the loc of btn Next
 ... but that really slows things down. I suppose i
 could play with ways to 
 speed things up but here again the DQB is supposed
 to be helping me knock this 
 thing out quick.
 
 Any other half-documented features out there to
 which i should be paying 
 attetion ?Thanks.
 

Hi Chris,

This problem would happen on MacOS, of course -- not
on Windows/Unix, as the MacOS HIG is the only one
where a button doesn't receive the keyboard focus.

You could patch the mouseUp handler in the revDatabase
frontscript to get around that limitation, and make
sure the closeField is called, as follows :

## just after the line
  if exists(pObject) and the
cREVGeneral[databasequeryobject] of pObject is true
then
## you insert the following line
select empty
## this causes any open field to receive a closeField

You might want to bugzilla this problem, and suggest
the patch above.

Hope this helped,

Jan Schenkel.

Quartam - Tools for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: popup in selected text in unlocked field

2005-05-21 Thread Jan Schenkel
--- Stephen Barncard [EMAIL PROTECTED]
wrote:
 I know there's some kind of trick here to do this;
 
 
 I have an unlocked, editable field with text. I
 select a portion of 
 the text, then option click on it for a popup that
 has a few options 
 to select from to do something to the text, like
 uppercase, 
 lowercase, etc.
 
 This changing works with a button and an option menu
 combo, but not 
 in a contextual button. Any activity on the field
 kills the selection.
 
 Attempting this always loses the selection, then
 there's nothing to 
 change, and all attempts to save the selection range
 description to a 
 global still don't seem to work.
 
 I'm sure there's a dance of locking and unlocking to
 get this to 
 work, but I haven't found it yet... any ideas...?..
 
 thanks
 
 sqb
 

Hi Stephen,

The following trick works on both Win and Mac: set the
traversalOn of the popup menu button to false, and the
selectedChunk will remain the same -- I used this sort
of construct in one project:

## field script
on mouseDown pButton
  if pButton = 3 then popup button FieldMenu
end mouseDown

## popup button script
on menuPick pItem
  switch pItem
  case cut
cut
break
  case copy
copy
break
  case paste
if the clipboard is text then paste else beep
break
  case clear
delete
break
  end switch
end menuPick

## And this works remarkably well...

Hope this helped,

Jan Schenkel.

Quartam - Tools for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Use french special caracters in an XML file.

2005-05-21 Thread Jan Schenkel
--- Damien Girard [EMAIL PROTECTED] wrote:
 Hi all,
 
 I make a database (in XML), in this database, user
 can write information
 about a lot of things, but I have tried my software,
 and I see a really
 nasty bug, and I didn't know how I can solve it.
 
 French special characters (éèçàù) doesn't work, I
 have got a strange
 return instead of the good characters. (For exemple,
 é - é$$)
 
 So, I think I need to encode the text, but how I can
 encode it ? Runrev
 provide a function that permit to encode text ?
 
 This database will treat a lot of data, so this need
 to be really fast.
 (Without any encoding, this is really fast.)
 
 Thanks.
 
 Damien GIRARD
 

Hi Damien,

Other than the earlier suggestions of htmlText and
UTF-8, you can always change the encoding attribute at
the start of your XML-file:
?xml version=1.0 encoding=ISO-8509-1?

That's what we use at work to preserve special
characters when exporting data from our PROGRESS
databases.

Hope this helped,

Jan Schenkel.

Quartam - Tools for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Box around found text

2005-05-21 Thread John Ridge
This is really a query about etiquette, I think, rather than a bug report.

I noticed that when my script is repeatedly finding a multi-word phrase in
a text field on a cards in a large stack it sometimes appears to fail. I
eventually realised that it isn't failing - it just doesn't show the box
around the text if the phrase includes a soft line-ending (i.e. the text
wraps to a new line). This looks wrong to me, and could confuse users.

So I searched bugzilla (using the very helpful RevZilla stack) but couldn't
find any reports on the problem. Can someone more expert than I confirm
this? Are there any bugzilla search tricks worth passing on?

So, assuming that it hadn't been reported, I sent in a report via Revzilla.
Should I have raised it on this list first?

Any comments?
-- 


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


method of copy button required via popup. Advice on howto

2005-05-21 Thread Bob Hartley

Hi All.

The buttons on my app are getting numerous. ONe button inserts a another 
button into a card. I'd like a way to have one button do this depending on 
the satus of a popup/


IE click on one button and it inserts a button with a script
on mouseup
do function1
end mouseup

but if function 2 is selected from the popup it adds a button with script
on mouseup
do function2
end mouseup

How do I do this. I thought of having a hidden stack with buttons with the 
functions in them and simply have the button do this.


What would the type of command be.

here is a guess

on mouseup
if the popup functionchoice is menupick insert function1
Copy button Function1 to stack target
end if
if the popup functionchoice is menupick insert function2
Copy button Function2 to stack target
end if
end mouseup

Is this easy?

cheers
bob


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.14 - Release Date: 20/05/2005


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Could this list be a forum/bulletin board?

2005-05-21 Thread Marty Billingsley
Rob Beynon [EMAIL PROTECTED] writes:

 Another question that has probably been asked before -

 I wonder why this resource (use revolution) has not been presented
 using one of the many forum/bb software that seems to be everywhere
 else. With inbuilt search etc, it would be a lot better to use.

There is a searchable archive at
http://lists.runrev.com/pipermail/use-revolution/

We just had a similar discussion over on the educational
mailing list; some of us pointed out that we want the emails
showing up in our mailbox because we don't really have the
time to go to web sites in search of information.  In other
words, we make the time to read our mail, but not to go out
on the web and look for postings.  Of course, that means
being somewhat selective about what mailing lists one
subscribes to.

You could not subscribe to this mailing list, and just read
the archives (they can be sorted by date) if you don't want
your inbox filling up.

cheers,
  - marty

--
Marty Billingsley ([EMAIL PROTECTED])
The University of Chicago Laboratory Schools
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: popup in selected text in unlocked field

2005-05-21 Thread Stephen Barncard
Thanks, Jan. I forgot that often some checkboxes for properties are 
left out of the IDE... and the button's traversalOn was one of them.


At 2:42 AM -0700 5/21/05, Jan Schenkel wrote:


Hi Stephen,

The following trick works on both Win and Mac: set the
traversalOn of the popup menu button to false, and the
selectedChunk will remain the same -- I used this sort
of construct in one project:

## field script

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


HELP -- error when trying to compile standalone

2005-05-21 Thread Randy Padawer
Well, things only happen when you're on a terrible deadline, and 
that's what happened to me yesterday. I had spent hours working on a 
program that was part of a presentation (long story) and went to 
compile an OS X and/or Windows standlone application so I could dash 
off just in time. But no matter what I did (compiling for one and not 
the other, or for both) I would get an error that said: There was an 
error while saving the standalone application. Can anyone provide a 
clue as to the kinds of things that may result in this error? Thanks 
very gratefully, Randy

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: HELP -- error when trying to compile standalone

2005-05-21 Thread Bob Hartley

At 14:59 21/05/2005, you wrote:

Well, things only happen when you're on a terrible deadline, and that's 
what happened to me yesterday. I had spent hours working on a program that 
was part of a presentation (long story) and went to compile an OS X and/or 
Windows standlone application so I could dash off just in time. But no 
matter what I did (compiling for one and not the other, or for both) I 
would get an error that said: There was an error while saving the 
standalone application. Can anyone provide a clue as to the kinds of 
things that may result in this error? Thanks very gratefully, Randy


Ahh this might be the well know bug to do with search for inclusions.

If you go to standalone application settings you should see that ther eis 
a box ticked to search for inclusions just simply tick the radio button 
that says select inclusions and that should sort it.


Cheers
bob




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.14 - Release Date: 20/05/2005



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.14 - Release Date: 20/05/2005


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


search trees

2005-05-21 Thread Eric Engle
Does anyone know of any implementations of depth first, breadthe first, or a*
tree search algorithms using transcript, metatalk, or hypertalk? 

(for the theory behind this see:
http://www.rci.rutgers.edu/~cfs/305_html/Computation/ExhaustiveSearch_305.html)





Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: is it true ?

2005-05-21 Thread Dennis Brown


On May 19, 2005, at 2:12 PM, Alex Tweedly wrote:


Dennis Brown wrote:


If we all make an effort to fix stuff or add examples to the web   
notes, perhaps everyone, even those not on this list will benefit.




H - I think I'd agree with Phil Davis from an earlier thread on  
the topic of Web Notes - without someone watching over the content,  
you have to be careful how much you trust Web Notes written by  
random, unidentified people. And of course, there's no way to know  
whether anything you put up there will remain there, since anyone  
can edit it later.


You bring up a good point.  Contributors should put their name or  
email into their notes.  Deleting/editing someone else's notes should  
require some sort of password given to trusted contributors.


The thing that would really make the web notes shine, is if the  
Icon  would change to a wiggly one, or some other way of grabbing  
your  attention if a web note is available.  I am sure it would be  
easy to  add a script to the doc stack that after finding a topic,  
it would  (if you have a web connection) check to see if the web  
note is not  empty and do something noticeable.  Unfortunately I  
am not  experienced enough to make that change.  Anyone out there  
know how to  do this?


The problem is that there's no way to tell if there is a Web Note  
without doing the HTTP get - and once you've got the web page,  
you might as well just display it - so you might as well just turn  
on Display Web Notes. There might be some value in changing an  
icon, for the sake of those where the doc page is more than one  
screen long, and it's easy to miss the web note.


I tried this turn on Display Web Notes, but the note window does  
not get refreshed when I go to a new entry.  I have to close it and  
open it again to get the current note.


What I've been looking at is extracting all the Web Notes - easy to  
do, but pretty slow . and demonstrates the need for someone to  
monitor what text gets entered there. I'll put the stack up on  
RevOnline when it's done - but in the meantime, all the Web Notes  
from the Dictionary can be found at

http://www.tweedly.net/RunRev/webnotes-dictionary.html


Pitiful few notes added so far.  It seems that Phil Davis is the  
major contributor.


Obviously this could be a more powerful feature with just a few  
improvements.  It might even be nice to have pointers to rev list  
discussion posts about an item, or note bug numbers etc.


Dennis
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Could this list be a forum/bulletin board?

2005-05-21 Thread Dennis Brown
I finally figured out how to manage this barrage of emails in my in- 
box from this list.  I just have my mail.app program send them all to  
a RevList mail box that I read with threads on.  Now I can find the  
other emails I get in my in-box.


I don't know why I did not think of this before.  I guess it is  
because this is the first list I have signed up for.


Dennis

On May 21, 2005, at 8:45 AM, Marty Billingsley wrote:


Rob Beynon [EMAIL PROTECTED] writes:



Another question that has probably been asked before -

I wonder why this resource (use revolution) has not been presented
using one of the many forum/bb software that seems to be everywhere
else. With inbuilt search etc, it would be a lot better to use.



There is a searchable archive at
http://lists.runrev.com/pipermail/use-revolution/


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: search trees

2005-05-21 Thread Dar Scott


On May 21, 2005, at 8:20 AM, Eric Engle wrote:

Does anyone know of any implementations of depth first, breadthe 
first, or a*

tree search algorithms using transcript, metatalk, or hypertalk?


For depth first, use the natural recursive invocation allowed in 
Transcript.  For breadth first, ping pong between two lists of things 
to work on, copying from one to the other each generation.  For A*, you 
can keep a list  sort it, but that sounds expensive.  If you can 
figure out a trick to get and delete the first element of an array, 
then use an array such that the key sorts the same as best.


Dar
--
**
DSC (Dar Scott Consulting  Dar's Lab)
http://www.swcp.com/dsc/
Programming and software
**

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Property inspectors not showing correctly

2005-05-21 Thread Scott Slaugh
I was able to figure out my problem.  It seems that we had installed a
conflicting font somehow.  As soon as I removed an hold OS 9 font we
had been using and replaced it with a newer version, the text in the
property inspectors returned to normal.

Scott Slaugh

On 5/20/05, Scott Slaugh [EMAIL PROTECTED] wrote:
 On several Mac OS X computers, I have been having troubles with the
 property inspectors.  The names of the properties are showing up
 weird.  I uploaded a screenshot of my problem to
 http://xslaugh.tripod.com/font.jpg.  If you look at the property
 inspector on the right, all of the text is in some weird font.  Am I
 just missing the font used?  If so, what is the font used?  Thanks!
 
 Scott Slaugh

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Setting permissions on server

2005-05-21 Thread Richard Gaskin

Chipp Walters wrote:

 Richard Gaskin wrote:
 I remember once coming across something made in Transcript that set
 permissions of files on a server.

 I have an altPlugin called altFileMgr which has a script in it
 which set's file visibility and name, be easy to mod to set file
 permissions.

 http://www.altuit.com/webs/altuit2/altPluginDownload/Downloads.htm

It looks nice, but I poked around and was unable to find the chmod 
script.  So then I dropped it onto a binary editor amd searched for 
chmod and came up empty.


:(

--
 Richard Gaskin
 Fourth World Media Corporation
 __
 Rev tools and more: http://www.fourthworld.com/rev
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Setting permissions on server

2005-05-21 Thread Richard Gaskin

Dave Cragg wrote:


On 21 May 2005, at 02:44, Richard Gaskin wrote:

I remember once coming across something made in Transcript that set  
permissions of files on a server.


Of course, now I can't find it. :(



Did you mean the following example from the libUrl docs?

put 192.168.123.4 into tHost
put testfolder/file_1.cgi into tFile
put dave into tUser
put * into tPass##use a real password
put SITE CHMOD 755  tFile into tCmd
get libUrlFtpCommand(tCmd, tHost,tUser,tPass)
answer it



Bingo!  Thanks!

--
 Richard Gaskin
 Fourth World Media Corporation
 __
 Rev tools and more: http://www.fourthworld.com/rev
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Setting permissions on server

2005-05-21 Thread Andre Garzia


On May 21, 2005, at 12:59 PM, Richard Gaskin wrote:

It looks nice, but I poked around and was unable to find the chmod 
script.  So then I dropped it onto a binary editor amd searched for 
chmod and came up empty.


:(


Richard,

pick my CGITool palette plugin, it has some routines to set permissions 
on a remote linux server thru Site Chmod command. :D it's actually 
easy, use libURLFtpCommand(SITE CHMOD perms file) command.


Cheers
andre





--
Andre Alves Garzia  2004
Soap Dog Studios - BRAZIL
http://studio.soapdog.org

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: popup in selected text in unlocked field

2005-05-21 Thread Mark Wieder
Stephen-

Saturday, May 21, 2005, 5:52:14 AM, you wrote:

SB Thanks, Jan. I forgot that often some checkboxes for properties are
SB left out of the IDE... and the button's traversalOn was one of them.

As Jacque recently pointed out to me, the focusable property in the
property inspector is the checkbox for traversalOn.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: HELP -- error when trying to compile standalone

2005-05-21 Thread Randy Padawer
Bob, thank you! Because I've not followed the email  closely I had no 
idea, and your tip saved me. I was just able to save the executables. 
Best to you, and have a good weekend.

Randy


At 12:00 PM -0400 5/21/05, [EMAIL PROTECTED] wrote:

Date: Sat, 21 May 2005 15:10:19 +0100
From: Bob Hartley [EMAIL PROTECTED]
Subject: Re: HELP -- error when trying to compile standalone
To: How to use Revolution use-revolution@lists.runrev.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=us-ascii; format=flowed;
x-avg-checked=avg-ok-4950281

At 14:59 21/05/2005, you wrote:


Well, things only happen when you're on a terrible deadline, and that's
what happened to me yesterday. I had spent hours working on a program that
was part of a presentation (long story) and went to compile an OS X and/or
Windows standlone application so I could dash off just in time. But no
matter what I did (compiling for one and not the other, or for both) I
would get an error that said: There was an error while saving the
standalone application. Can anyone provide a clue as to the kinds of
things that may result in this error? Thanks very gratefully, Randy


Ahh this might be the well know bug to do with search for inclusions.

If you go to standalone application settings you should see that ther eis
a box ticked to search for inclusions just simply tick the radio button
that says select inclusions and that should sort it.

Cheers
bob



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Dan Shafer

Judy.

If you'll have a car with you, the most pet-friendly hotel in the  
area is, as I understand it, the Hyatt Regency. They recently hosted  
all the owners of some large breed of dog that had a show here in  
Monterey. But it's not very close to the conference center; you'd  
definitely want to drive. (OTOH, it's very close to my house so we  
could possibly arrange a ride.)


Hotels are probably filling up really fast now and some are probably  
booked. The Travelodge on Munras (not the one on Fremont; you dn't  
want to stay there) is affordable but I don't know if they take pets  
or not.


Let me know if I can help any other way.

And you lurkers who are planning on being in Monterey need to know  
two things:


(1) If you've registered but don't have accommodations yet, you'd be  
well advised to move quickly.
(2) If you haven't registered yet, we have very few spots left for  
the give-away of the 128K thumb drives.



On May 20, 2005, at 11:47 PM, Judy Perry wrote:


Oh dear!  That reminds me to check into accomodations.

Does 'the team' have any recommendations?  Especially any places that
accomodate pets?

Thanks,

Judy


~~
Dan Shafer, Co-Chair
RevConWest '05
June 17-18, 2005, Monterey, California
http://www.altuit.com/webs/altuit/RevConWest

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Could this list be a forum/bulletin board?

2005-05-21 Thread Dan Shafer

Dennis

That's how I've kept my sanity (well, at least as much of it as I  
*have* kept) on this list as well.



On May 21, 2005, at 8:01 AM, Dennis Brown wrote:

I finally figured out how to manage this barrage of emails in my in- 
box from this list.  I just have my mail.app program send them all  
to a RevList mail box that I read with threads on.  Now I can  
find the other emails I get in my in-box.


I don't know why I did not think of this before.  I guess it is  
because this is the first list I have signed up for.


Dennis

On May 21, 2005, at 8:45 AM, Marty Billingsley wrote:



Rob Beynon [EMAIL PROTECTED] writes:




Another question that has probably been asked before -

I wonder why this resource (use revolution) has not been presented
using one of the many forum/bb software that seems to be everywhere
else. With inbuilt search etc, it would be a lot better to use.




There is a searchable archive at
http://lists.runrev.com/pipermail/use-revolution/



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution






~~
Dan Shafer, Co-Chair
RevConWest '05
June 17-18, 2005, Monterey, California
http://www.altuit.com/webs/altuit/RevConWest

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Richard Gaskin
It cost a good deal of money to outfit the entire conference with a  
T-1 line and WiFi access but we didn't see how we could expect a  
bunch of Revolutionaries to do anything other than. . .er,  
revolt. . .if we didnt' supply it.


Yes, connectivity can be critical, but I don't know anyone who truly 
needs T1.


Why not just go with the far more ubiquitous (and much less expensive) DSL?

I doubt anyone has an antenna that can make use of T1 anyway. :)

--
 Richard Gaskin
 Fourth World Media Corporation
 __
 Rev tools and more: http://www.fourthworld.com/rev
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Property inspectors not showing correctly

2005-05-21 Thread J. Landman Gay

On 5/21/05 10:39 AM, Scott Slaugh wrote:


I was able to figure out my problem.  It seems that we had installed a
conflicting font somehow.  As soon as I removed an hold OS 9 font we
had been using and replaced it with a newer version, the text in the
property inspectors returned to normal.


Thanks for this info. As it turns out, we are trying to solve the exact 
same problem in the tech support queue for someone else. I was stumped.


The thing was, he did not experience the problem until he started 
working with unicode. I'm not sure what would trigger the problem only 
at the point; presumably he had the font installed long before that. If 
anyone else has had this problem and it isn't because of a font issue, 
please let me know. Thanks.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Stephen Barncard

I'll take it!! I'll bring a long cat 5 cable and a hub for my friends.
ha ha

My guess is the T1 is for the whole convention center, shared. By the 
time it gets to the likes of us, we'll probably need the extra 
bandwidth. A 'T1' can mean a lot of different things - you can have 
part of a T1 and still technically call it a T1.


sqb

At 10:40 AM -0700 5/21/05, Richard Gaskin wrote:
It cost a good deal of money to outfit the entire conference with a 
T-1 line and WiFi access but we didn't see how we could expect a 
bunch of Revolutionaries to do anything other than. . .er,  revolt. 
. .if we didnt' supply it.


Yes, connectivity can be critical, but I don't know anyone who truly needs T1.

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


words in Transcript

2005-05-21 Thread =?ISO-8859-1?Q?Melit=F3n_Cardona_Torres?=

In Transcript

called is among the words of make sure the closeField is called as 
follows:


but

called is NOT among the words of make sure the closeField is called, 
as follows:


Is that logical? could it be changed?

Best regards

Ton



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


can Rev handle big numbers?

2005-05-21 Thread Andre Garzia

Hi Folks,

Does any one knows if Rev has some limit for number crunching? like 
working with really big ints and base conversion? The issue is not 
speed, I am afraid of Rev loosing information or refusing to answer 
correctly. Can we trust rev for number crunching?


Andre
--
Andre Alves Garzia  2004  BRAZIL
http://studio.soapdog.org
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: words in Transcript

2005-05-21 Thread Klaus Major

Hi Ton,


In Transcript

called is among the words of make sure the closeField is called  
as follows:


but

called is NOT among the words of make sure the closeField is  
called, as follows:


Is that logical? could it be changed?


I am not sure if this is correct behaviour, but you can do this:

called is among the TOKENS of make sure the closeField is called,  
as follows:


= TRUE

Hope that helps...


To all:
Shouldn't word be evaluated true even with a trailing COMMA in that  
case above?



Best regards

Ton


Best from germany

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: words in Transcript

2005-05-21 Thread Stephen Barncard
Good LORD! This Transcript thing is truly DEEP. Lots of nooks and 
crannies. I never heard that one! Cool.


At 8:55 PM +0200 5/21/05, Klaus Major wrote:


called is among the TOKENS of make sure the closeField is called, 
as follows:


= TRUE


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Overlapping text in option button

2005-05-21 Thread Alejandro Tejada
Hi Developers,

I've been working with option buttons
and noticed that if one line of text 
is largest than the width of the button, 
this text extends over the button, 
overlapping the small triangle at the 
right of the option button.

How could i solve this?
Is there some property of Option buttons
that could keep the text of overlapping
the right of the button?

Thanks in advance.

al

Visit my site:
http://www.geocities.com/capellan2000/



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Overlapping text in option button

2005-05-21 Thread Eric Chatonet

Hi Alejandro,

I noticed that too (Mac OS X).
The only way I found was to set the formattedWidth of the button and  
make some cosmetic geometry changes (set the left...)


Le 21 mai 05 à 22:21, Alejandro Tejada a écrit :


Hi Developers,

I've been working with option buttons
and noticed that if one line of text
is largest than the width of the button,
this text extends over the button,
overlapping the small triangle at the
right of the option button.

How could i solve this?
Is there some property of Option buttons
that could keep the text of overlapping
the right of the button?



Best regards from Paris,

Eric Chatonet.

So Smart Software

For institutions, companies and associations
Built-to-order applications: management, multimedia, internet, etc.
Windows, Mac OS and Linux... With the French touch

Plugins, tutorials and more on our website

Web sitehttp://www.sosmartsoftware.com/
Email[EMAIL PROTECTED]/
Phone33 (0)1 43 31 77 62
Mobile33 (0)6 20 74 50 86


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Database Query Builder 2

2005-05-21 Thread HyperChris
Thank you Jan. I will do that with BZ. I know how to do the sql connect using 
the functions but I think the DBQ could be such a boon for new users that I 
really want to see it work. As we say in my country YOU are the man!

Jan writes:
 Hi Chris,
 
 This problem would happen on MacOS, of course -- not on Windows/Unix, as the 
 MacOS HIG is the only one where a button doesn't receive the keyboard focus.
 
 You could patch the mouseUp handler in the revDatabase frontscript to get 
 around that limitation, and make sure the closeField is called, as follows :
 
 ## just after the line
   if exists(pObject) and the
 cREVGeneral[databasequeryobject] of pObject is true
 then
 ## you insert the following line
     select empty
 ## this causes any open field to receive a closeField
 
 You might want to bugzilla this problem, and suggest
 the patch above.
 
 --- [EMAIL PROTECTED] wrote:
  [snip]
 
  So now I can make changes but I still have one major
  hickup. If I click a
  button that is linked to the database such as a Next
  button set to 'Move to Next
  Record' then the field doesn't appear to ever get
  the close message needed to
  trigger the update. If I click any non DQB linked
  button or in the background
  then the save is made but if I go straight to a
  button like Next then the
  change is lost.
 
  I created a workaround by putting the Next button off screen and then 
 making
  a fake Next button that does this ...
   click at 1,1   -- where there is nothing
   click at the loc of btn Next
  ... but that really slows things down. I suppose i
  could play with ways to speed things up but here again the DQB is supposed
  to be helping me knock this thing out quick.
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: words in Transcript

2005-05-21 Thread Dennis Brown

Ton,

word is just a term that means everything between the word  
delimiter which is usually set to a space character.  So this is the  
way it is supposed to work.  You could have searched for a string  
called or  called.


Dennis

On May 21, 2005, at 2:40 PM, Melitón Cardona Torres wrote:


In Transcript

called is among the words of make sure the closeField is called  
as follows:


but

called is NOT among the words of make sure the closeField is  
called, as follows:


Is that logical? could it be changed?

Best regards

Ton



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: words in Transcript

2005-05-21 Thread Klaus Major

Hi Stephen,

Good LORD! This Transcript thing is truly DEEP. Lots of nooks and  
crannies. I never heard that one! Cool.


I'm very glad that i could surprise you :-)


At 8:55 PM +0200 5/21/05, Klaus Major wrote:
called is among the TOKENS of make sure the closeField is  
called, as follows:

= TRUE


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Dan Shafer

We had no choice. T-1 or everyone for him/herself.

Dan

On May 21, 2005, at 10:40 AM, Richard Gaskin wrote:

It cost a good deal of money to outfit the entire conference with  
a  T-1 line and WiFi access but we didn't see how we could expect  
a  bunch of Revolutionaries to do anything other than. . .er,   
revolt. . .if we didnt' supply it.




Yes, connectivity can be critical, but I don't know anyone who  
truly needs T1.


Why not just go with the far more ubiquitous (and much less  
expensive) DSL?


I doubt anyone has an antenna that can make use of T1 anyway. :)

--
 Richard Gaskin
 Fourth World Media Corporation
 __
 Rev tools and more: http://www.fourthworld.com/rev
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Dan Shafer

We have a T1 dedicated to our conference.

Dan

On May 21, 2005, at 11:05 AM, Stephen Barncard wrote:


I'll take it!! I'll bring a long cat 5 cable and a hub for my friends.
ha ha

My guess is the T1 is for the whole convention center, shared. By  
the time it gets to the likes of us, we'll probably need the extra  
bandwidth. A 'T1' can mean a lot of different things - you can have  
part of a T1 and still technically call it a T1.


sqb

At 10:40 AM -0700 5/21/05, Richard Gaskin wrote:

It cost a good deal of money to outfit the entire conference with  
a T-1 line and WiFi access but we didn't see how we could expect  
a bunch of Revolutionaries to do anything other than. . .er,   
revolt. . .if we didnt' supply it.




Yes, connectivity can be critical, but I don't know anyone who  
truly needs T1.



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: can Rev handle big numbers?

2005-05-21 Thread Dar Scott


On May 21, 2005, at 12:55 PM, Andre Garzia wrote:

Does any one knows if Rev has some limit for number crunching? like 
working with really big ints and base conversion? The issue is not 
speed, I am afraid of Rev loosing information or refusing to answer 
correctly. Can we trust rev for number crunching?


8-byte (double) floating point for arithmetic; 32-bit for base 
conversion or bit-logical.


I have tinkered with some homemade arithmetic experiments for intervals 
and for fixed point decimal (* and +).  You can make your own 
arithmetic if you want.


Dar

--
**
DSC (Dar Scott Consulting  Dar's Lab)
http://www.swcp.com/dsc/
Programming and software
**

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Overlapping text in option button

2005-05-21 Thread Ken Ray
On 5/21/05 3:21 PM, Alejandro Tejada [EMAIL PROTECTED] wrote:

 Hi Developers,
 
 I've been working with option buttons
 and noticed that if one line of text
 is largest than the width of the button,
 this text extends over the button,
 overlapping the small triangle at the
 right of the option button.
 
 How could i solve this?
 Is there some property of Option buttons
 that could keep the text of overlapping
 the right of the button?

You can use my stsEllipsis handler to truncate and put an ellipsis after
the menu item if it doesn't fit the button. Here's how you use it... put the
stsEllipsis handler in your stack script or a library, then simply add a
call to stsEllipsis as the first line in your menuPick handler for the
option button. For more control, you can set a custom property (uMaxSize) of
the option button). Here's an example:

on menuPick pWhat
  stsEllipsis pWhat
   -- Do what you want to do with pWhat
end menuPick

on stsEllipsis pChoice
  if the uMaxSize of the target =  then
put the width of the target -15 into tW
  else
put the uMaxSize of the target into tW
  end if
  lock screen
  -- Get width of ellipsis
  set the label of the target to ...
  -- Now work backwards from length of text
  set the label of the target to pChoice
  put the formattedWidth of the target into tSize
  if tSize  tW then
put  into tLabel
repeat with x = 1 to length(pChoice)
  set the label of the target to (char 1 to x of pChoice)  ...
  if the formattedWidth of the target  tW then
exit repeat
  else
switch (the platform)
case MacOS
  put x+1 into tMax
  break
case Win32
  put x+2 into tMax
  break
default
  put x into tMax
  break
end switch
put char 1 to tMax of pChoice  ... into tLabel
  end if
end repeat
set the label of the target to tLabel
  end if
  unlock screen
end stsEllipsis


Enjoy!

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: words in Transcript

2005-05-21 Thread Malte Brill

To all:
Shouldn't word be evaluated true even with a trailing COMMA in that
case above?

I don´t think so. The , is an additional char in the word. I think 
that wouldn´t be logical...

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: can Rev handle big numbers?

2005-05-21 Thread Andre Garzia


On May 21, 2005, at 6:11 PM, Dar Scott wrote:

8-byte (double) floating point for arithmetic; 32-bit for base 
conversion or bit-logical.


I have tinkered with some homemade arithmetic experiments for 
intervals and for fixed point decimal (* and +).  You can make your 
own arithmetic if you want.


Thanks Dar,

the main trouble is with base conversions here... damn big numbers.

Cheers
andre

--
Andre Alves Garzia  2004
Soap Dog Studios - BRAZIL
http://studio.soapdog.org

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: words in Transcript

2005-05-21 Thread Klaus Major

Hi Malte,


To all:
Shouldn't word be evaluated true even with a trailing COMMA in that
case above?

I don´t think so. The , is an additional char in the word. I  
think that wouldn´t be logical...


ah, yes, i see, sounds reasonable :-)


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Overlapping text in option button

2005-05-21 Thread Alejandro Tejada
Eric Chatonet wrote:

I noticed that too (Mac OS X).
The only way I found was to set the 
formattedWidth of the button 

The formattedwidth tells how long needs to be
the button to show all the text, right??

in my interface, i could not resize the
option button or cut the text.

 and make some cosmetic geometry changes 
(set the left...)

Probably keeping two list,
one short and other full size...
but all this workaround looks
like we have a candidate for bugzilla.

Which bugzilla number is this option
button overflow?

Thanks in advance.

al

Visit my site:
http://www.geocities.com/capellan2000/



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Overlapping text in option button

2005-05-21 Thread Alejandro Tejada
on Sat, 21 May 2005
Ken Ray wrote:

 You can use my stsEllipsis handler to truncate and
 put an ellipsis after
 the menu item if it doesn't fit the button. 
[snip]

This option is a lot better than having
to keep two lists! Your code had saved 
me a tedious rewriting of the handlers
that use this option button.

 Enjoy!

Thanks a lot for this help! :-)

By the way, is this text overflow in option
buttons already in bugzilla?

al


Visit my site:
http://www.geocities.com/capellan2000/



Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: can Rev handle big numbers?

2005-05-21 Thread Dar Scott


On May 21, 2005, at 3:34 PM, Andre Garzia wrote:


the main trouble is with base conversions here... damn big numbers.


If you just need hex and raw binary consider H* and binaryEncode and 
binaryEncode.


I think command-line D is in OS X, but I don't know anything about it.  
It might be available for other platforms.


Security utilities might do big whole-number arithmetic.

If you are happy with the 52 (53?) bits of wholes represented in 
double, then you make your own base conversion.


You can nag me to put arithmetic higher on my list, but who knows what 
good that'll do.  I am very curious about what your arithmetic and base 
conversion needs are.


Dar


--
**
DSC (Dar Scott Consulting  Dar's Lab)
http://www.swcp.com/dsc/
Programming and software
**

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Graphic in Field

2005-05-21 Thread Glen Bojsza
I have been trying to figure out if is possible to place a graphic in
a scrolling field?

This leads to a second question which is how can you put a check box
in a field or associate it so it looks like its part of the field.

Thanks in advance?
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Graphic in Field

2005-05-21 Thread Kathy Jaqua
Hi Glen:

I did this In a field and it works quite well :-) (
or How He did It by Baron Von Frankstein)

First:

 I made two images by taking a screen shot of: 
 (If you have iCal on the Mac you can get a variety of
colors)

1. A check box button unchecked and I called it Aqua
NoChButton.png
2. A check box button checked and I called it Aqua
CheckedButton.png

I found that I needed to replace a character already
typed in a line ( in my case it was the number of the
line placed in character 1 of that line) with the
imageSource Aqua NoChButton.png

I used the following script to place the imageSource
Aqua NoChButton.png:

on addSourceImage
  --if line 1 of me  1 then put 1 into line 1 of
me
   --if the imageSource of line 1 of me is empty then
set the imageSource of char 1 of line 1 of me --Aqua
NoChButton.png

put the number of lines in me into tCount
add 1 to tCount
  put tCount  return after me
 set the imageSource of char 1 of line tCount of me to
Aqua NoChButton.png
end addSourceImage

Second:

Then on a mouseclick In the field I toggle the two
images to make it appear As if it is a check button 

on mouseDown
-- the first two lines are used to delete the
imageSource if needed
  get the clickLine
  if the controlKey is down then delete the clickLine
-- Line 3: gets the line number and puts it into the
field line
  put the value of the clickLine into tclickLine
if the imageSource of line tclickLine of me is Aqua
NoChButton.png then 
set the imageSource of char 1 of line tclickLine
of me to Aqua CheckedButton.png
  else
if the imageSource of line tclickLine of me is
Aqua CheckedButton.png then 
  set the imageSource of char 1 of line tclickLine
of me to Aqua NoChButton.png
end if
  end if
end mouseDown

Third:

If you Delete the check box imageSource you want to
reline or reorder the field lines in the correct
sequence use the following script: (Mark Wieder gave
me this last script)

 on fixLines
  -- action can occure when field is locked or
unlocked
  get number of lines in me
  put true into trailing
  repeat while it  0
if the number of words in line it of me is not 0
then
  put false into trailing
else
  if trailing then delete line it of me
  else delete line it of me
end if
subtract 1 from it
  end repeat
end fixLines

Hope this helps:
Kathy Graves Jaqua
A Wildest Dream Software




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Mark Wieder
Dan-

Saturday, May 21, 2005, 2:07:56 PM, you wrote:

DS We have a T1 dedicated to our conference.

!!!

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Revcon Wifi

2005-05-21 Thread Andre Garzia


On May 21, 2005, at 9:11 PM, Mark Wieder wrote:


DS We have a T1 dedicated to our conference.

!!!


So we don't need to zip our downloadable stacks anymore?

:D





--
Andre Alves Garzia  2004  BRAZIL
http://studio.soapdog.org

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Overlapping text in option button

2005-05-21 Thread Ken Ray
On 5/21/05 5:16 PM, Alejandro Tejada [EMAIL PROTECTED] wrote:

 Thanks a lot for this help! :-)

My pleasure!

 By the way, is this text overflow in option
 buttons already in bugzilla?

I don't think so. You want to log it?

:-)


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


re: search trees

2005-05-21 Thread Eric Engle


On May 21, 2005, at 8:20 AM, Eric Engle wrote:

 Does anyone know of any implementations of depth first, breadthe 
 first, or a*
 tree search algorithms using transcript, metatalk, or hypertalk?

For depth first, use the natural recursive invocation allowed in 
Transcript. 

Sounds nice - but I have no idea what you are talking about. 

For breadth first, ping pong between two lists of things 
to work on, copying from one to the other each generation. 

Again, this sounds nice, but I was really looking for a practical example. Of
course, I understand the theory of these searches. I'm just trying to figure
out the easiest way to implement in hypertalk or transcript.

Could you please elaborate or provide or point me to examples?

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Graphic in Field

2005-05-21 Thread Glen Bojsza
Kathy,

Thanks for the response this does help me quite a lot and gives me
more insight on the approach.

regards,

Glen

On 5/21/05, Kathy Jaqua [EMAIL PROTECTED] wrote:
 Hi Glen:
 
 I did this In a field and it works quite well :-) (
 or How He did It by Baron Von Frankstein)
 
 First:
 
  I made two images by taking a screen shot of:
  (If you have iCal on the Mac you can get a variety of
 colors)
 
 1. A check box button unchecked and I called it Aqua
 NoChButton.png
 2. A check box button checked and I called it Aqua
 CheckedButton.png
 
 I found that I needed to replace a character already
 typed in a line ( in my case it was the number of the
 line placed in character 1 of that line) with the
 imageSource Aqua NoChButton.png
 
 I used the following script to place the imageSource
 Aqua NoChButton.png:
 
 on addSourceImage
   --if line 1 of me  1 then put 1 into line 1 of
 me
--if the imageSource of line 1 of me is empty then
 set the imageSource of char 1 of line 1 of me --Aqua
 NoChButton.png
 
 put the number of lines in me into tCount
 add 1 to tCount
   put tCount  return after me
  set the imageSource of char 1 of line tCount of me to
 Aqua NoChButton.png
 end addSourceImage
 
 Second:
 
 Then on a mouseclick In the field I toggle the two
 images to make it appear As if it is a check button
 
 on mouseDown
 -- the first two lines are used to delete the
 imageSource if needed
   get the clickLine
   if the controlKey is down then delete the clickLine
 -- Line 3: gets the line number and puts it into the
 field line
   put the value of the clickLine into tclickLine
 if the imageSource of line tclickLine of me is Aqua
 NoChButton.png then
 set the imageSource of char 1 of line tclickLine
 of me to Aqua CheckedButton.png
   else
 if the imageSource of line tclickLine of me is
 Aqua CheckedButton.png then
   set the imageSource of char 1 of line tclickLine
 of me to Aqua NoChButton.png
 end if
   end if
 end mouseDown
 
 Third:
 
 If you Delete the check box imageSource you want to
 reline or reorder the field lines in the correct
 sequence use the following script: (Mark Wieder gave
 me this last script)
 
  on fixLines
   -- action can occure when field is locked or
 unlocked
   get number of lines in me
   put true into trailing
   repeat while it  0
 if the number of words in line it of me is not 0
 then
   put false into trailing
 else
   if trailing then delete line it of me
   else delete line it of me
 end if
 subtract 1 from it
   end repeat
 end fixLines
 
 Hope this helps:
 Kathy Graves Jaqua
 A Wildest Dream Software
 
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: can Rev handle big numbers?

2005-05-21 Thread MisterX
Hi Andre

Unfortunately, as the biggest number cruncher of the crowd i still
haven't looked into resolving this eh, limit...

I know most limits (high and low) and im working on a new matrix
to calculate infinitessimally large integers... but not high
on the list of priorities (due to speed).

Anything above 2^42 must be checked... i've posted the limit on
previous occasions on the list...

Any operation using zero (power of and random get it wrong eg) 
must also be checked.

If there is one test? Yes!
try x + 1 = (x-1)+2

No kidding!
Xavier

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Andre Garzia
 Sent: Saturday, May 21, 2005 20:55
 To: How to use Revolution
 Subject: can Rev handle big numbers?
 
 Hi Folks,
 
 Does any one knows if Rev has some limit for number 
 crunching? like working with really big ints and base 
 conversion? The issue is not speed, I am afraid of Rev 
 loosing information or refusing to answer correctly. Can we 
 trust rev for number crunching?
 
 Andre
 --
 Andre Alves Garzia  2004  BRAZIL
 http://studio.soapdog.org
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 http://lists.runrev.com/mailman/listinfo/use-revolution
 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: search trees

2005-05-21 Thread MisterX

i use them in all my index fields in all TAOO stacks... 

Single linked-lists. Using the Keyword fields you get another
linked list and i got a double linked-list coming soon for
other stuff...

It's just a matter of organization...

in c you would do something like:
struct list{
 char *name;
 int*link
} *listlink;

in Rev :
item 1 of a list is a name, item 2 is either a control ID or a long name or
a link to another array key member.

Very simple...

cheers
Xavier

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Eric Engle
 Sent: Sunday, May 22, 2005 03:46
 To: use-revolution@lists.runrev.com
 Subject: re: search trees
 
 
 
 On May 21, 2005, at 8:20 AM, Eric Engle wrote:
 
  Does anyone know of any implementations of depth first, breadthe 
  first, or a* tree search algorithms using transcript, metatalk, or 
  hypertalk?
 
 For depth first, use the natural recursive invocation allowed in 
 Transcript.
 
 Sounds nice - but I have no idea what you are talking about. 
 
 For breadth first, ping pong between two lists of things
 to work on, copying from one to the other each generation. 
 
 Again, this sounds nice, but I was really looking for a 
 practical example. Of
 course, I understand the theory of these searches. I'm just 
 trying to figure
 out the easiest way to implement in hypertalk or transcript.
 
 Could you please elaborate or provide or point me to examples?
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around 
 http://mail.yahoo.com 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 http://lists.runrev.com/mailman/listinfo/use-revolution
 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Wildcard in Rev

2005-05-21 Thread Paul Salyers



Dear Rev Programmers,

I need to know if this command will work.

I didn't see anything in the documentations about a wild card.

revCopyFile *.uzy,C:\MyFolder

I want copy all my files with the ext of uzy to C:\MyFolder

Will this work?

Paul Salyers
PS1 - Senior Rep.
[EMAIL PROTECTED]
Http://ps1.SoftSeven.org  



___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Wildcard in Rev

2005-05-21 Thread MisterX
no, there's no way to filter files with their copy line...

revCopyFile pSrcFile, pDestFile 

write your own, it's the best...

if you need more options, check out the windows resource kit's robocopy
or xxcopy. scopy and xcopy also have tricks of their own but only xxcopy
does it all alas it's not free but it's nto expense either and there's
a freeware mode - although it's interactive mode will leave Runrev 
hanging if you didn't use start.exe first.

Mac and unix equivalents also exist. Same battlefield i presume.

The revCopyFile (or folder) will block the execution of runrev while it
copies and will not copy everything so you need to check again after the
copy... 

The result variable will hold the log of the shell operation used. Which
you need to parse for errors. 

To thread a copy, use the start DOS tool to make shell give you
back the use of your rev environment. But you will still have to parse
a log for errors. Dont forget to always enclose paths in quotes too.

im writing a new scalable migration tool for work. Heavy duty copying
with all types of checks, logs, stats, scheduling, filter intelligence and
grouping, security and audit management, and lots more. But it's not for
tomorow and it wont be cheap. But it will adapt to any copy tool, any os,
any environment including some EMC tools. Like a TAOO but just for files... 

For a preview, search filebrowser in monsieurx.com. (requires GIM and
Breakpoints Navigator)

cheers
Xavier

 -Original Message-
 From: Paul Salyers [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, May 22, 2005 07:01
 To: [EMAIL PROTECTED]; How to use Revolution
 Subject: Wildcard in Rev
 
 
 
 Dear Rev Programmers,
 
 I need to know if this command will work.
 
 I didn't see anything in the documentations about a wild card.
 
 revCopyFile *.uzy,C:\MyFolder
 
 I want copy all my files with the ext of uzy to C:\MyFolder
 
 Will this work?
 
 Paul Salyers
 PS1 - Senior Rep.
 [EMAIL PROTECTED]
 Http://ps1.SoftSeven.org  
 
 

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


A real copy handler for rev

2005-05-21 Thread MisterX
Requires Robocopy from the resource kit but can be easily changed for
xcopy or copy or scopy or the daunting xxcopy.com mega copy tool.

function CopyFile srcpath,destpath,dfiles,doptions,logpath
  if srcpath= or destpath= then
-- parse error
put 2 into thisp
if srcpath is empty then put 1 into thisp
return Error: parameterthispempty error
  end if
  
  -- defaults
  if dfiles is empty or dfiles=all then put *.* into dfiles
  
  put /e /z /np /sec /r:0 /v /log+:logpath into doptions
  
  get shell(START ROBOCOPY  srcpath  destpath  dfiles  doptions)
  return it
end CopyFile

Note: this script is part of the TAOO NT lib. 
It's the most primitive version dated 4 years ago ;)

cheers
Xavier
http://monsieurx.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution