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
1. DropDownOffset (please have a look on attached picture)
When I scroll down, it creates a gap between WebCombo and Resultbox (ContentMode: IFrame)
2. WebDialogSize
I shows the DialogBox with following Code on ClientSideEvent:
function StartOrder() { var dlg = ISGetObject("wdb"); SetDialogBox(dlg, "Auftrag starten..."); dlg.SetContentURL("ProductionStart.aspx"); dlg.ControlBoxImage = ""; dlg.Width = "450px"; dlg.Height = "395px"; dlg.ShowDialog(); return true; }
function ManuallyErrorAdd() { var dlg = ISGetObject("wdb"); SetDialogBox(dlg, "Fehler manuell hinzufügen..."); dlg.SetContentURL("ManuallyError.aspx"); dlg.ControlBoxImage = ""; dlg.Width = "450px"; dlg.Height = "600px"; dlg.ShowDialog(); return true; }
Please note that I define Height and Width both times. The WebDialogBox is always displayed with the size that i first set!
Why? Do I need a separate WebDialogbox for each content?
Thanks Michael
Hello Michael,
I am unable to replicate your issue but we can suggest a workaround for WebCombo ResultBox issue. Please refer into this link. You can customize the position of the ResultBox in OnshowDropDown client side events.
Regards,Handy
Hi Handy
Sorry for the late reply.
1. DropDownOffset
Now I send you a sample. So I hope you are able to replicate the issue. It's importent that the vertical scroll bar appears and you scroll down. The offset will be greater, if you more scroll down!
I did't mean the size of resultbox! I can't resize the WebDialogbox dynamicly.
3. No input possible on WebInput Control
In this sample you can also replicate an other issue. It's not possible to type some text into WebInput, if these located in a content of WebDialogbox. There is already open a Thread. To test this issue, please click on Button "Show DialgoBox" and activate the second WebInput Control. It's only possible by clicking on "Insert Text"!
4. No border is showing
Why is shown below and right no border? overlapping content?
Thanks for your help!
Michael
Hi Michael,
I am able to replicate the issue in here and forwarded the issue to our developer teams. Thanks for your sample. FYI, this issue caused by XHTML doctype. If you remove XHTML doctype and used HTML doctype, all the render include WebCombo, would be fine.However, it is not because we don't support XHTML. When use XHTML doctype, you will need to define your styles manually for the render issue. E.g Open our WebDesktopSample and try to use our XTHML WebDialogBox sample. The render is fine because we define the styles.If I used those sample, WebDialogBox can be used well. But unfortunately, ResultBox position issue still persists. It seems there is an issue because it loads IFrame and your <p> cause vertical scrollbar in browser.
Hello,
We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change ResultBoxType into normal.Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.
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