Ok — figured it out, in case this helps anyone later, I was using x->ob.te_ypix, when I should have been using text_ypix() which adjusts for when the object is in a graph on parent. So, when the object was outside of the original patcher size, it became “invisible” and didn’t call my draw function.
cheers, Rama On Jun 18, 2014, at 9:35 AM, Rama Gottfried <[email protected]> wrote: > Hi Johanthan, > Thanks for your reply -- I was curious if this was something anyone had seen > before. > > I'll make a new object on the plane today to see if I can reproduce it with > something simpler -- > > cheers, > Rama > > > > > On Tue, Jun 17, 2014 at 11:52 PM, Jonathan Wilkes via Pd-dev > <[email protected]> wrote: > On 06/17/2014 10:57 AM, Rama Gottfried via Pd-dev wrote: > Hi guys, > I’m working on a GUI object that is having some odd issues when within a GOP > box. > > The issue seems to be that my widget functions stop being called when the GOP > box moves beyond the original abstraction canvas size. > > I'm not sure what you mean. Do you have an example patch? > > -Jonathan > > > Everything else with the object seems fine. > > Any ideas why this might be happening? > > cheers, > Rama > _______________________________________________ > Pd-dev mailing list > [email protected] > http://lists.puredata.info/listinfo/pd-dev > > > _______________________________________________ > Pd-dev mailing list > [email protected] > http://lists.puredata.info/listinfo/pd-dev >
_______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
