From: Ralph T. <ra...@gm...> - 2005-06-09 06:38:58
|
Hi List, I've finally had a chance to look at ASL some more. I decided to add resizable windows to the FLTK implementation. I now have layout_m->adjust being called with appropriate values, at the right time, however none of the widgets move (they are all moved to the place they were before). This happens for the resizable examples (like slider_suite) as well as my own GUI... What's going wrong? Thanks, Ralph |
From: Sean P. <sp...@ad...> - 2005-06-25 02:38:11
|
Any luck hunting this down? Sean On Jun 8, 2005, at 11:38 PM, Ralph Thomas wrote: > Hi List, > > I've finally had a chance to look at ASL some more. I decided to add > resizable windows to the FLTK implementation. I now have > layout_m->adjust being called with appropriate values, at the right > time, however none of the widgets move (they are all moved to the > place they were before). > > This happens for the resizable examples (like slider_suite) as well > as my own GUI... What's going wrong? > > Thanks, > Ralph > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. How far can > you shotput > a projector? How fast can you ride your desk chair down the office > luge track? > If you want to score the big prize, get to know the little guy. > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > |
From: Ralph T. <ra...@gm...> - 2005-08-01 02:38:57
|
I think I've fixed this now -- I've moved house and started a new job in the same month, so I've been (and will be for a while) super busy. I'm planning on upgrading the ASL in my project's tree soon, and when I do that I'll port, post about and commit anything good in there which isn't in sourceforge CVS. Of particular interest are some utility functions which make it easier to write additional widgets to complement ui-core... Thanks! Ralph On 6/24/05, Sean Parent <sp...@ad...> wrote: > Any luck hunting this down? > Sean >=20 > On Jun 8, 2005, at 11:38 PM, Ralph Thomas wrote: >=20 > > Hi List, > > > > I've finally had a chance to look at ASL some more. I decided to add > > resizable windows to the FLTK implementation. I now have > > layout_m->adjust being called with appropriate values, at the right > > time, however none of the widgets move (they are all moved to the > > place they were before). > > > > This happens for the resizable examples (like slider_suite) as well > > as my own GUI... What's going wrong? > > > > Thanks, > > Ralph > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: NEC IT Guy Games. How far can =20 > > you shotput > > a projector? How fast can you ride your desk chair down the office =20 > > luge track? > > If you want to score the big prize, get to know the little guy. > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r > > _______________________________________________ > > Adobe-source-devel mailing list > > Ado...@li... > > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > > >=20 > |
From: Sean P. <sp...@ad...> - 2005-08-01 20:34:20
|
Good to hear from you Ralph! Congrats on the new house and move - I hope you'll be able to use ASL in your new position! Looking forward to your ui-core contributions. The external traffic has died down a bit for the summer but I'm hopeful it will pick back up. On the internal side, Mat Marcus is now working on ASL and we're getting an increasing number of internal projects using the libraries - for this release we even picked up a couple of internal contributions. Eric Berdahl contributed better reverse cursors for the forest container, and Jon Reid contributed a polymorphic iterator adapter and an index iterator adaptor (Jon's contributions actually made it into 1.0.6 but I'm hoping he'll get the documented for 1.0.7! Foster is out on vacation this week, so Mat and I are going to try our hand and preparing a release (should be interesting...) - so if we don't make the Thursday release everyone will know why... One new, and often requested, feature for this release is that Eve2 now supports hiding and showing of elements (dynamic growing/ shrinking views) I cut in some example code into the widget set, overloading pane widgets a bit - still looking for the correct user model - but pretty spiffy to play with. This work led to a new filter adaptor for the forest cursors, as well as some general clean-up in forest and eve. Boost 1.33.0 is supposed to be released today - Mat has been tracking 1.33.0 so I'm hopeful that if they do release today or tomorrow that 1.0.7 will be able to go out as a 1.33.0 client. We've got our MacTel boxes now - and we've verified that 1.0.6 did, in fact, run as a universal binary. From this point forward our Mac builds will include MacTel on XCode - expect our CodeWarrior support to wane :-( That's the news from here, and a glimpse of the 1.0.7 release... coming soon! Sean On Jul 31, 2005, at 7:38 PM, Ralph Thomas wrote: > I think I've fixed this now -- I've moved house and started a new job > in the same month, so I've been (and will be for a while) super busy. > I'm planning on upgrading the ASL in my project's tree soon, and when > I do that I'll port, post about and commit anything good in there > which isn't in sourceforge CVS. Of particular interest are some > utility functions which make it easier to write additional widgets to > complement ui-core... > > Thanks! > Ralph > > On 6/24/05, Sean Parent <sp...@ad...> wrote: > >> Any luck hunting this down? >> Sean >> >> On Jun 8, 2005, at 11:38 PM, Ralph Thomas wrote: >> >> >>> Hi List, >>> >>> I've finally had a chance to look at ASL some more. I decided >>> to add >>> resizable windows to the FLTK implementation. I now have >>> layout_m->adjust being called with appropriate values, at the right >>> time, however none of the widgets move (they are all moved to the >>> place they were before). >>> >>> This happens for the resizable examples (like slider_suite) as >>> well >>> as my own GUI... What's going wrong? >>> >>> Thanks, >>> Ralph >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: NEC IT Guy Games. How far can >>> you shotput >>> a projector? How fast can you ride your desk chair down the office >>> luge track? >>> If you want to score the big prize, get to know the little guy. >>> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r >>> _______________________________________________ >>> Adobe-source-devel mailing list >>> Ado...@li... >>> https://lists.sourceforge.net/lists/listinfo/adobe-source-devel >>> >>> >> >> >> > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel > |