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 Safalta Manandhar,
This issue is still being fixed by our developer team and probably this issue will be fixed in January Hotfix. This issue had been added as work item #1436. I will let you know if I heard any news regarding this work item. Hope this helps.
Regards,Bernard
Hi Marshall,
It seems this problem hasn't been fixed in our latest hotfix. This issue has been queue in our Work Item #1626. I will let you know any news regarding this work item #1626. Hope this helps.
I can replicate this issue in our local end. Probably this issue happen because window scrollbar position. I have added this issue as Work Item #1626. I will let you know any news regarding this work item #1626. We are really sorry for this inconvenience and thank you for your valuable feedback.
Hi Roi,
That should do the trick also because WebDialogBox will be created during ShowDialog and you could add the mouseup handler in there. Hope this helps.
Hi,
There are 3 ways to change our images in each of our control. They are:
<ImagesSettings ButtonCenterActive="./btnCenter.png" />
function OnInitialize(controlId) { var combo = ISGetObject(controlId); combo.GetFrameElement().children[0].children[0].src = "./searchbutton.png"; }
.WG5-F{ background-image: url('/WebResources/Hello.png') !important; }
You could do these method on our control and please let me know if there is any scenario that you want to achieve using this method. Hope this helps.
Thank you for emailing me your runtime license keys. I have tried your license key here and I have replied it your message. Please look at my message and please let me know if this issue still persist in your local end. Look forward to hear any feedback from you so I can help you further.
For the issue number 1 and 2, you can solve this issue by attaching onmouseup event when dialogbox created on client side. In OnCreated event, you could add onmouseup event of frame element of dialogbox.
Here's the snippet code:
function OnCreated(controlId) { var dlgBox = ISGetObject(controlId); dlgBox.Window.GetWindowDivElement().onmouseup = function () { CheckLocation(); }; } function CheckLocation() { var dlgBox = ISGetObject('WebDialogBox1'); //prevent webdialogbox header missing when dragged to top if (dlgBox.Window.GetWindowDivElement().style.top.indexOf('-') != -1) { dlgBox.Window.MoveTo(parseInt(dlgBox.Window.GetWindowDivElement().style.left.replace('px', '')), 0); } //prevent move by move it to the center after move dlgBox.Window.MoveToCenterDesktopAbsolute(); }
Although it's not possible to allow minimize in your WebDialogBox when not integrated with WebDesktopManager because WebDialogBox and WebDesktopWindow has different behavior. So to achieve minimize scenario, there are no other way than integrate your WebDialogBox to WebDesktopManager. Hope this helps.
I think this issue happen because the assembly that you use and the license key and runtime license key doesn't match in your project. The assemblies that you mentioned above is right but you should check if your runtime license key in your web.config is the right one with the product and product version. Perhaps you should check the assembly by using the steps below
If this issue still persists in your local end after you did the steps above, please let me know your order reference number. I will help you to check your license key from here. Look forward to hear any feedback from you so I can help you further.
Could you let me know when is this issue appear in your local end? Is it on deployment or on development? I think some of your assemblies is not the latest one. You should update WebCombo and our framework assemblies to the latest one and you could get those assembly from the thread that I sent you before. Please also ensure if you put the right Runtime License Key for each product with the same version in web.config of your project. Please let me know if this issue still persist in your local end, I will gladly assist you to resolve this issue. Hope this helps.
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