atom feed7 messages in at.iem.pd-dev[PD-dev] resizing
FromSent OnAttachments
Krzysztof CzajaFeb 19, 2003 1:32 am 
Krzysztof CzajaFeb 19, 2003 3:54 am 
pixFeb 19, 2003 4:13 am 
Krzysztof CzajaFeb 19, 2003 5:00 am 
guenter geigerFeb 19, 2003 5:50 am 
Krzysztof CzajaFeb 19, 2003 7:27 am 
Miller PucketteFeb 19, 2003 12:04 pm 
Subject:[PD-dev] resizing
From:Krzysztof Czaja (cza@chopin.edu.pl)
Date:Feb 19, 2003 1:32:58 am
List:at.iem.pd-dev

hi all,

as I am going to enable resizing-by-dragging of cyclone's ui objects, I wonder if there are any examples of how it could be done, or if anybody has any suggestions.

It seems like there is no way, by means of the current Pd API alone, for an external to be notified about its part, a resize-handle. being clicked at in edit mode.

Miller, perhaps you have plans to include this feature in a future version?

If not, I would try directly binding this info out from the tk layer (it is going to be nasty).

I would rather not create a proxy 'handle' object (a separate gobj inserted into a glist), in the fear of corrupting the ordering of objects during save/load and copy/paste.

Currently the only two ui classes are Scope~ and comment. I fancy having them as complete as possible in the early stage, though.

Krzysztof

btw, being notified about the mouse-up would be handy too...