iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I am using the WebDesktop and I have set the Shortcuts to be Movable through the shortcutsettings. After these shortcuts have been moved on the desktop I wish to persist there positions. I thought I could use SaveDesktopStateToXML but this doesnt work. Is there anyway I can get the positions of the shortcuts so that I can save them out and load them in later?
Thanks,
Dermot
Hello Demrot,
It seems you will need to get the element first and capture the offset element.
e.g
OnShortcutSelected clientside events, please use the code below.
var el=shortcut.GetElement();
If you debug, try to inspect the offset element (offsetTop and offsetLeft).
Hope this helps.
Regards,Handy
Hello Dermot,
If I am not mistaken, you can get the location of the shortcut. But first, you will need to get the shortcut object. I prefer you handle this at OnShortcutSelected clientside events.
var x=shortcut.Location.X; var y=shortcut.Location.Y;
Hi Handy,
Thanks for your reply, I had already seen this property but the location value for some reason doesnt seem to change. X and Y are always 0. I have decided to change my approach to the ordering of my shortcuts so I will not need anymore help with the above. I will not be using the movabale property anymore.
Demrot
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname