From: <jc...@fe...> - 2002-11-27 15:39:59
|
On Wednesday 27 November 2002 15:05, Jo=E3o Cardoso wrote: | On Wednesday 27 November 2002 14:26, Morris, Steven J wrote: | | Since there's been so much traffic on this list the last few days, | | I thought I'd throw this one in. | | Sure, let as help each other. | | | I'm using the tk plot, where the graphics are all calculated and | | done in C++, but the window is embedded in a tk window with some | | other widgets. I notice that when I zoom, it resizes the plplot | | window, making it slightly wider, and writing over some other | | widgets I happen to have nearby. I figure I can go in and fix the | | problem myself, but I won't bother if someone else has fixed it | | already. | | In the past I also used that kind of setup, but I don't remember to | have such problems. I used the "packer" geometry manager, that | resizes widgets when one of them happens to grow or shrink. What | geometry menager are you using? | | Any way, the plot window should not change size... but the appearance | of the scroll bars could explain the reason. Yes, you are right (and me too). I run one of these my apps, and when I=20 enter zoom mode the apearance of the scroll bars makes the frame where=20 the plot is embedded to grow; the plot window keeps its original size. But if I increase the overall app. window (using the wm resize handles),=20 than, after a certain limit, when I enter zoom mode the apearance of=20 the scroll bars makes the plot window shrink, so that the overal frame=20 size of the plot and the scroll bars is keept constant. So we have a problem with the initialization/initial size of the window. Joao =20 | | Joao | | | If not, and I do fix it myself, is there someone I should send the | | fix to? | | This list, or the devel list, is OK. I prefer context diffs (diff -c) | Thanks, | Joao | | | (There's no guarantee that I'll try to fix it, since it isn't | | really that important, so keeps getting pushed down my to-do list) | | | | Also, I had to do some jimmy-rigging of the install script on | | either the HP or Linux (I can't remember which now). One of the | | temp files got too long and the system bailed. I'm being vague, | | but I have it all in my notes so I can be exact if anyone is | | interested. | | | | Thanks, | | Steve | | | | | | ------------------------------------------------------- | | This SF.net email is sponsored by: Get the new Palm Tungsten T | | handheld. Power & Color in a compact size! | | http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en | | _______________________________________________ | | Plplot-general mailing list | | Plp...@li... | | https://lists.sourceforge.net/lists/listinfo/plplot-general | | ------------------------------------------------------- | This SF.net email is sponsored by: Get the new Palm Tungsten T | handheld. Power & Color in a compact size! | http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en | _______________________________________________ | Plplot-general mailing list | Plp...@li... | https://lists.sourceforge.net/lists/listinfo/plplot-general |