[racket] Undefined method get-hard-minimum-size

From: Ferreira Maurizio (maurizio.ferreira at seling.it)
Date: Thu Dec 23 09:11:36 EST 2010

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))

-------------- next part --------------


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

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.


Posted on the users mailing list.