From: Kevin <ke...@ke...> - 2003-06-01 19:39:43
Attachments:
demo.template.imageframe.zip
|
Hi, I had a go with Raymond's TemplateManager to integrate with my Frame class. Things seem to work OK - using the same ideas as my new dynapi.gui.bordermanager-outer.html example. However we seem to have lost mouse events in NS4 when using templates. Any ideas? - Kevin. |
From: Raymond I. <xw...@ya...> - 2003-06-02 03:13:45
|
--- Kevin <ke...@ke...> wrote: > Hi, > > I had a go with Raymond's TemplateManager to > integrate > with my Frame class. Things seem to work OK - using > the > same ideas as my new > dynapi.gui.bordermanager-outer.html > example. Looks great! > .. However we seem to have lost mouse events > in > NS4 when using templates. Any ideas? In NS4 it's best to always use a layer to cover your widgets,etc. If you were to click near the edges of the images you'll see that the layers are receiving the click events. It's the image that's causing the problem. Just add a cover layer and it will be solved. -- Raymond Irving > - > Kevin. > > ATTACHMENT part 2 application/x-zip-compressed name=demo.template.imageframe.zip __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |
From: Kevin <ke...@ke...> - 2003-06-02 20:21:17
|
"Raymond Irving" <xw...@ya...> wrote: > --- Kevin <ke...@ke...> wrote: > > Hi, > > > > I had a go with Raymond's TemplateManager to > > integrate > > with my Frame class. Things seem to work OK - using > > the > > same ideas as my new > > dynapi.gui.bordermanager-outer.html > > example. > > Looks great! > > > .. However we seem to have lost mouse events > > in > > NS4 when using templates. Any ideas? > > In NS4 it's best to always use a layer to cover your > widgets,etc. If you were to click near the edges of > the images you'll see that the layers are receiving > the click events. It's the image that's causing the > problem. Just add a cover layer and it will be solved. I'd appreciate an example of cover layers. Is this a redundant layer for all other browsers but neccessary for a clickable image in ns4. - Kevin > > -- > Raymond Irving > > - > > Kevin. > > > > > ATTACHMENT part 2 application/x-zip-compressed > name=demo.template.imageframe.zip > > > > __________________________________ > Do you Yahoo!? > Yahoo! Calendar - Free online calendar with sync to Outlook(TM). > http://calendar.yahoo.com > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-06-02 20:51:07
|
See Below: --- Kevin <ke...@ke...> wrote: > "Raymond Irving" <xw...@ya...> wrote: > > > --- Kevin <ke...@ke...> wrote: > > > Hi, > > > > > > I had a go with Raymond's TemplateManager to > > > integrate > > > with my Frame class. Things seem to work OK - > using > > > the > > > same ideas as my new > > > dynapi.gui.bordermanager-outer.html > > > example. > > > > Looks great! > > > > > .. However we seem to have lost mouse events > > > in > > > NS4 when using templates. Any ideas? > > > > In NS4 it's best to always use a layer to cover > your > > widgets,etc. If you were to click near the edges > of > > the images you'll see that the layers are > receiving > > the click events. It's the image that's causing > the > > problem. Just add a cover layer and it will be > solved. > > I'd appreciate an example of cover layers. Is this a > redundant layer for all other browsers but > neccessary > for a clickable image in ns4. Cover Layers are ordinary DynLayers that are used to cover the content of a widget/component. This is necessary for ns4 widget's to receive mouse events when an image is clicked inside the widget. Other browsers does not require the cover layers (in most cases). -- Raymond Irving > - > Kevin > > > > > -- > > Raymond Irving > > > - > > > Kevin. > > > > > > > > ATTACHMENT part 2 application/x-zip-compressed > > name=demo.template.imageframe.zip > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Calendar - Free online calendar with sync > to Outlook(TM). > > http://calendar.yahoo.com > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: eBay > > Get office equipment for less on eBay! > > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |