Posts by DecSoft

Show threads by DecSoft
3355 posts found, page 131 of 224

DecSoft (In thread: Register App Builder after a major release)

Hello Otacilio,

Hi.

I'm a new user of App Builder and I have some issue that perhaps someone can help me. I had acquired a license and installed App Builder without problems. I used the registration code and worked flawless for some days, but after update the App Builder using Web Update, the license is not working anymore. I tried applying for the license several times, reinstall the old version and the new version and still not registering.

If someone can help me, I will be more then happy.

Thanks for your time

Please, follow the instructions that you receive when purchase App Builder in order to access to your DecSoft's customer area. You can also read this DecSoft's blog entry:

https://www.decsoftutils.com/blog/your-decsoft-customer-area

You must enter in your DecSoft's customer area in order to get your current product license. If you have any problem while try to access to your DecSoft's customer area, please, tell me. Contact me directly if you wanted using the DecSoft's contact form, for example.


DecSoft (In thread: Can I call other control's Event?)

Hello to all,

Thanks will do! - that Javascript may also come in very handy as an alternative to the 'Label for' also... :)

You're welcome Alex!


DecSoft (In thread: Can I call other control's Event?)

Hello Alex,

Thanks for your kindly words. Please, take a look at this app sample. In the sample you can see two things: how to use an Image control and their "z-index" CSS rule in order to place on top of certain Input File control. Doing this we no need to hide the Input File control, who can cause problems, as you know, in older browsers. The sample also show how we can launch the Input File "dialog" using a label and also programmatically using the Image control's Click event.

Hope that sample can be useful for you, Alex, and, please, don't hesitate to post any other questions you have.


DecSoft (In thread: Can I call other control's Event?)

Hello Alex,

The "connection" between a Label and an Input control (no matter if they are a File Input or any other) is the "for" attribute in the label element. That is, certainly is possible to add a label in an HTML control in that way, for example:

Note, however, that the Input File control is a bit special, in the sense that some browsers (the WebView on Android 4.x, for example) disallow to play with non visibles Input File controls. What you can do to pass around this is to place the Input File control(s) below than other controls (using the "z-index" CSS rule) in order to set it non visible, but wihout hide it completely.

Alex, at this point I am not sure if the above can be enough for you. Please, don't hesitate to post here any further questions that you have and I will try to help you. Almost always we can try several approachs to get what we wanted. For example, I am not sure why to use an HTML control here, since we can place any controls in a view in order to be "scrolled down": look a look at the "InputScroll" and "InputScroll2" samples.


DecSoft (In thread: Can I call other control's Event?)

Hello Alex,

Thanks for posting. I am not sure if can understand very well exactly what you wanted or need, since, you talk about files but also about the app's local storage. Please, in order to try to help you, can you say if what you want is to upload one or more files to an app's server? Did you know that we can already use more than one Input File control in an app's view?

Certainly, everything we can do in Javascript is also suitable in our AB applications, but, I am not sure if we really need some external JS here or what. Additionally, if you think that you can explain a little more what you need to do, maybe, in addition to some specific help, we can also start to think into another possible approach to do what you wanted.


DecSoft (In thread: Emplea2: another App Builder's use case)

Hello to all,

Wow! Amazing sample demo. Is it available for test?

Thanks edunt. Certainly the app is published and the company's workers are using it, but, this is an "in house" app, only the company's workers can register and use it. Maybe I can place some videos in the near future about how they works, but the app cannot be tested in a public way, only for the company's workers.


DecSoft (In thread: Emplea2: another App Builder's use case)

Hello to all,

Like they say... "a picture is worth a thousand words"... Outstanding work, thats how you sell a product. Congratulations!

Thanks for your kindly words Nelson! :-)


DecSoft (In thread: Un buen ejemplo de uso de App Builder de DecSoft)

¡Hola a todos!

Estoy muy orgulloso de presentarle un buen ejemplo de app desarrollada con App Builder de DecSoft.

¡Eche un vistazo al siguiente vídeo!

https://www.youtube.com/watch?v=GCXtpjWxdp4

¡Obtenga más información en el blog de DecSoft!


DecSoft (In thread: Emplea2: another App Builder's use case)

Hello to all!

I am very proud to present you a very good app sample developed with DecSoft's App Builder.

Take a quick look at the below video:

https://www.youtube.com/watch?v=GCXtpjWxdp4

Get more information and details in this DecSoft's blog entry!


DecSoft (In thread: Need Advice : logout when timeout)

Hello to all,

Hi David,
Hope you get well soon.

My question is, will idlestart and end work if username (login) details are stored on the database server and want user re-login when time is go out after re-open app when time is exceed.Like we use session in php.

I think that depends on your requeriments. For example, you can use the app's IdleStart event in order to perform some HTTP call to your app's server to perform the logout too. And/or the server can also implement certain kind of "automatic logout" mechanism too of course.


DecSoft (In thread: Need Advice : logout when timeout)

Hello edunt,

Thanks sir, I am not completely fine, but better. About your question, certainly I am not sure if can understand very well. Can you please explain a little more for me?


DecSoft (In thread: Need Advice : logout when timeout)

Hello to all,

Just for your information tin, maybe the app's IdleStart and IdleEnd events along with the IdleStart action can help you in some way? I think that the "IdleStart" action can represent a possible approach since we can establish a time, say some minutes, in order to fire the "IdleStart" app's event, so we can "logout" the user at that time.


DecSoft (In thread: Need Advice : logout when timeout)

Hello to all,

My apologies: I am not very good of health this last week. About your question, tin, do you remember we have app's events like "Pause" and "Resume"? Maybe you can start a Timer in the "Pause" event and then look for some "count" value in the "Resume" event?


DecSoft (In thread: Need Advice : logout when timeout)

Hello tin,

I am not quite sure about what exactly you need. But we must start from some point, then, what about the SetOption and GetOption actions? We can also use the cookies' related actions, but, personally, I save the user's login data into the local storate using the SetOption and GetOption actions. This actions works in all Cordova's platforms and also in the browsers. Please, if you refer to other thing, post here and I will try to help you.


DecSoft (In thread: Where is the samples uploaded/posted images and data saved?)

Hello to all,

I forget this thread... I only want to say, that, thanks to some more or less recent addition into the Camera control and the CameraDataToImage action, we can now send the Camera's captures as image files using an HttpClient control. Look at the "Camera5" sample to view this last stuff working. We can continue working with "Base64" strings, but, work with files is now possible too.

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.

This website uses cookies only to store your preferences.

Ok! Hide this note More information