The following example raises this error:

send: no such method: get-hard-minimum-size for class: 
...ed/private/wxtop.rkt:586:4

I'm trying in  DrRacket 5.02, under Windows XP
Regards
Maurizio.


#lang racket/gui
(define frame (new frame% [label "Example"]))

(define txt (new text-field% [parent frame] [label "This is s test"]))

(send frame show #t)
(define-values (x y) (send frame get-graphical-min-size))


-----------------------------------------------------------------------------

Il presente messaggio, corredato dei relativi allegati, contiene informazioni 
da considerarsi strettamente riservate ed è destinato esclusivamente al 
destinatario sopra indicato, il quale è l'unico autorizzato ad usarlo, copiarlo 
e, sotto la propria responsabilità, diffonderlo. Chiunque ricevesse questo 
messaggio per errore o comunque lo leggesse senza esserne legittimato è 
avvertito che trattenerlo, copiarlo, divulgarlo, distribuirlo a persone diverse 
dal destinatario è severamente proibito, ed è pregato di rinviarlo 
immediatamente al mittente distruggendone l'originale. 


This message, together with its annex(es), contains information to be deemed 
strictly confidential and is destined only to the addressee(s) identified above 
who only may use, copy and, under his/their responsibility, further disseminate 
it. If anyone received this message by mistake or reads it without entitlement 
is forewarned that keeping, copying, disseminating or distributing this message 
to persons other than the addressee(s) is strictly forbidden and is asked to 
transmit it immediately to the sender and to erase the original message 
received.

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to