From: Colin T. <col...@ou...> - 2006-06-21 12:10:30
|
Anyone else seeing the bug where the icons in the top frame change colour once you go down a level from the root? The icon size in the menu also seems to be fixed to small, regardless of the setting in the resource properties at the root... Colin -- ____________________________________ Colin Tatham VLE Team Oxford University Computing Services http://www.oucs.ox.ac.uk/ltg/vle/ http://bodington.org |
From: M T. <m....@gm...> - 2006-06-21 13:40:16
|
Hi Colin, I've believe that the problem might lie somewhere in the process gif servlet and how it processes the gif files. I noticed that there are 2 whites in all them, both are RGB 255 255 255, which I thought might be causing the servlet a problem. So I edited the palette and changed the 2nd white to be RGB 254 254 254, checked the transparency was still in place and saved them. I then stopped the web server, deleted all the gifx files and restarted the web server. This seems to have solve the problem. M. On 21/06/06, Colin Tatham <col...@ou...> wrote: > > Anyone else seeing the bug where the icons in the top frame change colour once you go down a level > from the root? > The icon size in the menu also seems to be fixed to small, regardless of the setting in the resource > properties at the root... > > > Colin > > > -- > ____________________________________ > Colin Tatham > VLE Team > Oxford University Computing Services > > http://www.oucs.ox.ac.uk/ltg/vle/ > http://bodington.org > > > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |
From: Colin T. <col...@ou...> - 2006-06-21 13:50:50
|
M Thomas wrote: > I've believe that the problem might lie somewhere in the process gif > servlet and how it processes the gif files. > I noticed that there are 2 whites in all them, both are RGB 255 255 > 255, which I thought might be causing the servlet a problem. By 'them' do you mean all of the *gif* files? > So I edited the palette and changed the 2nd white to be RGB 254 254 > 254, checked the transparency was still in place and saved them. I > then stopped the web server, deleted all the gifx files and restarted > the web server. Does that mean the gifx files are unnecessary, or generated dynamically? (I didn't think either was true...) > This seems to have solve the problem. That's odd. I've got an old version of Bod from Dec 2005 on a laptop, and it doesn't have the problem. I subsequently downloaded a newer version on the same machine, and it has the problem -- so what changed? Colin > On 21/06/06, Colin Tatham <col...@ou...> wrote: > >>Anyone else seeing the bug where the icons in the top frame change colour once you go down a level >>from the root? >>The icon size in the menu also seems to be fixed to small, regardless of the setting in the resource >>properties at the root... >> >> >>Colin >> >> >>-- >>____________________________________ >>Colin Tatham >>VLE Team >>Oxford University Computing Services >> >>http://www.oucs.ox.ac.uk/ltg/vle/ >>http://bodington.org >> >> >>_______________________________________________ >>Bodington-developers mailing list >>Bod...@li... >>https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > > > -- ____________________________________ Colin Tatham VLE Team Oxford University Computing Services http://www.oucs.ox.ac.uk/ltg/vle/ http://bodington.org |
From: M T. <m....@gm...> - 2006-06-21 14:20:16
|
I'm wrong... :D deleting the gifx fixed it but that would as it is the file that tells the processgif what to do with the gif. Hmmmm M. On 21/06/06, Colin Tatham <col...@ou...> wrote: > M Thomas wrote: > > I've believe that the problem might lie somewhere in the process gif > > servlet and how it processes the gif files. > > I noticed that there are 2 whites in all them, both are RGB 255 255 > > 255, which I thought might be causing the servlet a problem. > > By 'them' do you mean all of the *gif* files? > > > So I edited the palette and changed the 2nd white to be RGB 254 254 > > 254, checked the transparency was still in place and saved them. I > > then stopped the web server, deleted all the gifx files and restarted > > the web server. > > Does that mean the gifx files are unnecessary, or generated dynamically? (I didn't think either was > true...) > > > This seems to have solve the problem. > > That's odd. I've got an old version of Bod from Dec 2005 on a laptop, and it doesn't have the > problem. I subsequently downloaded a newer version on the same machine, and it has the problem -- so > what changed? > > Colin > > > On 21/06/06, Colin Tatham <col...@ou...> wrote: > > > >>Anyone else seeing the bug where the icons in the top frame change colour once you go down a level > >>from the root? > >>The icon size in the menu also seems to be fixed to small, regardless of the setting in the resource > >>properties at the root... > >> > >> > >>Colin > >> > >> > >>-- > >>____________________________________ > >>Colin Tatham > >>VLE Team > >>Oxford University Computing Services > >> > >>http://www.oucs.ox.ac.uk/ltg/vle/ > >>http://bodington.org > >> > >> > >>_______________________________________________ > >>Bodington-developers mailing list > >>Bod...@li... > >>https://lists.sourceforge.net/lists/listinfo/bodington-developers > >> > > > > > > > > > -- > ____________________________________ > Colin Tatham > VLE Team > Oxford University Computing Services > > http://www.oucs.ox.ac.uk/ltg/vle/ > http://bodington.org > > > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |
From: M T. <m....@gm...> - 2006-06-21 14:24:02
|
It's fine on v2.6 but on the version that Aggie sent me I get black icons... M. On 21/06/06, M Thomas <m....@gm...> wrote: > I'm wrong... :D deleting the gifx fixed it but that would as it is the > file that tells the processgif what to do with the gif. > > Hmmmm > > M. > > On 21/06/06, Colin Tatham <col...@ou...> wrote: > > M Thomas wrote: > > > I've believe that the problem might lie somewhere in the process gif > > > servlet and how it processes the gif files. > > > I noticed that there are 2 whites in all them, both are RGB 255 255 > > > 255, which I thought might be causing the servlet a problem. > > > > By 'them' do you mean all of the *gif* files? > > > > > So I edited the palette and changed the 2nd white to be RGB 254 254 > > > 254, checked the transparency was still in place and saved them. I > > > then stopped the web server, deleted all the gifx files and restarted > > > the web server. > > > > Does that mean the gifx files are unnecessary, or generated dynamically? (I didn't think either was > > true...) > > > > > This seems to have solve the problem. > > > > That's odd. I've got an old version of Bod from Dec 2005 on a laptop, and it doesn't have the > > problem. I subsequently downloaded a newer version on the same machine, and it has the problem -- so > > what changed? > > > > Colin > > > > > On 21/06/06, Colin Tatham <col...@ou...> wrote: > > > > > >>Anyone else seeing the bug where the icons in the top frame change colour once you go down a level > > >>from the root? > > >>The icon size in the menu also seems to be fixed to small, regardless of the setting in the resource > > >>properties at the root... > > >> > > >> > > >>Colin > > >> > > >> > > >>-- > > >>____________________________________ > > >>Colin Tatham > > >>VLE Team > > >>Oxford University Computing Services > > >> > > >>http://www.oucs.ox.ac.uk/ltg/vle/ > > >>http://bodington.org > > >> > > >> > > >>_______________________________________________ > > >>Bodington-developers mailing list > > >>Bod...@li... > > >>https://lists.sourceforge.net/lists/listinfo/bodington-developers > > >> > > > > > > > > > > > > > > > -- > > ____________________________________ > > Colin Tatham > > VLE Team > > Oxford University Computing Services > > > > http://www.oucs.ox.ac.uk/ltg/vle/ > > http://bodington.org > > > > > > _______________________________________________ > > Bodington-developers mailing list > > Bod...@li... > > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > -- > m.cha3l > -- m.cha3l |
From: M T. <m....@gm...> - 2006-06-21 14:52:50
Attachments:
v2_6.jpg
latest.jpg
|
I've also notice that there are errors with image properties in the latest version. See screen captures. M. On 21/06/06, M Thomas <m....@gm...> wrote: > It's fine on v2.6 but on the version that Aggie sent me I get black icons... > > M. > > On 21/06/06, M Thomas <m....@gm...> wrote: > > I'm wrong... :D deleting the gifx fixed it but that would as it is the > > file that tells the processgif what to do with the gif. > > > > Hmmmm > > > > M. > > > > On 21/06/06, Colin Tatham <col...@ou...> wrote: > > > M Thomas wrote: > > > > I've believe that the problem might lie somewhere in the process gif > > > > servlet and how it processes the gif files. > > > > I noticed that there are 2 whites in all them, both are RGB 255 255 > > > > 255, which I thought might be causing the servlet a problem. > > > > > > By 'them' do you mean all of the *gif* files? > > > > > > > So I edited the palette and changed the 2nd white to be RGB 254 254 > > > > 254, checked the transparency was still in place and saved them. I > > > > then stopped the web server, deleted all the gifx files and restarted > > > > the web server. > > > > > > Does that mean the gifx files are unnecessary, or generated dynamically? (I didn't think either was > > > true...) > > > > > > > This seems to have solve the problem. > > > > > > That's odd. I've got an old version of Bod from Dec 2005 on a laptop, and it doesn't have the > > > problem. I subsequently downloaded a newer version on the same machine, and it has the problem -- so > > > what changed? > > > > > > Colin > > > > > > > On 21/06/06, Colin Tatham <col...@ou...> wrote: > > > > > > > >>Anyone else seeing the bug where the icons in the top frame change colour once you go down a level > > > >>from the root? > > > >>The icon size in the menu also seems to be fixed to small, regardless of the setting in the resource > > > >>properties at the root... > > > >> > > > >> > > > >>Colin > > > >> > > > >> > > > >>-- > > > >>____________________________________ > > > >>Colin Tatham > > > >>VLE Team > > > >>Oxford University Computing Services > > > >> > > > >>http://www.oucs.ox.ac.uk/ltg/vle/ > > > >>http://bodington.org > > > >> > > > >> > > > >>_______________________________________________ > > > >>Bodington-developers mailing list > > > >>Bod...@li... > > > >>https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > >> > > > > > > > > > > > > > > > > > > > > > -- > > > ____________________________________ > > > Colin Tatham > > > VLE Team > > > Oxford University Computing Services > > > > > > http://www.oucs.ox.ac.uk/ltg/vle/ > > > http://bodington.org > > > > > > > > > _______________________________________________ > > > Bodington-developers mailing list > > > Bod...@li... > > > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > > > > > -- > > m.cha3l > > > > > -- > m.cha3l > -- m.cha3l |
From: Sean M. <se...@sm...> - 2006-06-21 15:01:29
|
who can fix this? thanks, jon! s <quote who=3D"M Thomas"> > I've also notice that there are errors with image properties in the > latest version. See screen captures. > > M. > > On 21/06/06, M Thomas <m....@gm...> wrote: >> It's fine on v2.6 but on the version that Aggie sent me I get black >> icons... >> >> M. >> >> On 21/06/06, M Thomas <m....@gm...> wrote: >> > I'm wrong... :D deleting the gifx fixed it but that would as it is t= he >> > file that tells the processgif what to do with the gif. >> > >> > Hmmmm >> > >> > M. >> > >> > On 21/06/06, Colin Tatham <col...@ou...> wrote: >> > > M Thomas wrote: >> > > > I've believe that the problem might lie somewhere in the process >> gif >> > > > servlet and how it processes the gif files. >> > > > I noticed that there are 2 whites in all them, both are RGB 255 >> 255 >> > > > 255, which I thought might be causing the servlet a problem. >> > > >> > > By 'them' do you mean all of the *gif* files? >> > > >> > > > So I edited the palette and changed the 2nd white to be RGB 254 >> 254 >> > > > 254, checked the transparency was still in place and saved them= . >> I >> > > > then stopped the web server, deleted all the gifx files and >> restarted >> > > > the web server. >> > > >> > > Does that mean the gifx files are unnecessary, or generated >> dynamically? (I didn't think either was >> > > true...) >> > > >> > > > This seems to have solve the problem. >> > > >> > > That's odd. I've got an old version of Bod from Dec 2005 on a >> laptop, and it doesn't have the >> > > problem. I subsequently downloaded a newer version on the same >> machine, and it has the problem -- so >> > > what changed? >> > > >> > > Colin >> > > >> > > > On 21/06/06, Colin Tatham <col...@ou...> wrote: >> > > > >> > > >>Anyone else seeing the bug where the icons in the top frame chan= ge >> colour once you go down a level >> > > >>from the root? >> > > >>The icon size in the menu also seems to be fixed to small, >> regardless of the setting in the resource >> > > >>properties at the root... >> > > >> >> > > >> >> > > >>Colin >> > > >> >> > > >> >> > > >>-- >> > > >>____________________________________ >> > > >>Colin Tatham >> > > >>VLE Team >> > > >>Oxford University Computing Services >> > > >> >> > > >>http://www.oucs.ox.ac.uk/ltg/vle/ >> > > >>http://bodington.org >> > > >> >> > > >> >> > > >>_______________________________________________ >> > > >>Bodington-developers mailing list >> > > >>Bod...@li... >> > > >>https://lists.sourceforge.net/lists/listinfo/bodington-developer= s >> > > >> >> > > > >> > > > >> > > > >> > > >> > > >> > > -- >> > > ____________________________________ >> > > Colin Tatham >> > > VLE Team >> > > Oxford University Computing Services >> > > >> > > http://www.oucs.ox.ac.uk/ltg/vle/ >> > > http://bodington.org >> > > >> > > >> > > _______________________________________________ >> > > Bodington-developers mailing list >> > > Bod...@li... >> > > https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > > >> > >> > >> > -- >> > m.cha3l >> > >> >> >> -- >> m.cha3l >> > > > -- > m.cha3l > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > --=20 Sean Mehan Head of e-Frameworks Learning and Information Services UHI |
From: M T. <m....@gm...> - 2006-06-21 15:05:07
|
:D On 21/06/06, Sean Mehan <se...@sm...> wrote: > who can fix this? > > thanks, jon! > > > s > > > <quote who="M Thomas"> > > I've also notice that there are errors with image properties in the > > latest version. See screen captures. > > > > M. > > > > On 21/06/06, M Thomas <m....@gm...> wrote: > >> It's fine on v2.6 but on the version that Aggie sent me I get black > >> icons... > >> > >> M. > >> > >> On 21/06/06, M Thomas <m....@gm...> wrote: > >> > I'm wrong... :D deleting the gifx fixed it but that would as it is the > >> > file that tells the processgif what to do with the gif. > >> > > >> > Hmmmm > >> > > >> > M. > >> > > >> > On 21/06/06, Colin Tatham <col...@ou...> wrote: > >> > > M Thomas wrote: > >> > > > I've believe that the problem might lie somewhere in the process > >> gif > >> > > > servlet and how it processes the gif files. > >> > > > I noticed that there are 2 whites in all them, both are RGB 255 > >> 255 > >> > > > 255, which I thought might be causing the servlet a problem. > >> > > > >> > > By 'them' do you mean all of the *gif* files? > >> > > > >> > > > So I edited the palette and changed the 2nd white to be RGB 254 > >> 254 > >> > > > 254, checked the transparency was still in place and saved them. > >> I > >> > > > then stopped the web server, deleted all the gifx files and > >> restarted > >> > > > the web server. > >> > > > >> > > Does that mean the gifx files are unnecessary, or generated > >> dynamically? (I didn't think either was > >> > > true...) > >> > > > >> > > > This seems to have solve the problem. > >> > > > >> > > That's odd. I've got an old version of Bod from Dec 2005 on a > >> laptop, and it doesn't have the > >> > > problem. I subsequently downloaded a newer version on the same > >> machine, and it has the problem -- so > >> > > what changed? > >> > > > >> > > Colin > >> > > > >> > > > On 21/06/06, Colin Tatham <col...@ou...> wrote: > >> > > > > >> > > >>Anyone else seeing the bug where the icons in the top frame change > >> colour once you go down a level > >> > > >>from the root? > >> > > >>The icon size in the menu also seems to be fixed to small, > >> regardless of the setting in the resource > >> > > >>properties at the root... > >> > > >> > >> > > >> > >> > > >>Colin > >> > > >> > >> > > >> > >> > > >>-- > >> > > >>____________________________________ > >> > > >>Colin Tatham > >> > > >>VLE Team > >> > > >>Oxford University Computing Services > >> > > >> > >> > > >>http://www.oucs.ox.ac.uk/ltg/vle/ > >> > > >>http://bodington.org > >> > > >> > >> > > >> > >> > > >>_______________________________________________ > >> > > >>Bodington-developers mailing list > >> > > >>Bod...@li... > >> > > >>https://lists.sourceforge.net/lists/listinfo/bodington-developers > >> > > >> > >> > > > > >> > > > > >> > > > > >> > > > >> > > > >> > > -- > >> > > ____________________________________ > >> > > Colin Tatham > >> > > VLE Team > >> > > Oxford University Computing Services > >> > > > >> > > http://www.oucs.ox.ac.uk/ltg/vle/ > >> > > http://bodington.org > >> > > > >> > > > >> > > _______________________________________________ > >> > > Bodington-developers mailing list > >> > > Bod...@li... > >> > > https://lists.sourceforge.net/lists/listinfo/bodington-developers > >> > > > >> > > >> > > >> > -- > >> > m.cha3l > >> > > >> > >> > >> -- > >> m.cha3l > >> > > > > > > -- > > m.cha3l > > _______________________________________________ > > Bodington-developers mailing list > > Bod...@li... > > https://lists.sourceforge.net/lists/listinfo/bodington-developers > > > > > -- > Sean Mehan > Head of e-Frameworks > Learning and Information Services > UHI > > > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |
From: Jon M. <jo...@te...> - 2006-06-21 15:46:21
|
I've been taking a look at it. It seems to happen after one has set colour preferences and then set them back to default. I dont think the problem is anything to do with the servlet that processes the GIFs, I think its the code that generates the appropriate URL to the GIF. To be more specific, the URL has a query string which tells the GIF processing how to do its work. I think its that query string that may be going wrong. In my installation I can see different query strings in the top frame compared to the menu of resources frame which isn't right. Now, shall I carry on with my testing programme or divert my efforts to this bug? Hmm.... Jon M Thomas wrote: > :D > > On 21/06/06, Sean Mehan <se...@sm...> wrote: > >> who can fix this? >> >> thanks, jon! >> >> >> s >> >> >> <quote who="M Thomas"> >> >>> I've also notice that there are errors with image properties in the >>> latest version. See screen captures. >>> >>> M. >>> >>> On 21/06/06, M Thomas <m....@gm...> wrote: >>> >>>> It's fine on v2.6 but on the version that Aggie sent me I get black >>>> icons... >>>> >>>> M. >>>> >>>> On 21/06/06, M Thomas <m....@gm...> wrote: >>>> >>>>> I'm wrong... :D deleting the gifx fixed it but that would as it is the >>>>> file that tells the processgif what to do with the gif. >>>>> >>>>> Hmmmm >>>>> >>>>> M. >>>>> >>>>> On 21/06/06, Colin Tatham <col...@ou...> wrote: >>>>> >>>>>> M Thomas wrote: >>>>>> >>>>>>> I've believe that the problem might lie somewhere in the process >>>>>>> >>>> gif >>>> >>>>>>> servlet and how it processes the gif files. >>>>>>> I noticed that there are 2 whites in all them, both are RGB 255 >>>>>>> >>>> 255 >>>> >>>>>>> 255, which I thought might be causing the servlet a problem. >>>>>>> >>>>>> By 'them' do you mean all of the *gif* files? >>>>>> >>>>>> >>>>>>> So I edited the palette and changed the 2nd white to be RGB 254 >>>>>>> >>>> 254 >>>> >>>>>>> 254, checked the transparency was still in place and saved them. >>>>>>> >>>> I >>>> >>>>>>> then stopped the web server, deleted all the gifx files and >>>>>>> >>>> restarted >>>> >>>>>>> the web server. >>>>>>> >>>>>> Does that mean the gifx files are unnecessary, or generated >>>>>> >>>> dynamically? (I didn't think either was >>>> >>>>>> true...) >>>>>> >>>>>> >>>>>>> This seems to have solve the problem. >>>>>>> >>>>>> That's odd. I've got an old version of Bod from Dec 2005 on a >>>>>> >>>> laptop, and it doesn't have the >>>> >>>>>> problem. I subsequently downloaded a newer version on the same >>>>>> >>>> machine, and it has the problem -- so >>>> >>>>>> what changed? >>>>>> >>>>>> Colin >>>>>> >>>>>> >>>>>>> On 21/06/06, Colin Tatham <col...@ou...> wrote: >>>>>>> >>>>>>> >>>>>>>> Anyone else seeing the bug where the icons in the top frame change >>>>>>>> >>>> colour once you go down a level >>>> >>>>>>> >from the root? >>>>>>> >>>>>>>> The icon size in the menu also seems to be fixed to small, >>>>>>>> >>>> regardless of the setting in the resource >>>> >>>>>>>> properties at the root... >>>>>>>> >>>>>>>> >>>>>>>> Colin >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> ____________________________________ >>>>>>>> Colin Tatham >>>>>>>> VLE Team >>>>>>>> Oxford University Computing Services >>>>>>>> >>>>>>>> http://www.oucs.ox.ac.uk/ltg/vle/ >>>>>>>> http://bodington.org >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Bodington-developers mailing list >>>>>>>> Bod...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>> -- >>>>>> ____________________________________ >>>>>> Colin Tatham >>>>>> VLE Team >>>>>> Oxford University Computing Services >>>>>> >>>>>> http://www.oucs.ox.ac.uk/ltg/vle/ >>>>>> http://bodington.org >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Bodington-developers mailing list >>>>>> Bod...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>>>>> >>>>>> >>>>> -- >>>>> m.cha3l >>>>> >>>>> >>>> -- >>>> m.cha3l >>>> >>>> >>> -- >>> m.cha3l >>> _______________________________________________ >>> Bodington-developers mailing list >>> Bod...@li... >>> https://lists.sourceforge.net/lists/listinfo/bodington-developers >>> >>> >> -- >> Sean Mehan >> Head of e-Frameworks >> Learning and Information Services >> UHI >> >> >> _______________________________________________ >> Bodington-developers mailing list >> Bod...@li... >> https://lists.sourceforge.net/lists/listinfo/bodington-developers >> >> > > > |
From: Sean M. <se...@sm...> - 2006-06-21 16:05:43
|
Aggie, is this because of not fixing the new icons that you uploaded? s <quote who=3D"M Thomas"> > It's fine on v2.6 but on the version that Aggie sent me I get black > icons... > > M. > > On 21/06/06, M Thomas <m....@gm...> wrote: >> I'm wrong... :D deleting the gifx fixed it but that would as it is the >> file that tells the processgif what to do with the gif. >> >> Hmmmm >> >> M. >> >> On 21/06/06, Colin Tatham <col...@ou...> wrote: >> > M Thomas wrote: >> > > I've believe that the problem might lie somewhere in the process g= if >> > > servlet and how it processes the gif files. >> > > I noticed that there are 2 whites in all them, both are RGB 255 25= 5 >> > > 255, which I thought might be causing the servlet a problem. >> > >> > By 'them' do you mean all of the *gif* files? >> > >> > > So I edited the palette and changed the 2nd white to be RGB 254 25= 4 >> > > 254, checked the transparency was still in place and saved them. = I >> > > then stopped the web server, deleted all the gifx files and >> restarted >> > > the web server. >> > >> > Does that mean the gifx files are unnecessary, or generated >> dynamically? (I didn't think either was >> > true...) >> > >> > > This seems to have solve the problem. >> > >> > That's odd. I've got an old version of Bod from Dec 2005 on a laptop= , >> and it doesn't have the >> > problem. I subsequently downloaded a newer version on the same >> machine, and it has the problem -- so >> > what changed? >> > >> > Colin >> > >> > > On 21/06/06, Colin Tatham <col...@ou...> wrote: >> > > >> > >>Anyone else seeing the bug where the icons in the top frame change >> colour once you go down a level >> > >>from the root? >> > >>The icon size in the menu also seems to be fixed to small, >> regardless of the setting in the resource >> > >>properties at the root... >> > >> >> > >> >> > >>Colin >> > >> >> > >> >> > >>-- >> > >>____________________________________ >> > >>Colin Tatham >> > >>VLE Team >> > >>Oxford University Computing Services >> > >> >> > >>http://www.oucs.ox.ac.uk/ltg/vle/ >> > >>http://bodington.org >> > >> >> > >> >> > >>_______________________________________________ >> > >>Bodington-developers mailing list >> > >>Bod...@li... >> > >>https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > >> >> > > >> > > >> > > >> > >> > >> > -- >> > ____________________________________ >> > Colin Tatham >> > VLE Team >> > Oxford University Computing Services >> > >> > http://www.oucs.ox.ac.uk/ltg/vle/ >> > http://bodington.org >> > >> > >> > _______________________________________________ >> > Bodington-developers mailing list >> > Bod...@li... >> > https://lists.sourceforge.net/lists/listinfo/bodington-developers >> > >> >> >> -- >> m.cha3l >> > > > -- > m.cha3l > > > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > --=20 Sean Mehan Head of e-Frameworks Learning and Information Services UHI |