Posts by DecSoft

  • d
  • h
  • m
  • s
Show threads by DecSoft
3355 posts found, page 158 of 224

DecSoft (In thread: Can we use application's variables inside the Menu control's items?)

Hello fakie,

I am sorry, but, after take a look, apparently is not possible to get something exactly like you wanted at designtime. On the other hand, there is no problem to place a code like this to set the Menu's first item (for example) at runtime:


DecSoft (In thread: How do I populate a iFrame with a website)

Hello there,

My appologies.

I actually debuged and it worked well on the browser.

Since u already recommended the apache cordova i will try that.

But were u able to check the file i sent?

If the IFrame works in the debugger (web browser) I can't imagine why they can't work once the application is compiled with Cordova, then yes, please try it. About the file you talk to me sorry but I did not receive any file.

Hi David,

I worked on an Iframe and the view cant be zoomed in or out. Pls help. what should be done

I am not try it, but, are you sure the the IFrame contents can be zoomed alone? On the other hand, are you checked (it's checked by default) the App's "Allow user zoom" option? You can find it in the app's options dialog under the "Interface" tab.

P.S. Please, open new threads if you have new questions, so we can maintain the forum better.


DecSoft (In thread: How do I populate a iFrame with a website)

Hello there,

Hi David,

Thanks once more for this marvelous work you are doing.

I have created an app with an Iframe and a Menu, I have debugged and compressed the app. I later uploaded it to Adobe Phonegap build, but when I tested the app I cant see the content of the Iframe.

P.S. I sent u a mail earlier

We recommend to use Apache Cordova instead of Adobe Phonegap. However, can you see the IFrame's URL loaded when you debug the application from App Builder or a web browser?

P.S. Please don't send emails when you post in the forum: I already receive an email when this occur. On the other hand, please open a new forum's thread when you have new questions, then we can maintain the forum better.


DecSoft (In thread: Some rare issue with the Cordova Camera Image Size)

Hello fakie,

Thanks David.
That seems to be the issue - got it working.
I specified both the height and the width and then it all worked!

Great.

ps. For other people out there I can warn that you get an "JSON Error" unspecified , if you make the quality too low in the Cordova Camera Plugin.

Glad to know you got it! Thanks for sharing the possible problems with the Cordova's Camera plugin with us!


DecSoft (In thread: Some rare issue with the Cordova Camera Image Size)

Hello fakie,

Maybe you no need to use "Camera1.TargetWidth" nor "Camera1.TargetHeight" at all. But if you wanted (according to the documentation) you must use both and not only "Camera1.TargetWidth". Since I can see you use "Camera1.TargetWidth" but not "Camera1.TargetHeight" maybe this cause the issue. So try to set "Camera1.TargetHeight" or do not set "Camera1.TargetWidth".

P.S. You are using an old release of App Builder. Update your trial copy to the latest one so we can be sure we use the same release.


DecSoft (In thread: How do I recover my .key file password)

Hello to all,

It gone for good.I have a mistake a long time ago too.Then I backup all info and file to email or my cloud. T_T

According to an old IBM manual, there is only two types of people: who that someday lost their data, and who that are ready to loss it...

This means of course that backups are not an option, but a task we must do day after day! :)

P.S. I am of the first type of people of course...


DecSoft (In thread: Using the Menu Component and other related questions)

Hello Tonym,

Another question i have:
Is there a way to embed a webpage in app builder

Yes; You can use the IFrame control. Take a look at the IFrames application sample.

P.S. Please, open a new thread when you have new questions, then we can maintain the forum well organized.


DecSoft (In thread: Using the Menu Component and other related questions)

Hello Tonym,

Hi David,

I tried it and it worked fanastic
Thanks a lot

Glad to know! Please, consider to buy one or more App Builder licenses if the program is useful for you!


DecSoft (In thread: How do I recover my .key file password)

Hello Kasito,

I am not sure about what to say... Next time save your alias and password in a secure place... if you doesn't want to loss it? Or you think that AB can does something for you here?


DecSoft (In thread: Using the Menu Component and other related questions)

Hello Tonym,

Wow David
Thanks so much for the prompt response i am really impress.

I will let u know of the outcome.

You're welcome! Just let me know if you have any further question.


DecSoft (In thread: Using the Menu Component and other related questions)

Hello Tonym,

Thanks for your kindly words! A posible problem to achieve what you wanted is that the menu items (or Dropdown items, or Select items, etc.) maybe have not the same name than the app's views, so we can't simply use the menu items text as the app's views' names. In other words, if the menu's items' text match the app's views' names, then the below code in the menu's "ItemClick" event can do the job:

If that's is not the case, we must to find a way to associate our menu's items with the app's views and then use the menu's items' index instead of the items' text. To achieve this probably we can take several paths. For example, a possible way is to use an Array variable to associated the menu's items' index with the app's views:

The above code can be placed in the App's Ready event, for example, then the Array variable become available when the application starts. With such variable we can place the below code in the menu's "ItemClick" event:

I implement the above two possible ways in a couple of samples that can be downloaded: MenuViews.zip. Hope they can help you and maybe others with a similar question.


DecSoft (In thread: [Fixed] Spelling mistake in the DecSoft's website home)

Hello there,

Hi,

Thanks for comming! The comming character have to be single M

Actually, we might say 'Thank you for visiting our website! or Thanks for coming! or Welcome to our website!'

https://www.decsoftutils.com/AppBuilder

Thanks

Fixed! Thanks you Ade!


DecSoft (In thread: Help to find certain text/string that I found in my application)

Hello Ade,

Yes, I understand it. But for unknown reason the message always display.

I try to help you Ade, but, without a way to reproduce a possible problem there is very difficult. My recomendation is to start from the scratch, that is, start with the Calculator sample, and then try to prepare the "feedback" stuff in an "alone" application. Once you get it working you can try to implement the appropiate stuff into your application. If you need any help in the meanwhile just post here.


DecSoft (In thread: Help to find certain text/string that I found in my application)

Hello Ade,

I just realised now that, you are right, the HTTPClient doesn't need update at the moment. I follow the calculator sample feedback idea, it show error too, although I have tested it on another server and the still dispaly.

The Calculator sample ONLY shown that error if the server side response status code is 500. And this only happend if the PHP "mail" function doesn't work as expected. If you receive such error some times, then you know the cause of the error: the "mail" function doens't work as expected. In any other case you can receive that error with the Calculator sample: at least using the provided PHP script.

And this last is the important question... are you modified the PHP script? How? Are you modified the Calculator feedback related code? And how? Take a look at the PHP script that we are talking about, just like is placed right now in my hosting and you can found in the Calculator sample inside the "Server" directory:

Can you see that we only answer with a "500" status code if the "mail" function doesn't work as expected? Now take a look at the HttpClient Error event used in the Calculator sample Comments view:

Can you see that we only shown the "error" message if the status code is "500"? Then the Calculator sample works as expected, and only shown that "error" if the server side return an status code "500". Never in other case.


DecSoft (In thread: Where is the captured image name in the Camera2 sample application)

Hello Ade,

If I am not wrong we can't get it at the client side. We are not choosing an image (with the File input control, for example) but captured a new one. What the Camera control offers to us is the Base64 representation of the captured image and nothing more, then the name of that capture is up to us and we can assign any name. If you want to establish it in the client side, just prepare your own one and send it to the server in addition to the Base64 text.

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