Hello Samuel,
No; it's not a problem with your webcam, Samuel, don't worry about that. The possible problem is we play with the video size in order to made the video capture. This information is only available at runtime, and the captured image size is the same than the video one. However, if we need to shown the captured image (not always needed) and we use for that an Image control (that's the way) then probably the image appear not well scaled, since the Image control sizes may is not the same than the video/captured image size.
If we maintain the application without scaling there the problem is reduced. However, I want to put available in runtime the video size (width and height) in a couple of new WebCam control variables. Then may we can use such information along the "SetStyle" action to set, if we wanted, the size of the Image control. I will inform here when this update are available Samuel.
If you need more help or have any further question, please, post it here.
P.S. Below we can see a capture of the WebCam sample application running here in my system, with a "Fake camera" program, just for another comparison.
Hello Shudir,
First of all thanks very much for your interest in my work at Small Editor. Certainly you found a bug in the program that I want take a look. In fact the about dialog "Unregistered" link put us to the program's website. You can purchase a new license of Small Editor from the below link:
https://www.decsoftutils.com/store
If you have any further question, please, don't hesitate to post it here or just contact me.
Hello Ade,
No problem. In fact this thread may can help to anyone in a similar situation. Maybe more common than can appear!
Hello Ade,
Are you trying to use an action into the designer? Actions are intended for the code editor Ade! What you really wanted (if I am not wrong) is to use a Timer control to be placed into the designer. If so, you must use the "Tools" dock panel and not the "Actions" dock panel.
Hello Joseph,
I am try to understand what you wanted, however, it's difficult (at least to me) to offer a possible solution, because I can't figure exactly about what we are talking about. Please, Joseph, can you provide (attach it here) a minimum app sample in order to try it?
Hello,
David is such a good person, he helped me fix my problem.
The best support I have ever seen.
David, App Builder is now working 100% and IE and Edge now work as well.
Mike
Good to know finally you got it! Thanks for your kindly words Mike!
Hello,
I never uses it before, but, ok. Go ahead!
Hello,
In a bit. Eating dinner right now.
Mike
Maybe we need to get in touch tomorrow... here is too late... anyway I wait a little until end some other tasks.
Hello Mike,
Please, download Team Viewer and write me an email telling your ID and password. Doing that I can connect to your computer to take a look personally. Do you wanted that?
Hello Mike,
Ok. This is quite rare. Please, uninstall App Builder (of course take care with your apps project files) and assert you delete their installation directory (by default at "C:\Program Files\David Esperalta\AppBuilder"). Then download the program again from the below link:
https://www.decsoftutils.com/download/appbuilder
Next, install the downloaded release, choose one of the included samples and try to debug it. If the problem persist, please, tell me.
Hello Mike,
First of all, sorry for the inconveniences. Certainly a past AB release introduce certain error with the updater, which put us in the situation of download the new release manually. The error is fixed, then, if you are downloaded the current version, then you can continue using the updater for the newest releases.
About the problem with the localhost... I did not remember any change in App Builder around that. Maybe the problem is caused if you have running another local HTTP server in your computer. App Builder uses their own HTTP server for debugging, and they can enter in conflict with others, if uses the same port.
Take a look at the App Builder program's options. Look for the Debugger tab and then try to change the default "9999" port to other like "9998". Close App Builder and start it again. If the problem persist, please, provide me a capture of the application with the error. And anyway take a look at other HTTP servers running in your computers and what port they uses.
P.S. Maybe you don't remember to install a pure HTTP server like Apache or other, however, note than programs like the NetBeans IDE, Android Studio and others can setup an HTTP server for their work.
Hello Mike,
I think the HttpExecute action usage is not correct, since they expect the name of an HttpClient control. On the other hand, the IFrame control allow us to shown certain URL in an IFrame, and we must use the IFrame Url variable to do it, for example:
About the DropDown control, we must act with the above in the mind, that is, check the user's choosed item and set the IFrame Url accordingly.
Hello Marcel,
Of course you can use certain kind of password access to an application's view, however, you can't guarantee no body take the application's code and change their behaviour in order to access such application's view. This is not an App Builder problem, but, something that occur in any HTML5 client side application.
So you can do it, Marcel, and probably someone like my mom never discover how to change the app's code, etc., and therefore never enter in the "secret app's view". However anyone who really wanted it... and put certain efforts... probably can do it, and then your "secret app's view" can be viewed.
Hello,
Thanks Samuel! You are very kind. :)
Hello Jopseh,
Take a look at the IfEx action help reference. We must write something like this:
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.