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
Hello Thomas,
Glad to hear the good news.
Should you need further assistance or run into any problems regarding our controls, feel free to contact us through our live chat service or post it into our forum. We would be happy to assist you again.
You can find in live demo of the webinput, that the keyboard controls "Ctrl+c" and "Ctrl+v" dont seem to work, any help regarding this context would be great.
I re-test the copy and paste problem with the following detail:
and was unable to replicate the reported problem in my local end (if required, I can provide a video). Copy and paste using the keyboard controls, Ctrl+C and Ctrl+V, works without a single problem.
Does this issue only happen in WebInput control or does this also occur in other programs like "Notepad"? If this happen on other application then you might want to try to uninstall your keyboard driver and restart your computer (as suggested in here and here).
Please find WebSite_MovingToTheLeft.zip and Video_FirstRowIsMovingToTheLeft.zip in the attachment.
Please extract WebSite_MovingToTheLeft.zip file and open it as Web Site (File > Open > Web Site...) in Visual Studio. Everything (Intersoft's assemblies, configuration, etc) has been added so that you can test the page as simple as view EditingFirstRowIsMovingToLeft.aspx page in browser.
Please refer to Video_FirstRowIsMovingToTheLeft.zip which shows how the test was conducted on my local end using WebSite_MovingToTheLeft and IE 11 browser. As shown in the video, the reported problem is not reproducible.
But in my Application we are using below line...<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
But in my Application we are using below line...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
The above changes has been applied to the page. Please feel free to let me know if you have different results.
Please find the attached video file in WebInputCopyPaste.zip file. The video shows how copy-paste from WebInput 5 to various browsers - IE 11, Chrome 51.0, Mozilla Firefox 47.0, and Opera 37.0 - (and vice versa) works without problem.
Please feel free to let me know if you find anything that I might miss during my attempt to reproduce the reported problem.
I created a simple page containing WebGrid based on the provided screenshot. I was unable to reproduce the reported problem in my local end using my simple sample. Row is not moving to the left while editing the first row.
The test was performed by using:
I enclosed my sample (as attachment) for your reference. Please modify my sample and send back to us to be investigated further.
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.
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.
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.
Sorry for the delay in sending this.
This problem only happen when HideSearchBarInitially is true.It has been forwarded to Crosslight development team to be investigated further. It is filed under CROS-1148.
I will keep this thread updated when the nightly-build hotfix is available to be evaluated.
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.
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.
I have news related to CROS-1109.
Recently, there are commits in the Sync-Sample (data-os-sync-pns repository) which fix the problem reported under CROS-1109.
I have tested these commits with Crosslight nightly-build 662-experimental and found that the message: "Unfortunately SyncSample.Android.Material was stopped" is no longer persist after user do the following actions:
Should you have different result, please feel free to let me know.
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