RE: Images

2006-01-28 Thread Scott Kane
Hi Judy,

 My bet is that _that's_ your problem.
 
 Things that are groups with background behavior will appear
 on all subsequently-created cards.
 
 That's what background behavior means.

Hmm.  Would seem you have a point.  Chipp's code
didn't seem to make any difference (except that 
the card corrupted on loading. :-(  ).  So would
you suggest creating an image object dynamically,
or is there a better way?

Scott


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [Valentina 2] Binary Links are amazing!

2006-01-28 Thread Ruslan Zasukhin
On 1/28/06 6:33 AM, Justin Drury [EMAIL PROTECTED] wrote:

Hi Justin,

 I just used a binary link on two tables...amazing, I'm blown away...
:-)
 
 I'm having a bit of a hard time with the docs, apart from count_linked is
 there any other cool functions for binary links?

YES. Please check ValentinaSQL.pdf  section  Link Functions

Or you ask about API functions? Then you need check
I_Link, I_Link2 interfaces.

We still will improve these interfaces and exposed methods into plugins.

 select * from table1,table2 seems to automatically join, is there anything
 else that's nifty?

* Also you can find USEFUL  new operator  -
   Please read SQL.pdf if still questions about it, let me know.

In short: this is part of SQL2003, but(!) we have extend this idea to be
used with our Links feature. We like results :-)

This operator can REALLY simply as syntax of your query so increase
performance, because it removes need in join.
 

Frank Schima from Valentina list use this feature very intensive and have
offer many ideas how to improve this future more.

* Also note that we have extend syntax of join of SL92
SELECT ...  FROM T1 JOIN T2 ON link_name
 
When you have 3-4-5 tables to join, such syntax simplify a lots query.
Note, in 80% of cases you can use even simpler form:
SELECT ...  FROM T1 JOIN T2

 BTW, in the api a link is made by passing an array, is there any reason why
 there's no  linkRecords(int recID1,int recID2) ?

Aha, this is exactly what must be improved. Right now into plugins exposed
set of methods which go from general I_Link.

I_Link2 have methods which are comfortable for partial case - link between 2
tables. So I_Link2 should have method which you want. And binaryLink should
inherit it. 
 
 Again... amazing...so easy and powerful, I just used it to join up files on
 hard drive in one table with metadata from a mysql dump in another table and
 was able to give the client reports on duplicate records, orphaned files on
 disk, files in the database without corresponding files.  Amazing...

And I hope you have note that BinaryLink can handle M : M link?

Actually Links and BinaryLinks is the most REVOLUTIONARY new feature of
Valentina 2.x.  

As I like say: any other DBMS of the world do not have this. It is clean
Paradigma Software invention. And as far as I see, developers which have
spend time to try it very like it!

Also note, on Valentina list we have discuss with Ed new improvements to
BinaryLinks. Believe me, it will be just fantastic thing. :-)


 and indexing in v2 on a field is so much faster than v1.

Good news.

Then I think you will be happy that the next build 2.2 fc4 will be able
index varchar/string about 3 times faster of 2.1.

2.1 do bench which I have in 100 seconds, 2.2 now in 32 seconds.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: [Valentina 2] Binary Links are amazing!

2006-01-28 Thread Ruslan Zasukhin


On 1/28/06 6:33 AM, Justin Drury [EMAIL PROTECTED] wrote:

Hi Justin,

 I just used a binary link on two tables...amazing, I'm blown away...
:-)
 
 I'm having a bit of a hard time with the docs, apart from count_linked is
 there any other cool functions for binary links?

YES. Please check ValentinaSQL.pdf  section  Link Functions

Or you ask about API functions? Then you need check
I_Link, I_Link2 interfaces.

We still will improve these interfaces and exposed methods into plugins.

 select * from table1,table2 seems to automatically join, is there anything
 else that's nifty?

* Also you can find USEFUL  new operator  -
   Please read SQL.pdf if still questions about it, let me know.

In short: this is part of SQL2003, but(!) we have extend this idea to be
used with our Links feature. We like results :-)

This operator can REALLY simply as syntax of your query so increase
performance, because it removes need in join.
 

Frank Schima from Valentina list use this feature very intensive and have
offer many ideas how to improve this future more.

* Also note that we have extend syntax of join of SL92
SELECT ...  FROM T1 JOIN T2 ON link_name
 
When you have 3-4-5 tables to join, such syntax simplify a lots query.
Note, in 80% of cases you can use even simpler form:
SELECT ...  FROM T1 JOIN T2

 BTW, in the api a link is made by passing an array, is there any reason why
 there's no  linkRecords(int recID1,int recID2) ?

