about RTE console

2005-07-26 Thread 前川享仁
Hi gurus,

In my project, some say that logging informations should be
outputted into RTE console with {output} and {dump} procedures.

I know RTE console is good, but I'm afraid whether
it can run even for 24 hours * 365 days and never effect applets.
Because the applets could be used for all 24 hours,
so logging informations written in the console could be very numerous.

Is there anyone who knows about this?
If you know, please tell me.

Regards.

--Takanobu Maekawa

-- 
-
e-mail:[EMAIL PROTECTED]
CANSOFT,INC.Tel:044(969)9747 Fax:044(969)9748
http://www.cansoft.co.jp/

***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]



Re: Get the biggest font size within a rectangle area

2005-07-26 Thread takanobu maekawa

Hi gurus,

I have found DisplayContext class
and wonder I can somehow do this with it... :-D

thanks.

--Takanobu Maekawa


At 18:29 05/07/25 +0900

Hi gurus,

Now I cannot find the way to get the biggest font size
of a character within a rectangle area.

For example, when the rectangle's width = 10pt and height = 5pt,
the biggest font size is simply 5pt.

Ofcourse this example is too simple to apply for the real programming.
At least, there are 2 font types.
i.e. proportional font and non-proportional font.

I know such font calcuration is possible with VC,
but with Curl, have not found the way to do that.

If you know or can advice about this issue,
please tell me.

Regards.

--Takanobu Maekawa

-
e-mail:[EMAIL PROTECTED]
CANSOFT,INC.Tel:044(969)9747 Fax:044(969)9748
http://www.cansoft.co.jp/

***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]



***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]



Re: about RTE console

2005-07-26 Thread Phil Shapiro
Christopher Barber [EMAIL PROTECTED] writes:

 前川享仁 wrote:
 
 Hi gurus,
 
 In my project, some say that logging informations should be
 outputted into RTE console with {output} and {dump} procedures.
 
 I know RTE console is good, but I'm afraid whether it can run even
 for 24 hours * 365 days and never effect applets.  Because the
 applets could be used for all 24 hours, so logging informations
 written in the console could be very numerous.

 I think this would take up increasing amounts of memory over
 time. It would probably be better if you were to log to a file
 instead.

Actually the IDE output pane and the RTE console have a built-in limit
of 1 lines of output.  So in theory the RTE console's memory use
would grow until you reach 1 lines and then it would level off.

Personally I wouldn't use the RTE and/or IDE consoles for extended
logging purposes.  Instead I would log the data to a file on disk.
This has a few benefits:

- You can truncate the log yourself, and keep the amount of data that
  you're interested in.

- If you run more than one applet, you don't have to worry about
  trying to figure out which applet produced which output.

- It's easier to monitor the log output from a remote computer or
  another editor without having to bring up the Surge UI.

-phil

***
To unsubscribe from this list, send a mail to:
mailto:[EMAIL PROTECTED]
To contact a human list administrator, send a mail to:
mailto:[EMAIL PROTECTED]
To recieve a list of other options for this list, send a mail to:
mailto:[EMAIL PROTECTED]