Re: Seeking Rev Consultant

2006-10-13 Thread Dar Scott

Rats!  I did it too!
___
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: Seeking Rev Consultant

2006-10-13 Thread Adrian Williams

Hi Dar,
Thanks for the offer. I *may* be in touch.
Adrian

On 13 Oct 2006, at 18:49, Dar Scott wrote:


Adrian,


Is anyone interested in scripting for using a Unicode font?


I am available for both script writing and for review consulting.  I 
have some experience with Unicode and with intercepting keystrokes.  I 
am aware of the major problems in using Unicode keys in arrays and in 
intercepting keystrokes (assuming those apply).


From Brian Yennie's comments on the lists over the years, I suspect he 
would be good, too.


Dar

--
**
Dar Scott
Dar Scott Consulting  and  Dar's Lab
8637 Horacio Place NE
Albuquerque, NM 87111

Lab, office, home:  +1 505 299 9497
Fax:call above first
Skype:  dar_scott

http://www.swcp.com/dsc
[EMAIL PROTECTED]

Computer programming
**


___
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



___
Adrian Williams Design Ltd (trading as Club Type),
44 Mill Lane,
Merstham,
Redhill,
Surrey RH1 3HQ, UK

Telephone/Facsimile: 01737 643300
dFax (computer reception): 0870 0515681

International tel/fax (UK)+44 1737 643300
International dFax:  (UK)+44 870 0515681

Email: [EMAIL PROTECTED]
Website: http://www.clubtype.co.uk

___
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: Seeking Rev Consultant

2006-10-13 Thread Adrian Williams

Hi Brian,
If you supply your personal email - I will contact you with the details 
off-list.

Thanks,
Adrian

On 13 Oct 2006, at 09:46, Brian Yennie wrote:


Adrian,

I am available for contract work. If you let me know what your budget 
/ timeframe are and/or send a small sample of the font, I can give you 
an estimate. I have over ten years xTalk experience (since the 
Hypercard days!) and you can probably get an idea of my scripting 
abilities by searching the list archives.


Thanks,
---
Brian Yennie
Director of Technology Integration
QLD Learning
(310)-367-7364



Is anyone interested in scripting for using a Unicode font?

The custom font may have up to 14000 characters.
255 Standard chars.
The remainder are Latin characters with attached joining strokes,
stored in the "Japanese" or the some "Other" Language part of the 
font.

Font/scripts will be used to 'join' English words.
A graphic example of the main function is shown here...
http://www.clubtype.co.uk/revDev-abc/abc-rev.jpg

From the Users perspective...
Text is entered into A4/US Letter sized field.
As each character is entered, it 'joins' to the previous char.
After any text has been entered, User may go back and place
insertion point anywhere in the text and correct a spelling and
the word will re-join correctly.

Script efficiency is important to reduce screen flicker while 
processing

each char. A small flicker is acceptable, but not a long delay.

I will develop the interface and font(s) in Rev Studio.
I need a Rev. scriptor to create the 'joining' portion.
Just for a few joining characters to prove/test above requirements.
I will spend the long hours/days/months creating the font characters
then entering their Unicode/HTML/Decimal??? values in the script.