Aha, this is exactly what must be improved. Right now into plugins exposed
set of methods which go from general I_Link.

I_Link2 have methods which are comfortable for partial case - link between 2
tables. So I_Link2 should have method which you want. And binaryLink should
inherit it. 
 
 Again... amazing...so easy and powerful, I just used it to join up files on
 hard drive in one table with metadata from a mysql dump in another table and
 was able to give the client reports on duplicate records, orphaned files on
 disk, files in the database without corresponding files.  Amazing...

And I hope you have note that BinaryLink can handle M : M link?

Actually Links and BinaryLinks is the most REVOLUTIONARY new feature of
Valentina 2.x.  

As I like say: any other DBMS of the world do not have this. It is clean
Paradigma Software invention. And as far as I see, developers which have
spend time to try it very like it!

Also note, on Valentina list we have discuss with Ed new improvements to
BinaryLinks. Believe me, it will be just fantastic thing. :-)


 and indexing in v2 on a field is so much faster than v1.

Good news.

Then I think you will be happy that the next build 2.2 fc4 will be able
index varchar/string about 3 times faster of 2.1.

2.1 do bench which I have in 100 seconds, 2.2 now in 32 seconds.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


___
Unsubscribe or switch delivery mode:
http://www.realsoftware.com/support/listmanager/

Search the archives of this list here:
http://support.realsoftware.com/listarchives/lists.html


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: Images

2006-01-28 Thread Scott Kane

Got it working!!

Thanks all - particulary Chipp.
He's saved my bacon again...  :-)

Scott


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: how to create an hotspots on an image??

2006-01-28 Thread Klaus Major

Hi Judy,


Won't a transparent button accomplish the same thing?


well, yes, sure...

C'mon, you know that MEN tend to be a bit (too) complicated from time  
to time!

(Just like the ladies do... ;-)


(I never did quite advance beyond English into ink = noop-speak @;-)


LOL :-)

To be honest, noop is the only ink that I understand completely!


Judy

On Fri, 27 Jan 2006, Klaus Major wrote:

Salaam DAHIYA Nitesh,

Hello ,

How can I make parts of image clickable in revolution?

I would use some buttons and set their ink to noop!


Regards

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

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


How To Get Domain Whois Information From Whois Servers With RR?

2006-01-28 Thread alex wu
Hello,

I am thinking to use RR to get domain whois
information (mainly the domain expiry date) from the
domain whois servers.  My idea is to monitor the
expiry date of a list of domains.  When a stack open,
it will get the expiry date of the domains from the
corresponding whois servers.

Anybody do that before? Or can anybody provide some
guidelines for me.  I really have no idea how to get
started.

Thanks and best regards

Alex

__
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
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-28 Thread Eric Chatonet

Hi Alex,

It's very easy :-)

