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

Get the biggest font size within a rectangle area

2005-07-25 Thread
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

how to minimize View?

2005-07-05 Thread
Hi gurus. How to program to minimize a View class's window? I wonder there is a event to send the View to request to minimize but cannot find in online help about it. If you know, please tell me. regards. --Takanobu Maekawa -- - 前川 享仁/Maekawa Takanobu e-mail:[EMAIL PROTECTED] CANSOFT

Re: how to know the filename, line number at the function called ?

2005-06-27 Thread
hi gurus, thanks for informations. {define-macro {output-url-and-line ?src:tokens} let url:url = tokens.url let line:int = {tokens.get-line-and-column tokens.start-location} {return {expand-template {output ?{Literal url.name : line}} } } } would you tell me more hints? what are