Re: [Axapta-Knowledge-Village] Multiple Image of a Item

2006-02-06 Thread sunil padhy
Thanks, Sunil --- kumar gaurav <[EMAIL PROTECTED]> wrote: > hi sunil, > > can you please eloborate that the angle of > rotation has to be fixed or it is variable. > if it has to be be fixed and only few frames has > to be considerd than u can store all the possible > images and displa

SV: [Axapta-Knowledge-Village] Multiple Image of a Item

2006-02-06 Thread Steen Andreasen
You could use the system class Image to show your image in a window control. The class Image has the method rotate() which takes degrees as parameter. Take a look at the form tutorial_window on how to implement a window control using the Image class. Best regards, Steen Andreasen

Re: [Axapta-Knowledge-Village] Multiple Image of a Item

2006-02-06 Thread kumar gaurav
hi sunil, can you please eloborate that the angle of rotation has to be fixed or it is variable. if it has to be be fixed and only few frames has to be considerd than u can store all the possible images and display them according to the requirement. hope it will help bye Ku

[Axapta-Knowledge-Village] Multiple Image of a Item

2006-02-05 Thread sunil padhy
Hi All, i want to rotate the image according to click the links. For example :- There should be some link needed in a form so that the picture should rotate according to that, For example if i have 4 links like top,buttom,left right) then according to that the image will be rotate. 1) How can i