Hi, I guess you mean access to an SD card. It is a permissions issue. It is not a bug or problem with WM, it is a requirement of Android since version 10. You must request permission to the user for the app to access the external content to the phone. Rubénby Rubén Sánchez - WinDev Forum
Hi. New Wx28 US update is available. Rubénby Rubén Sánchez - WinDev Forum
Hi, it's fixed with the new patch and using the new IgnoreError parameters. Rubénby Rubén Sánchez - WinDev Forum
Sorry Guenter, I did not realize that it was effectively in Spanish. I initially posted it in French on the PCSoft forum and something must have gone wrong when I posted it here. Thanks for the translation. I think the problem with HTTP is quite serious as there is no way to know if the server will be able to return the requested information. Yesterday I detected that for example if you do aby Rubén Sánchez - WinDev Forum
Hi. When something like this happens to me, the solution is very simple. Simply delete the <project>.cpl folder and the <project>.env file. With that you remove the current state of the IDE like open windows or similar. Rubénby Rubén Sánchez - WinDev Forum
Hi, I have an application that queries the content of some official sites to show it to users. Up until version 27, the HTTP functions and variables in WM and WD worked correctly. With version 28, apparently because they have upgraded to OpenSSL 3.0, this no longer works when querying many servers because they are not properly updated in their SSL handling. As a result, the query returns a statusby Rubén Sánchez - WinDev Forum
Hi. We have a new WX 27 version to download. Rubénby Rubén Sánchez - WinDev Forum
We can download the last Wx25 update ! Rubénby Rubén Sánchez - WinDev Forum
WX25 final version is available !!!by Rubén Sánchez - WinDev Forum
In the last versions of WM (I think I remember that in the change from WM23 to WM24) the calculation of the size according to the content using TextHeight was not done well. You can also use the Layout field. You define a field in each line of the layout and it takes care of increasing or decreasing the size according to the content. Greetings Rubenby Rubén Sánchez - WinDev Forum
Hi. Your error info say "OS : Windows 8 (6.2.9200)" Looking at i can see upgrades for W10 printing issues, but not for Wx22. Maybe you could ask PCSoft about it. VERSION 21 wd210prn.dll About :WINDEV Windows 10 Creators Update, preview, print This update contains a new management of the print preview. This update is required by the specificities of Windows 10 Creators Updatby Rubén Sánchez - WinDev Forum
Hi. In my computer is C:\WINDEV 24\Install\WDRServer\WX240PACKRSRV.exe Rubénby Rubén Sánchez - WinDev Forum
Hi. According to the help only the first parameter should be indicated, not the name of the application. Rubénby Rubén Sánchez - WinDev Forum
Hi. As I was saying, there is an example of the use of websockets, but it's in the 2017 PTO, and the example is for Windev. Greetings Rubenby Rubén Sánchez - WinDev Forum
Hi. The chat example works really well on WB24. Rubénby Rubén Sánchez - WinDev Forum
Hello. A .so library must be loaded using Java code. That's not what WM does for you. static { System.loadLibrary("<library name>"); } Can you call your library from Java? Then you must include the library in the generation process. You must also create Java functions in your application (such as Global Procedures) and interact with the library from thoseby Rubén Sánchez - WinDev Forum
Hello. In the images the width of the columns is not the same in the design and in reality. You cannot align a control with a column. Why don't you use the option to put accumulated in the columns of the table? Rubenby Rubén Sánchez - WinDev Forum
Hi. You can use SCM so synchronize the team work. When a developer make project changes, the changes will be shared. Rubénby Rubén Sánchez - WinDev Forum
Hi. Menu options? <window>._Menu.<menu option>..Visible = false Rubénby Rubén Sánchez - WinDev Forum
Hi. In the generation process you can indicate which files should be included in the APK. During the start of the application you must detect if the files are already in place and if they are not must extract them to the folder where they should be accessed using the function fExtractResource Rubenby Rubén Sánchez - WinDev Forum
Hi, why doesn't WM bring a DatePicker control for IOS? What should I use with WM in IOS to select a date on a form? Currently there is only that control for Android... Rubénby Rubén Sánchez - WinDev Forum
The steps are not complicated: 1) Define a group of Global Procedures. All Java procedures must be in global procedures. The procedure language is changed in the upper left corner of the procedure. 2) Java class procedures must be of Public Static type. 3) Calls to WLanguage procedures with CallWL functions can be made from Java procedures. See Attach image. Rubénby Rubén Sánchez - WinDev Forum
Hi. Look at this Its a sample i made time ago. It use alot of java procedures. Rubénby Rubén Sánchez - WinDev Forum
WM24 75t has 2 problems that for me (and I think for anyone they make it useless): a) Errors with the libraries (HF mostly) when using TargetSDK:28 (as required by Google). Notified to PCsoft in July and fixed with version 77. b) Intermittent errors using httprequest in Android 9. Often the application returns an error. Notified to PCSoft a month ago. I don't know if it has already beeby Rubén Sánchez - WinDev Forum
Hi. Also fixes in WM a problem of permissions for threads in Android 9 with TargetSDK:28 and the solution of the use of HF libraries in the same configuration Android 9 with TargetSDK:28 obligatory since August. Rubénby Rubén Sánchez - WinDev Forum
Hi. Apparently in the imminent new version of WM24 (at level 1 currently) the problem with the use of HF libraries with TargetSDK:28 (use required to upload applications to the Google store) is solved. At least no errors are shown in the device log. Rubénby Rubén Sánchez - WinDev Forum
Hi. It is a very good question. I haven't seen him in any other forum, English or French. Rubénby Rubén Sánchez - WinDev Forum
Hi. Since August 2019 you need to meet 2 new conditions to publish or update your applications: a) That the libraries used by the program (xxx.so) exist in 32 and 64 bits (b) TargetSDK is equal to 28 (formerly 26). For my WM24 meets both options but option b) gives execution errors. If the value is 26 it works without problems but if it is updated to 28 as Google requires the applicationby Rubén Sánchez - WinDev Forum