If interested, please contact me and I will furnish more information.
Many thanks,
Adrian
__
Club Type
http://www.clubtype.co.uk
[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




___
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



___
Adrian Williams Design Ltd (trading as Club Type),
44 Mill Lane,
Merstham,
Redhill,
Surrey RH1 3HQ, UK

Telephone/Facsimile: 01737 643300
dFax (computer reception): 0870 0515681

International tel/fax (UK)+44 1737 643300
International dFax:  (UK)+44 870 0515681

Email: [EMAIL PROTECTED]
Website: http://www.clubtype.co.uk

___
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: Seeking Rev Consultant

2006-10-13 Thread Dar Scott

Adrian,


Is anyone interested in scripting for using a Unicode font?


I am available for both script writing and for review consulting.  I  
have some experience with Unicode and with intercepting keystrokes.   
I am aware of the major problems in using Unicode keys in arrays and  
in intercepting keystrokes (assuming those apply).


From Brian Yennie's comments on the lists over the years, I suspect  
he would be good, too.


Dar

--
**
Dar Scott
Dar Scott Consulting  and  Dar's Lab
8637 Horacio Place NE
Albuquerque, NM 87111

Lab, office, home:  +1 505 299 9497
Fax:call above first
Skype:  dar_scott

http://www.swcp.com/dsc
[EMAIL PROTECTED]

Computer programming
**


___
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: Seeking Rev Consultant

2006-10-13 Thread Andre Garzia

Adrian,

one invaluable tool will be altFont by Altuit. Its an external for  
mac and windows machines that allow you to load fonts without the  
need to install them. With altFont you can store your unicode font  
into a custom prop and load on runtime.


their page is http://www.altuit.com/webs/altuit2/altFontCover/ 
default.htm


it's specially useful for people working with custom fonts that don't  
know if their users will be savvy enough to know to install fonts or  
if they will have the administrator password for doing that.


Cheers
andre



On Oct 13, 2006, at 5:08 AM, Adrian Williams wrote:


Is anyone interested in scripting for using a Unicode font?

The custom font may have up to 14000 characters.
255 Standard chars.
The remainder are Latin characters with attached joining strokes,
stored in the "Japanese" or the some "Other" Language part of the  
font.

Font/scripts will be used to 'join' English words.
A graphic example of the main function is shown here...
http://www.clubtype.co.uk/revDev-abc/abc-rev.jpg

From the Users perspective...
Text is entered into A4/US Letter sized field.
As each character is entered, it 'joins' to the previous char.
After any text has been entered, User may go back and place
insertion point anywhere in the text and correct a spelling and
the word will re-join correctly.

Script efficiency is important to reduce screen flicker while  
processing

each char. A small flicker is acceptable, but not a long delay.

I will develop the interface and font(s) in Rev Studio.
I need a Rev. scriptor to create the 'joining' portion.
Just for a few joining characters to prove/test above requirements.
I will spend the long hours/days/months creating the font characters
then entering their Unicode/HTML/Decimal??? values in the script.

If interested, please contact me and I will furnish more information.
Many thanks,
Adrian
__
Club Type
http://www.clubtype.co.uk
[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


___
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: Seeking Rev Consultant

2006-10-13 Thread Adrian Williams

Oops.  I did it too! sorry list.
Adrian
__
Club Type
http://www.clubtype.co.uk
[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: Seeking Rev Consultant

2006-10-13 Thread Adrian Williams

Dear Brian,
Thanks for responding.
I have to go to a meeting for the remainder of today but
will get back to you with a sample of the font for you to
test the theory as soon as I can. It may be tomorrow.
I need to remake it (in part) for others to test.

I a noob so is x-Talk same as/export of Rev?
I need to plant your script(s) into a Rev. stack.

Thanks again,
Adrian

___
Adrian Williams Design Ltd (trading as Club Type),
44 Mill Lane,
Merstham,
Redhill,
Surrey RH1 3HQ, UK

Telephone/Facsimile: 01737 643300
dFax (computer reception): 0870 0515681

International tel/fax (UK)+44 1737 643300
International dFax:  (UK)+44 870 0515681

Email: [EMAIL PROTECTED]
Website: http://www.clubtype.co.uk
On 13 Oct 2006, at 09:46, Brian Yennie wrote:


Adrian,

I am available for contract work. If you let me know what your budget 
/ timeframe are and/or send a small sample of the font, I can give you 
an estimate. I have over ten years xTalk experience (since the 
Hypercard days!) and you can probably get an idea of my scripting 
abilities by searching the list archives.


Thanks,
---
Brian Yennie
Director of Technology Integration
QLD Learning
(310)-367-7364



Is anyone interested in scripting for using a Unicode font?

The custom font may have up to 14000 characters.
255 Standard chars.
The remainder are Latin characters with attached joining strokes,
stored in the "Japanese" or the some "Other" Language part of the 
font.

Font/scripts will be used to 'join' English words.
A graphic example of the main function is shown here...
http://www.clubtype.co.uk/revDev-abc/abc-rev.jpg

From the Users perspective...
Text is entered into A4/US Letter sized field.
As each character is entered, it 'joins' to the previous char.
After any text has been entered, User may go back and place
insertion point anywhere in the text and correct a spelling and
the word will re-join correctly.

Script efficiency is important to reduce screen flicker while 
processing

each char. A small flicker is acceptable, but not a long delay.

I will develop the interface and font(s) in Rev Studio.
I need a Rev. scriptor to create the 'joining' portion.
Just for a few joining characters to prove/test above requirements.
I will spend the long hours/days/months creating the font characters
then entering their Unicode/HTML/Decimal??? values in the script.

If interested, please contact me and I will furnish more information.
Many thanks,
Adrian
__
Club Type
http://www.clubtype.co.uk
[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




___
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 and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Seeking Rev Consultant

2006-10-13 Thread Brian Yennie
Apologies to the list - another meant to send it privately oops for  
the archives...!



Adrian,

I am available for contract work. If you let me know what your  
budget / timeframe are and/or send a small sample of the font, I  
can give you an estimate. I have over ten years xTalk experience  
(since the Hypercard days!) and you can probably get an idea of my  
scripting abilities by searching the list archives.


Thanks,
---
Brian Yennie
Director of Technology Integration
QLD Learning



Is anyone interested in scripting for using a Unicode font?

The custom font may have up to 14000 characters.
255 Standard chars.
The remainder are Latin characters with attached joining strokes,
stored in the "Japanese" or the some "Other" Language part of the  
font.

Font/scripts will be used to 'join' English words.
A graphic example of the main function is shown here...
http://www.clubtype.co.uk/revDev-abc/abc-rev.jpg

From the Users perspective...
Text is entered into A4/US Letter sized field.
As each character is entered, it 'joins' to the previous char.
After any text has been entered, User may go back and place
insertion point anywhere in the text and correct a spelling and
the word will re-join correctly.

Script efficiency is important to reduce screen flicker while  
processing

each char. A small flicker is acceptable, but not a long delay.

I will develop the interface and font(s) in Rev Studio.
I need a Rev. scriptor to create the 'joining' portion.
Just for a few joining characters to prove/test above requirements.
I will spend the long hours/days/months creating the font characters
then entering their Unicode/HTML/Decimal??? values in the script.

If interested, please contact me and I will furnish more information.
Many thanks,
Adrian
__
Club Type
http://www.clubtype.co.uk
[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




___
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 and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Seeking Rev Consultant

2006-10-13 Thread Brian Yennie

Adrian,

I am available for contract work. If you let me know what your  
budget / timeframe are and/or send a small sample of the font, I can  
give you an estimate. I have over ten years xTalk experience (since  
the Hypercard days!) and you can probably get an idea of my scripting  
abilities by searching the list archives.


Thanks,
---
Brian Yennie
Director of Technology Integration
QLD Learning
(310)-367-7364



Is anyone interested in scripting for using a Unicode font?

The custom font may have up to 14000 characters.
255 Standard chars.
The remainder are Latin characters with attached joining strokes,
stored in the "Japanese" or the some "Other" Language part of the  
font.

Font/scripts will be used to 'join' English words.
A graphic example of the main function is shown here...
http://www.clubtype.co.uk/revDev-abc/abc-rev.jpg

From the Users perspective...
Text is entered into A4/US Letter sized field.
As each character is entered, it 'joins' to the previous char.
After any text has been entered, User may go back and place
insertion point anywhere in the text and correct a spelling and
the word will re-join correctly.

Script efficiency is important to reduce screen flicker while  
processing

each char. A small flicker is acceptable, but not a long delay.

I will develop the interface and font(s) in Rev Studio.
I need a Rev. scriptor to create the 'joining' portion.
Just for a few joining characters to prove/test above requirements.
I will spend the long hours/days/months creating the font characters
then entering their Unicode/HTML/Decimal??? values in the script.

If interested, please contact me and I will furnish more information.
Many thanks,
Adrian
__
Club Type
http://www.clubtype.co.uk
[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




___
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


Seeking Rev Consultant

2006-10-13 Thread Adrian Williams

Is anyone interested in scripting for using a Unicode font?

The custom font may have up to 14000 characters.
255 Standard chars.
The remainder are Latin characters with attached joining strokes,
stored in the "Japanese" or the some "Other" Language part of the font.
Font/scripts will be used to 'join' English words.
A graphic example of the main function is shown here...
http://www.clubtype.co.uk/revDev-abc/abc-rev.jpg

From the Users perspective...
Text is entered into A4/US Letter sized field.
As each character is entered, it 'joins' to the previous char.
After any text has been entered, User may go back and place
insertion point anywhere in the text and correct a spelling and
the word will re-join correctly.

Script efficiency is important to reduce screen flicker while processing
each char. A small flicker is acceptable, but not a long delay.

I will develop the interface and font(s) in Rev Studio.
I need a Rev. scriptor to create the 'joining' portion.
Just for a few joining characters to prove/test above requirements.
I will spend the long hours/days/months creating the font characters
then entering their Unicode/HTML/Decimal??? values in the script.

If interested, please contact me and I will furnish more information.
Many thanks,
Adrian
__
Club Type
http://www.clubtype.co.uk
[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