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,
Iam trying to change the webcombo status bar text "Ready" to Loading......
i have tryied setting the below property but its not working.. can you help me out on this.
<LayoutSettings TextSettings-LoadingText="Loading..." >
</LayoutSettings>
Hi Yudi,
I am using the below code to change status bar text, its working fine.
var comboStatusId = "ctl00_MainContent_" + comboId + "_spstatus";
var status = document.getElementById(comboStatusId).innerText;
if (status == "Ready.")
document.getElementById(comboStatusId).innerText = "Loading...";
Thank you for your response.
Issue while editing WebGrid...
I have one more issue while editing first row of webgrid the row is moving to left.
attached are snap shots of editing first row and second row.
while editing first row its moving to left. while editing second row everything is currect.
Can you please me out on this.
You can try to do this by using OnShowDropDown client-side event of WebCombo. The snippet code below shows how to set status bar text "Ready." to "Loading..."
function WebCombo1_OnShowDropDown(controlId, left, top, width, height) { var wc1 = ISGetObject("WebCombo1"); WC40Engine.SetStatus(wc1, "Loading..."); }
Hope this helps.
The Above code is not working. If i use WC40Engine.SetStatus(wc1, "Loading..."); in drop down funtion it gives the following error.
{if(!d.LayoutSettings.StatusBoxVisible){return}if(d.ResultBox){var b=d.ResultBox.document.getElementById(d.Name+"_spstatus");b.innerText=a}},
ERROR: Unable to get property 'StatusBoxVisible' of undefined or null reference
I enclosed a working copy of your scenario as attachment (SetStatusBarText_Sample.zip): to set status bar text of WebCombo.
There are three options that you can use to achieve the scenario. Feel free to let me know if you still have difficulties to get the sample works.
I am using the below code to change status bar text, its working fine.var comboStatusId = "ctl00_MainContent_" + comboId + "_spstatus";var status = document.getElementById(comboStatusId).innerText; if (status == "Ready.") document.getElementById(comboStatusId).innerText = "Loading...";Thank you for your response.
var comboStatusId = "ctl00_MainContent_" + comboId + "_spstatus";var status = document.getElementById(comboStatusId).innerText; if (status == "Ready.") document.getElementById(comboStatusId).innerText = "Loading...";
Glad to know that you are now able to change the status bar text by using the above snippet code.
I have one more issue while editing first row of webgrid the row is moving to left....
I have checked that a new thread, "Issue while editing first row of WebGrid.."the row is moving to left".", has been created which discuss this issue.
I will close this thread which discuss about how to set status bar text of WebCombo and respond to the new thread.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into the forum. We would be happy to assist you again.
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