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 fully uninstalled the software (I did not do an upgrade and don’t forget to delete your license keys first) and then rebooted, then downloaded the newest version from dev2.intersoftpt.com with the last postdate of 1/12/2011. I then installed the newest version. After that I still had to go to the registry and delete Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Intersoft Solutions\ since the uninstaller did not remove it. After that I was working again.
Ok, i got it to work, thank you. The only issue that i have is to find the Original support documentation on webdesktop, the one that looked like Microsoft documentation. That had all the methods.
Thanks
HI, The code above is causing an error object expected. I can no longer find the support page for web desktop that shows me all the methods so I can not figure out the answer. http://support.intersoftpt.com/ is the support page, but where is the methods located?
Can you help me find the code to fix this issue and point me to the old support information?
I spoke to quick.
The above fix did let me put my key in the License Manager and all is good there. Now when I go to use the controls I get the screen that says "this software is running in trial mode" I have the correct key in License manager and I have already added my licenses.islicx.
Now what do i do :(
andre
Interesting..... but it worked.
thank you
Hello, I totally uninstalled Intersoft and reinstalled it and still have the same issue.
The first time when I had the issue I used the full installer, this time I used the web installer. I am still getting the old screen that will not allow me to use my clientui key.
Also, Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intersoft Solutions\ClientUI\4.0.5000 is found in my registery.
Also,
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intersoft Solutions\ClientUI\4.0.5000 is found in my registery.
Can you email me the correct .exe? please Zip it up since my email will block the .exes
Hi thank you. It appears the upgrade didn't upgrade correctly. I will have to uninstall and start all over.
The file, ISNet.WebUI.LicenseManager.exe, should be available and has 204 KB in Size and has 2010, August 31 05:40 PM in the “Date modified” property.
Mine says August 31, 2010, 6:40:02 AM. Product Version 3.0.5000.500 Maybe I downloaded the install before you updated it. I will download a new version and try again.
hmm, seems that a reboot fixed it. I guess just a bug in VS 2010.
HI, just one more question. using the code:
private void UXStackButton1_Drop(object sender, Intersoft.Client.UI.Controls.Interactivity.DragEventArgs e) { DragDropEventData data = e.Data as DragDropEventData; if (data != null && !data.Cancel) { if (data.Sender.IsRemove()) { MessageBox.Show("The item is removed."); } else MessageBox.Show("The item is moved."); } }
How do i find what element was deleted?
I have created my own template and i have added a Navigation button. on click to find the sender of the click event i use this. UXNavigationButton s = sender as UXNavigationButton; var ss = s.DataContext as myobject; but the code you sent me the sender is the stack button. I need to know find what control was removed so I an update the database. thanks
UXNavigationButton s = sender as UXNavigationButton; var ss = s.DataContext as myobject;
but the code you sent me the sender is the stack button. I need to know find what control was removed so I an update the database. thanks
Thank you
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