Re: Set and Get the window position with Desktop Window's coordinates

2005-05-26 Thread
thanks Mike. I've read the description of 'View.set-position' in the online help carefelly as possible as I can. it says: -- public {View.set-position x:Distance, y:Distance}:void x,y:the new coordinates which is culiculated f

Re: Set and Get the window position with Desktop Window's coordinates

2005-05-28 Thread
Thanks. I think I can understand mostly about this issue, but let me ask one more help about difference between view's parent and view's owner. Would you give me a hint about it? I wonder the lack of knowledge about this is one of causes which made me more confused. Today I've tried to read MSD

Re: Is there encode library with Curl ?

2005-05-29 Thread
Thanks Mat, Originally the reason to customize HashTable-of was a challenge to use Record class object for the key of HashTable. I had to keep the record data and its detail data (it's the same relation to so-called 'key and value' or 'master-details') internally behind the applet's UI, for show

too stupid mistake (Re: Is there encode library with Curl ?)

2005-05-30 Thread
After all, I could write the code. And actually compile was OK, but the applet clashed due to stack overflaw. I've sent the code and video which capture the desktop to curl's support team. Finally I've found a too stupid mistake in my code. I did recursive calling the same function which never e

Re: how to always show the record added RecordGrid??

2005-05-30 Thread
> 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:[

Re: code coveragde tools

2005-06-02 Thread
Hi gurus, Thanks for all information. But... Above all, WHERE AND HOW DID YOD GET THE GOOD INFORMATIONS OR WHERE AND HOW CAN I GET THE SORT OF INFORMATIONS??? Honestly,I want to know that at first. I can not find anything about codecoverage or even command line mode of curl.exe and how to operat

about min/max/close buttons

2005-06-20 Thread
Hi gurus, Are there any ways to remove the min/max/close buttons on View window? I don't want the user not to min/max/close the window by pushing them. If you know about that, please tell me. Regards. -- - Maekawa Takanobu e-mail:[EMAIL PROTECTED] CANSOFT,INC.Tel:044(969)9747 Fax:044(969)9

Dialog is a subtype of View ??

2005-06-20 Thread
ight operand. If so, why this code cannot run. get-position is the View's method, as you know. Please tell me what I misunderstand. Regards. -- - 前川 享仁/Maekawa Takanobu e-mail:[EMAIL PROTECTED] CANSOFT,INC.Tel:044(969)9747 Fax:044(969)9748 http://www.cansoft.co.jp/ **

Re: Dialog is a subtype of View ??

2005-06-20 Thread
type or subtype of the right operand. > > If so, why this code cannot run. get-position is the View's > method, as you know. > > Please tell me what I misunderstand. > > Regards. > -- - 前川 享仁/Maekawa Takanobu e-mail:[EMAIL PROTECTED] CANSOFT,INC.Tel:044(969

Re: [Help!] import-package trouble

2005-06-25 Thread
Thanks so much for all. As you pointed out, I can find bugs and fix them now. I wonder it will work fine. I was very upset, so I couldn't see that there are problems in the file that defines the imported package. But if I were alone, I would never solve this problem. So thanks so much again. R

Re: [Help!] import-package trouble

2005-06-25 Thread
> I am sorry you had trouble with this. Was the problem an infinite loop > as Mat suggested, or something else? > > Is there some way that would have helped you found the problem earlier? > > - Christopher The problem was similar to what Mat suggested. I forgot that I had modified and added some

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?

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

2005-06-27 Thread
{import * from CURL.LANGUAGE.SOURCE} {define-macro public {this-file ?empty:{pattern}} {return {Literal {if-non-null url = empty.url then url.name else "[unknown file]" } } } } {define-macro public {thi

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] CA

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 ar

about RTE console

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