View Single Post
  #3  
Unread 02-03-2005, 11:02 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

"images/" is what's called a relative reference. In theroy the UI looks for a child object named "images". I'm guessing the UI is smart enough to know some paramaters are only refering to external images and looks in the images directory, but on many things it doesn't know if you're refering to a child UI object or the images directory.

"/images/" is what's called a root reference. The begining slash tells the UI to go to the root first, then look for a child named "images". Presumably it understands all root references to "images" as an external directory reference. Might get confused if you made a page off of root called "Images".

Source appears to be reserved for ImageFrames.

SourceResourse appears to be used for every other image reference /shrug.

Probably just a coding inconsistancy in the rendering engine.

Last edited by Zonx : 02-03-2005 at 11:21 AM.
Reply With Quote