Posts by mianhuat
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
Clickteam.
-
-
-
-
-
-
-
Using MMF is very not easy to learn to do a auxiliary tool to fill in data in the Web page, but met this bug: is the Web page in a display date calendar box, click the date to jump to the corresponding data page, a normal situation is "XXXX - xx - xx" use "Web Object" now browsing, speculation does not support this date format, then displayed as "Nan", result in the page can not jump.
I wonder if there is a solution?
(PS: The website is not maintained by myself) -
I tried and tried and Finally got the hang of it!
I'll just write the variable assignment to the EditBox:
Edit: Set the text to "var abc =" + StrAtXY(" array data ", 15, 18)Then execute the text content in the "Web Control Object" to declare variables and assign values:
Web Control Object : Do Scripts Edittext$( "edit" ) with ""Finally, the array data is filled into the "input" of the web page:
Web Control Object : Do Scripts "ipmain.document.getElementById('pressureMin16').value=abc" with ""Not easy, not easy!
To learn! -
-
-
"ipmain.document.getElementById('pressureMax16').value=StrAtXY( 'array', 15, 18 )"
I can't write it this way. I can't get it.Even if you put it in the parameters, it doesn't work
===========================
I've tried this :Web Control Object : Do Scripts "<script>
function input_value(x,y)
{
Alert (x, y);
Ipmain. Document. GetElementById (x). The value = y;
}
</script>" with "pressureMax16" + StrAtXY(" factory-wide data ", 15, 18)It won't work either
---------
Ps :Ipmain is the variable I declared in the Do script on the previous line. It stores the parent frame page.
It works when it's just a simple assignment.
Such as:"ipmain.document.getElementById('pressureMin16').value='666'" with ""
=======================
And the "Web Control Object" (Read Total Elements Type ="INPUT") doesn't seem to get the Elements in the nested frame page -
-
But this only works in the Android emulator, it compiles the APK, runs it on the phone, hits it and doesn't respond.
Later, I used Web Control Object, which was written differently and also ran successfully.
However, I need to be able to run in Android phone, "Web Control Object" does not support Android environment.
Does this syntax need to be changed to the Android environment? -
Through research and study, I have learned!
======================* Button login is clicked
WebView2 : Execute Snippet="document.getElementsByTagName('input')[1].value='loginname'" with Arguments=""
WebView2 : Execute Snippet="document.getElementsByTagName('input')[2].value='pass'" with Arguments=""
WebView2 : Execute Snippet="loginIn()" with Arguments="" -
This is to solve the problem: browsing specific work pages on Android requires a lot of digital data input. It is very inconvenient to use the pop-up soft keyboard, so I want to use the control button to make a digital keyboard, so as to input data more easily.
Include the following questions:
1. How do I get the ID of the focus input box?
2. How to get a number into the input box?Extension questions:
Can data from Fusion's array controls be automatically filled into the web input field with one click? -
There's nothing wrong with the path, I set it up deliberately.
According to your hint, I reinstalled the API 29 SDK, and I set GRADLE_USER_HOME, which was not set before (suspect related to this).
Android Studio has downloaded a few more Jars that appear to be related to the phone this time.Now, it's finally working!Compile successfully!Excited!
Thanks for your help! -
-
> Configure project :app
WARNING: The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported> Task :app:preBuild UP-TO-DATE
> Task :app:preDebugBuild UP-TO-DATE
> Task :app:compileDebugAidl NO-SOURCE
> Task :app:compileDebugRenderscript NO-SOURCE
> Task :app:generateDebugBuildConfig
> Task :app:generateDebugResValues
> Task :app:generateDebugResources
> Task :app:mergeDebugResources FAILED
> Task :app:javaPreCompileDebugFAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDebugResources'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.android.support:support-v4:27.1.1.
Required by:
project :app
> Could not resolve com.android.support:support-v4:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:support-v4:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:support-v4:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:support-v4:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:appcompat-v7:27.1.1.
Required by:
project :app
> Could not resolve com.android.support:appcompat-v7:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:appcompat-v7:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:appcompat-v7:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request
> Could not resolve com.android.support:appcompat-v7:27.1.1.
> Could not get resource 'Please login to see this link.'.
> Could not GET 'Please login to see this link.'. Received status code 400 from server: Bad Request* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at Please login to see this link.
BUILD FAILED in 1s
4 actionable tasks: 4 executed -
-