code: <Control xsi:type="ButtonControl" Id="BtnCake"> <Position Top="165" Width="20" Left="330"/> <Image> <Name>Icons\Ocations\msn-cake</Name> <Format>GIF</Format> </Image> </Control>
quote:Originally posted by c_clarky_89 thats so unfair
xml code:<?xml version="1.0" encoding="UTF-16"?> <Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd"> <Window Id="WndTest" Version="1"> <Attributes> <Caption>WndTest</Caption> </Attributes> <TitleBar> <Title> <Text>WndTest</Text> </Title> </TitleBar> <Position Width="100" Height="100"/> <DialogTmpl/> <Elements> <Element xsi:type="ImageElement" Id="ImgCake" Visible="true"> <Position Top="10" Left="10" Width="33" Height="39"> <Units>AllPixels</Units> </Position> <Attributes> <AllowAnimate>true</AllowAnimate> </Attributes> <Image> <Name>ImgCake</Name> <Format>GIF</Format> </Image> </Element> </Elements> <Controls> <Control xsi:type="ButtonControl" Id="BtnCake"> <Position Top="10" Left="10" Width="33" Height="39"> <Units>AllPixels</Units> </Position> <CustomLook/> <!-- Makes sure the button isn't shown at all or over the image --> </Control> </Controls> </Window> </Interfaces>
quote:Originally posted by c_clarky_89 THANK YOU, THANK YOU, THANK YOU, THANK YOU its woking
quote:Originally posted by c_clarky_89 i got a problem the images only move on my pc when i install it on another one they dont move