hi,
i've finally got test24 up and running ! !
the error was dued to the loading of former iemgui library which is now included into pd.
iemlib-bundled version still compiles with test24 BUT it provokes lots of crashes, so, i guess it should be removed from delivery.
so, i could be able to test dynamic creation and it's true it's been somewhat fixed ( thank you, Miller btw ) :
it doesn't crash anymore and "find" opens the target patch, ok.
but, the "cut" messages sent to the patch BEFORE it's actually open are lost : it takes some time between the first find message and the opening of the window, in that time, you can't do any "cut" operations....mm, still annoying.
you can test this with the patch i've posted ( ten times ?? ) here.
cheers,
yves.
Yves Degoyon wrote:
Krzysztof Czaja wrote:
hi Yves
Yves Degoyon wrote: ...
krysztof ! ! of course there's a "find" message before the "cut", so something is or should be selected.
but you have written about cutting in an invisible window, while 'find' always opens the window containing an object found.
curious, it does not open the window on test17 ( maybe, it tries and crashes ?? )
???? couldn't find any "push" message.
Yves! -- of course there is no 'push' message, it is the 'canvas' message that does the pushing (you are a fluent code reader -- search for pd_pushsym() call in canvas_new()...)
ok, but i was speaking from a patch-maker point of view and i simply thought "pop" message would actually "pop-up" the window.
i'm not currently speaking pd's internal code language as you do.
Krzysztof