function Expire pDomainName
  local tUrl
  -
  put url (http://www.whois.net/whois.cgi2?d=;  pDomainName) into  
tUrl

  return line lineoffset (expires,tUrl) of tUrl
end Expire

And, for instance:

put Expire(runrev.com) into tDeadLine

Le 28 janv. 06 à 12:01, alex wu a écrit :


I am thinking to use RR to get domain whois
information (mainly the domain expiry date) from the
domain whois servers.  My idea is to monitor the
expiry date of a list of domains.  When a stack open,
it will get the expiry date of the domains from the
corresponding whois servers.

Anybody do that before? Or can anybody provide some
guidelines for me.  I really have no idea how to get
started.


Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How To Get Domain Whois Information From Whois Servers With RR?

2006-01-28 Thread Alex Tweedly

alex wu wrote:


Hello,

I am thinking to use RR to get domain whois
information (mainly the domain expiry date) from the
domain whois servers.  My idea is to monitor the
expiry date of a list of domains.  When a stack open,
it will get the expiry date of the domains from the
corresponding whois servers.

Anybody do that before? Or can anybody provide some
guidelines for me.  I really have no idea how to get
started.

 


I did something like that, for a project that never got completed  :-(

script was very simple, something like

put url http://www.whois.net/whois.cgi2?d=tweedly.net; into tData
put lineOffset( pre, tData) into t
delete line 1 to t of tData
put lineOffset(/pre, tData) into t
delete line  t to -1  of tData
put tData after msg

probably with some error checking added :-)

--
Alex Tweedly   http://www.tweedly.net



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.23/243 - Release Date: 27/01/2006

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to find words and phrases as well

2006-01-28 Thread André . Bisseret
Thanks a lot Wilhelm for your answer and your website I am discovering 
; it is including very useful tools and I am learning a lot from it.


However, I am worrying about using the offset function for several 
reasons :
- actually, I have several fields to search in (what I should have 
mention in my question, sorry);
- the user should be allowed to write several words or phrases that 
should  be search in this several fields;
- I would like to find each occurrence of each word and phrases in the 
fields (I am highlighting each of them when the user arrives on one of 
the found card, starting from the results list).
- In order to be retain, a card should include alls the words or 
phrases written by the user (in other words, I would like an implied 
AND, not an OR.


With the find function it is rather easy and fast, and currently, my 
app works well but with the restriction that the user can ask only for 
single-word keywords, not phrases.


I keep feeling that I can't easily use the offset function to obtain 
what I want to ; Likely, I am missing something ?


best regards
from Grenoble
André

Le Friday, 27 Jan 2006, à 22:40 Europe/Paris, Wilhelm Sanke a écrit :


On Fri Jan 27, André.Bisseret Andre.Bisseret at inria.fr wrote:


  Every card in my app are including a fld « theText » which displays 
 texts.

In a special fld « keyWords » the user can write one or several words
separated by spaces, say, theKeyWordsList.
A button « search » executes « find words theKeyWordsList in fld «
theText » such as the list of cards whose text includes all the words
of theKeyWordsList is displayed to the user in a specific results 
field.


I would like to be able to find not only words but also phrases. For
example, the users should be able to enter « user interface » as a
whole, while now they only can enter the two words « user » and «
interface ». (not sure I am clear enough ?!).
How to distinguish, for a find command, « user interface » as a phrase
from « user interface » as two words.

André
from Grenoble



Try the offset function.

One of the many examples where this is implemented are my stacks for 
searching the Rev documentation searchDocs XML.


See page Tools and Samples for Development of my website 
http://www.sanke.org/MetaMedia;.


Regards,

Wilhelm Sanke





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to find words and phrases as well

2006-01-28 Thread Eric Chatonet

Hi Andre,

Would find whole instead of find words help?

On the other hand I have realized complex search scripts that parse a  
text to retrieve, for instance, all phrases (paragraphs) that contain  
pStr1 AND pStr2, etc.

Could you be more precise about your needs?
Then I might be able to help.

Best Regards from Paris,
Eric Chatonet

Le 28 janv. 06 à 15:26, André.Bisseret a écrit :

Thanks a lot Wilhelm for your answer and your website I am  
discovering ; it is including very useful tools and I am learning a  
lot from it.


However, I am worrying about using the offset function for several  
reasons :
- actually, I have several fields to search in (what I should have  
mention in my question, sorry);
- the user should be allowed to write several words or phrases that  
should  be search in this several fields;
- I would like to find each occurrence of each word and phrases in  
the fields (I am highlighting each of them when the user arrives on  
one of the found card, starting from the results list).
- In order to be retain, a card should include alls the words or  
phrases written by the user (in other words, I would like an  
implied AND, not an OR.


With the find function it is rather easy and fast, and currently,  
my app works well but with the restriction that the user can ask  
only for single-word keywords, not phrases.


I keep feeling that I can't easily use the offset function to  
obtain what I want to ; Likely, I am missing something ?


best regards
from Grenoble
André

Le Friday, 27 Jan 2006, à 22:40 Europe/Paris, Wilhelm Sanke a écrit :


On Fri Jan 27, André.Bisseret Andre.Bisseret at inria.fr wrote:


  Every card in my app are including a fld « theText » which  
displays  texts.
In a special fld « keyWords » the user can write one or several  
words

separated by spaces, say, theKeyWordsList.
A button « search » executes « find words theKeyWordsList in fld «
theText » such as the list of cards whose text includes all the  
words
of theKeyWordsList is displayed to the user in a specific results  
field.


I would like to be able to find not only words but also phrases. For
example, the users should be able to enter « user interface » as a
whole, while now they only can enter the two words « user » and «
interface ». (not sure I am clear enough ?!).
How to distinguish, for a find command, « user interface » as a  
phrase

from « user interface » as two words.

André
from Grenoble



Try the offset function.

One of the many examples where this is implemented are my stacks  
for searching the Rev documentation searchDocs XML.


See page Tools and Samples for Development of my website http:// 
www.sanke.org/MetaMedia.


Regards,

Wilhelm Sanke


 
--

http://www.sosmartsoftware.com/[EMAIL PROTECTED]/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


re:Phomenes

2006-01-28 Thread Glenn E. Fisher

Tom,
On January 26, 2006 2:11:50 AM CST Thomas McCarthy 
[EMAIL PROTECTED] wrote:
I remember that SuperCard had a text to speech phomene editor. Does 
Rev have that capability he asks hopefully


tm
Sorry for the late response as I've been out-of-town and away from the 
list.


One thing that I have done that works out pretty well for my needs 
(Mostly games) is to change up the spelling of a particular work until 
it sounds right and add it to a list of words that are searched for in 
the parameter text of my speaking function and changed before it is 
spoken.  Works well for short text messages.


HTHs,
Glenn
--
Glenn E. Fisher University of Houston - Retired
22402 Diane Dr. Spring, Tx 77373
[EMAIL PROTECTED]   http://www.uh.edu/~fisher
http://home.houston.rr.com/thegefishers/
http://homepage.mac.com/gefisher
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Auto Attach File to email

2006-01-28 Thread Andre Garzia

Sivakatirswami,

There are libraries available that can send emails with attachments  
in any platform revolution runs, for example libSMTP and libMail by  
Shao Sean!


Cheers
andre
On Jan 27, 2006, at 8:02 PM, Sivakatirswami wrote:

Auto creation of emails from within my remote tool box apps which  
send information  with respect to the project (auto extract data  
from some field and poke into the email)  back to home base, is  
obviously useful.


Now what I would like to add to this model is the ability to attach  
a document... in particular a screen shot, to that email. (though I  
supposed any document could be plugged in...)  Program flow - 
algorithm would go something like this:


put /user/documents/tempPix.gif into tTempScreenShot

export snapshot to file tTempScreenShot -- displays crosshairs to  
select area

put Question on this Word into tSubject
put fwGestalt() into tbody # get all kind of sys info
put cr  cr  fld whatever after tBody
put cr  cr  Comments:  after tBody

# I'm just guessing at this point:

put url /User/Documents/somepath/screenShot.gig into tAttachFilePath

revGoURL (mailto:[EMAIL PROTECTED]  tSubject  body=   
tBody  [attach= tAttachFilePath])


Again, in the parameters for revGoURL above, I'm just guessing

delete file tTempScreenShot

--

Solution needs to be cross platform- mac windows... any ideas?

I could do this with applescript, but most of my users are on  
Windows...


One could also use another model for this which would be to post  
all the data to our linux web server and have a CGI handle the mail  
and the attachment...  by using Sendmail cmds, but this is an added  
application layer one tries to avoid.


Then there is the option to post just the file to the internet  
serve and put the http://mysever/path/screenShot.jpg; link in the  
email, but this fragments the response. (screen shot is not  
actually visible in the email that discusses the issues...)


But, if revGoURL's limitations are such...

Sivakatirswami

I see lots of refs to this on the net  but this one is troubling,  
though perhaps very old, indicating that Outlook will not handle  
a simple path parameter to a doc.



However, you commonly see code trying to use mailto like this:

mailto:[EMAIL PROTECTED] there
  shipmateBody=Here's the shipping
  manifestAttach=D:\manifest.doc

It probably won't attach the document because you are at the  
liberty of the email client to implement the mailto protocol and  
include parsing for the attachment clause. You may not know what  
mail client is installed on the PC, so it may not always work -  
Outlook certainly doesn't support attachments using mailto.

==

but there is this C code option, but I don't think ther eis a  
simple way to add a C code chunk to a rev script on the fly



If your customers are using Outlook or Outlook Express as their  
email client, then you can use the MailTo comamnd with a little  
help. Here is the C# code I use to programmatically add attachments  
to emails.


string filename = openFileDialog1.FileName;

// look at the registry mailto command to determine the default  
email client
RegistryKey key = Registry.ClassesRoot.OpenSubKey(@mailto\shell 
\open\command);


if (key != null)
{
// look for Outlook
string mailto_command = (string) key.GetValue();
if (mailto_command.ToLower().IndexOf(outlook.exe)  0)
{

// execute mailto: command
string execute = @mailto:?;;
System.Diagnostics.Process.Start(execute);

// delay 1/2 second so that the email client can open
Thread.Sleep(500);

// send keys to add file as an attachment
SendKeys.Send(%(if) + filename + {TAB}{TAB}{ENTER});
}
// look for Outlook Express
else if (mailto_command.ToLower().IndexOf(msimn)  0)
{
// execute mailto: command
string execute = @mailto:?;;
System.Diagnostics.Process.Start(execute);

// delay 1/2 second so that the email client can open
Thread.Sleep(500);

// send keys to add file as an attachment
SendKeys.Send(%ia + filename + {TAB}{TAB}{ENTER});
}
else // unsupported email client
{

// tell user only Outlook and Outlook Express are supported
MessageBox.Show(The MailTo button only works with Outlook and  
Outlook Express, Your default email client is not supported,  
MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

}
}
else // unsupported email client
{

// tell user only Outlook and Outlook Express are supported
MessageBox.Show(The MailTo button only works with Outlook and  
Outlook Express, Your default email client is not supported,  
MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

}


Curt






___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe 

Re: Can't FTP - any ideas?

2006-01-28 Thread Gregory Lypny

Hi Ken,

I was going through the same thing yesterday.  Apparently, FTP access  
on the Mac has been made more restrictive in Tiger than it was in  
Panther.  Port 21 is open, but you'll have to open port 20 for data  
by creating a separate firewall rule on the server.  That way, you  
can have the firewall turned on, but still send and receive via FTP.   
I'm not computer suave, but I did verify that this is what is  
necessary for Interarchy and Revolution to work with the firewall  
turned on.  I was then able to use get URL (ftp:/...) to download  
files successfully and very quickly I might add.  I haven't tried to  
upload yet, but I'm assuming that works too.


To make a new firewall rule on the remote Mac, open Sharing  
preferences, click on the Firewall tab and then the New... button.   
Then enter this information.


Port Name: Other
TCP Port Number(s): 20-21, 1024-65535
UDP port Number(s) Leave Empty
Description: Revolution Passive FTP Access [or whatever you like]

The only other thing you need to make sure, as Mark Schonewille  
advised me yesterday, is that your Revolution FTP mode, passive or  
active, must be the same as that on your remote Mac in the Network/ 
Proxies panel.


Hope that this helps,


Gregory Lypny

Associate Professor of Finance
John Molson School of Business
Concordia University
Montreal, Canada


On 28-Jan-06, at 3:18 AM, [EMAIL PROTECTED] wrote:


Message: 13
Date: Fri, 27 Jan 2006 17:53:31 -0600
From: Ken Ray [EMAIL PROTECTED]
Subject: Can't FTP - any ideas?
To: Use Revolution List use-revolution@lists.runrev.com,Improve
Revolution List improve-revolution@lists.runrev.com
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain;   charset=US-ASCII

Hi, I am trying to do an FTP upload from one Mac to another on the  
same
network, and although I have FTP turned on and no firewall in  
place, even

simple commands like:

  put Hello into url (ftp://myName:[EMAIL PROTECTED]/ 
test.txt)


doesn't work. I get error socket timeout. This also happens when  
I use
libURLFTPUploadFile, and also regardless of whether I set the mode  
to active

or passive. I can get to the FTP site through other FTP clients or the
terminal, but not through Rev. And the exact same thing works  
properly if I

try to FTP to the *same* machine.

Any ideas I could try?

Ken Ray


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux CGI --Networksolutions

2006-01-28 Thread Stephen Barncard
Why on earth can't you change your host? That's why we have domain 
names - so we can FIRE bad web hosts!!


That's too bad, as hosting with domain provider is not usually a good 
idea, these guys especially. I have a particular dislike for 
'Netsol', who from the start didn't like losing their monopoly on 
domains and refused to modernize and streamline the process, then 
turned to predatory techniques for a while to rope in unsuspecting 
domain holders from other registrars.  Hello, you domain xxx is 
expiring, you should renew now ..  not telling the hapless 
owners (who may not be web savvy) that the domain is actually 
registered with someone else. The real information was hidden in fine 
print. And they continue to overcharge for what is basically an 
automated operation. $36/year/domain? Give me a break.



Below is the reply I got from Networksolutions. I had asked them to 
check the error logs (I don't have access) to see which libraries 
are missing for rev to work.


We have reviewed your CGI scripts and it appears you are attempting 
to use a custom CGI add-in called RevZilla. This is not a standard 
library for CGI and we can not install this library to the server at 
this time.



I can't change my hosting service. So, I'm more or less stuck. Aggg.

tm



--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to find words and phrases as well

2006-01-28 Thread Wilhelm Sanke

On Sat, 28 Jan 2006 , Andr?.Bisseret [EMAIL PROTECTED] wrote:


Thanks a lot Wilhelm for your answer and your website I am discovering
; it is including very useful tools and I am learning a lot from it.

However, I am worrying about using the offset function for several
reasons :
- actually, I have several fields to search in (what I should have
mention in my question, sorry);
- the user should be allowed to write several words or phrases that
should  be search in this several fields;
- I would like to find each occurrence of each word and phrases in the
fields (I am highlighting each of them when the user arrives on one of
the found card, starting from the results list).



As far as I understand you (from the above-quoted lines) this 
functionality is very similar to the search concept implemented in my 
Topsearch tool that is able to search all visible and even hidden 
fields of a stack, counts and lists all occurrences of a string - that 
can consist of any number of adjacent words, colorizes the searchstring 
in all found lines, displays the address of the field, and provides the 
possibility to display a chosen whole field (from the address) where 
also all occurrences of the searchstring are hilited etc. 
(http://www.sanke.org/Software/Topsearch.zip)


See below the full description of the stack from the information field.


- In order to be retain, a card should include alls the words or
phrases written by the user (in other words, I would like an implied
AND, not an OR.



Up to now, it did not come up for me to experiment with Boolean 
searches. I will give it a try as soon as I can devote some time to 
that. But apparently Eric Chatonet has already dealt with that issue and 
has answers for you, as he writes:


On the other hand I have realized complex search scripts that parse a  
text to retrieve, for instance, all phrases (paragraphs) that contain  
pStr1 AND pStr2, etc.

Could you be more precise about your needs?


You continue:


With the find function it is rather easy and fast, and currently, my
app works well but with the restriction that the user can ask only for
single-word keywords, not phrases.


With find string you can search for phrases.


I keep feeling that I can't easily use the offset function to obtain
what I want to ; Likely, I am missing something ?

best regards
from Grenoble
André



You are right here, looking over the script of the search button of 
Topstack it is really far more complicated than using the find command.
On the other hand searching with offset is really lightning-fast, even 
for a greater number of fields in an stack.
But it is really worth-while to try out the various offset functions 
eventually.


Regards,

Wilhelm Sanke

P.S.:  Here is the text of the information field of the Topstack tool:

This stack searches all visible and hidden fields on all cards of the 
current topstack or the stacks of the Revolution Documentation up to Rev 
version 2.2. (for higher versions you need my tool searchdocs_XML; see 
my website www.sanke.org/MetaMedia). The search routine uses the 
lineOffset function to search for *any* searchstring, which means it 
does not explicitly search for words or items. The searchstring layer 
would also display all lines that contain player, so if you are 
searching only for layer press the spacebar once before typing layer 
into the dialog.


The stacks of the Revolution Documentation need not be open; they are 
then opened by the search.


The results are listed with the searchstring colorized and the addresses 
of the found fields. Hidden fields are indicated.
Clicking at the address brings up the card of the topstack with the 
found fields.


The clicked address line is then colorized green and a button show full 
text of field appears.This button allows to open a field at the bottom 
of the stack that displays the complete formatted text of the selected 
field  - again with all instances of the searchstring colorized. This 
may be especially helpful also when dealing with hidden fields.


If several stacks are open, this search stack recognizes which of these 
stacks is the topstack when you perform a search. As the searchstring is 
stored in the dialog, you can quickly search several stacks for the same 
string when you make them the respective topstack by clicking at a stack.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux CGI --Networksolutions

2006-01-28 Thread Thomas McCarthy

I would gladly change, but this site I'm working on isn't mine. I think I'll 
try picking up a little php to cover the basics and get a better host to run my 
rev scripts from.
thnks

Tom McCarthy
-
Ego sum rex Romanus et supra grammaticam.
  Sigismund I (obit 1437)


 --- On Sat 01/28, Stephen Barncard  [EMAIL PROTECTED]  wrote:
From: Stephen Barncard [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], use-revolution@lists.runrev.com
Date: Sat, 28 Jan 2006 12:23:34 -0800
Subject: Re: Linux CGI --Networksolutions

Why on earth can't you change your host? That's why we have domain names - so 
we can FIRE bad web hosts!!

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to find words and phrases as well

2006-01-28 Thread Jim Ault
On 1/27/06 1:18 PM, André.Bisseret [EMAIL PROTECTED] wrote:
 I would like to be able to find not only words but also phrases.

For searching phrases and combinations of words, the following questions:

?? is the text fixed like a reference book, or updated a on a periodic
basis, which would allow pre-indexing important phrases (I am I said, It
is not for me to say,pre-building an index is fun, fast, and fulfilling)
This way the user could find hits to be words or phrases, or both, that have
the same lineOffset

You could pre-build an array of line-number occurrences of each word, then
filter out the occurrences that are not the same for each word resulting in
a list of inclusive hits (words on the same line regardless of order).  This
has the advantage of being updated at the end of each word the user enters
(apple , apple orange , apple orange pear [note the space at the end
of each]) becomes a progressively smaller list of hits.

?? could the contents of all the fields be written to one structured or
tagged text file, then that file is loaded into a variable that is searched
for phrases.

?? are matches across lines possible (that is the phrase occurs on line 2 to
3 of a field) so that returns will be embedded in the result string.  Also
applies to hyphenated words, quoted expressions, phrases with commas, etc.

?? could you convert all spaces to a non-breaking space (a) in the fields
the user sees, the fields the user types into  (b) a second version of the
text fields that have spaces converted to some character that allows entire
phrase matching (the_lazy_brown_fox slept in next to the little_brown_jug)

?? would it be easier to collect the hit lines into one result field shown
in a sub stack and then let the user choose.  A substack would allow the
user to view the MainStack while clicking the results substack.  Also, the
user could create a second card in the substack which would show a different
search, or AND its search with the previous card result list.

Just not sure what your objective is for whoever builds the text fields and
whoever uses the stack.  It would help if I knew the source of the text (eg.
web pages, medical reference, user entries, technical manuals, short
stories, news feeds)

It would be cool to know how you solve your challenge.

Jim Ault
Las Vegas


On 1/27/06 1:18 PM, André.Bisseret [EMAIL PROTECTED] wrote:

 Hi ! and thanks for help,
 
 Every card in my app are including a fld « theText » which displays
 texts.
 In a special fld « keyWords » the user can write one or several words
 separated by spaces, say, theKeyWordsList.
 A button « search » executes « find words theKeyWordsList in fld «
 theText » such as the list of cards whose text includes all the words
 of theKeyWordsList is displayed to the user in a specific results field.
 
 I would like to be able to find not only words but also phrases. For
 example, the users should be able to enter « user interface » as a
 whole, while now they only can enter the two words « user » and «
 interface ». (not sure I am clear enough ?!).
 How to distinguish, for a find command, « user interface » as a phrase
 from « user interface » as two words.
 
 André
 from Grenoble
 


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Phomenes

2006-01-28 Thread Phil Davis

One thing I've become aware of is that, even without phoneme editing,
many commercially available voices [English at least - don't know about 
others] 'speak' better than the voices included with the OS you're 
using, whether Mac or Windows.


Phil Davis

Thomas McCarthy wrote:

I remember that SuperCard had a text to speech phomene editor. Does
Rev have that capability he asks hopefully

tm


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux CGI --Networksolutions

2006-01-28 Thread Ken Ray
On 1/28/06 2:23 PM, Stephen Barncard [EMAIL PROTECTED]
wrote:

 
 We have reviewed your CGI scripts and it appears you are attempting
 to use a custom CGI add-in called RevZilla. This is not a standard
 library for CGI and we can not install this library to the server at
 this time.
 

Custom CGI add-in called RevZilla.

Huh 

RevZilla is a separate front end to RunRev's Bugzilla database system and as
such (a) is not a CGI add-in (whatever that is), and (b) shouldn't be on a
server (since you need to see the interface to use it).

Thomas, can you clarify why the ISP would have even *mentioned* RevZilla? Or
how it could be in your CGI scripts ?


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

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: How to find words and phrases as well

2006-01-28 Thread Jeanne A. E. DeVoto

At 10:18 PM +0100 1/27/2006, André.Bisseret wrote:
I would like to be able to find not only words but also phrases. For 
example, the users should be able to enter « user interface » as a 
whole, while now they only can enter the two words « user » and « 
interface ». (not sure I am clear enough ?!).
How to distinguish, for a find command, « user interface » as a 
phrase from « user interface » as two words.


How about the options to the find command? In particular,

- find string user interface
will find the entire phrase, even if it is embedded inside other 
words - for example, it will find newuser interface.


- find whole user interface
will find the entire phrase, but only as whole words - it will find 
user interface, but not newuser interface.

--
jeanne a. e. devoto ~ [EMAIL PROTECTED]
http://www.jaedworks.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux CGI --Networksolutions

2006-01-28 Thread Stephen Barncard
I've been misquoted. None of the text below is mine. I made a nasty 
comment about Network Solutions.




On 1/28/06 2:23 PM, Stephen Barncard [EMAIL PROTECTED]
wrote:




 We have reviewed your CGI scripts and it appears you are attempting
 to use a custom CGI add-in called RevZilla. This is not a standard
 library for CGI and we can not install this library to the server at
 this time.
 


Custom CGI add-in called RevZilla.

Huh 

RevZilla is a separate front end to RunRev's Bugzilla database system and as
such (a) is not a CGI add-in (whatever that is), and (b) shouldn't be on a
server (since you need to see the interface to use it).

Thomas, can you clarify why the ISP would have even *mentioned* RevZilla? Or
how it could be in your CGI scripts ?


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


--
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


FTP Problem - Solved

2006-01-28 Thread Ken Ray
Well, it turned out that I just had a *really* long connect time, so
increasing the socketTimeoutInterval to 10 did it.

Thanks to everyone who helped out!

Ken

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Linux CGI --Networksolutions

2006-01-28 Thread Ken Ray
On 1/28/06 11:20 PM, Stephen Barncard [EMAIL PROTECTED]
wrote:

 I've been misquoted. None of the text below is mine. I made a nasty
 comment about Network Solutions.

Sorry, about that Stephen... that was directed at Thomas.

Just goes to show that I need to be more careful when I cut and paste... :-)

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

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


OT- Quicktime Failure on Windows -- Testers needed!

2006-01-28 Thread Sivakatirswami


We have just hit a serious problem with Quicktime on Windows.

I would really appreciate feed back... off list or on list.

The next digital edition of Hinduism Today will include the following  
movie, hot-linked within Interactive Adobe PDF's..


But in tests... it's not working on Windows machines. To separate  
application issues I made a small stack with a single player in  
it.. it also doesn't play in Revolution on the same windows  
machines.


Try this.

make a card, create 1 player.. name it testMovie

then in  a button:

on mouseUp
  set the filename of player movieTester to
  set the label of this stack to Akshardharm, New Delhi
  start player movieTester
end mouseUp

Works fine on Macs...

Movie was create by opening a PAL DV file, exporting from Quicktime  
Pro...


Quicktime Movie to Movie:
Compression H.264, audio to AICC, 15 fps, keys every 75.

TIA

Sivakatirswami
Himalayan Academy Publications
at Kauai's Hindu Monastery
[EMAIL PROTECTED]

www.HimalayanAcademy.com,
www.HinduismToday.com
www.Gurudeva.org
www.Hindu.org


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT- Quicktime Failure on Windows -- Testers needed!

2006-01-28 Thread Sarah Reichelt
 Movie was create by opening a PAL DV file, exporting from Quicktime
 Pro...

 Quicktime Movie to Movie:
 Compression H.264, audio to AICC, 15 fps, keys every 75.


Is H.264 Mac-only encoding? Perhaps you could try a different sort of
compression and see if that worked.

Sarah
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT- Quicktime Failure on Windows -- Testers needed!

2006-01-28 Thread Pierre Sahores

Hi Katir,

Do the (win platform) player work if you start it manually on  
clicking, in the QT controler, the start player arrow ? In others  
words, could the problem have to do with the fourth line of your  
button script ?


Best,

Le 29 janv. 06 à 07:57, Sivakatirswami a écrit :



We have just hit a serious problem with Quicktime on Windows.

I would really appreciate feed back... off list or on list.

The next digital edition of Hinduism Today will include the  
following movie, hot-linked within Interactive Adobe PDF's..


But in tests... it's not working on Windows machines. To separate  
application issues I made a small stack with a single player in  
it.. it also doesn't play in Revolution on the same windows  
machines.


Try this.

make a card, create 1 player.. name it testMovie

then in  a button:

on mouseUp
  set the filename of player movieTester to
  set the label of this stack to Akshardharm, New Delhi
  start player movieTester
end mouseUp

Works fine on Macs...

Movie was create by opening a PAL DV file, exporting from Quicktime  
Pro...


Quicktime Movie to Movie:
Compression H.264, audio to AICC, 15 fps, keys every 75.

TIA

Sivakatirswami
Himalayan Academy Publications
at Kauai's Hindu Monastery
[EMAIL PROTECTED]

www.HimalayanAcademy.com,
www.HinduismToday.com
www.Gurudeva.org
www.Hindu.org


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--
Pierre Sahores
www.sahores-conseil.com




--
Bien cordialement, Pierre Sahores

100, rue de Paris
F - 77140 Nemours

[EMAIL PROTECTED]
[EMAIL PROTECTED]

Mobile  :   +33 6 03 95 77 70
Tel/Fax :   +33 1 64 45 05 33

http://www.sahores-conseil.com/

WEB/VoD/ACID-DB services over IP
Mutualiser les deltas de productivité


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution