Entradas de Eduardo Alfaro

Mostrar hilos de Eduardo Alfaro
40 posts found, page 1 of 3

Eduardo Alfaro (In thread: Audio was not allowed to auto start)
Hello to everyone, I am trying to include some javascript audio framework library to boost-up the audio effects/playing features inside the APP... I have tried with Tone.js, Audiolet, Wad, Tuna or Howler.js but I am having the same security message/issue in console.log "The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page." I have tried to solve, but nothing, I really do not know how to handle this issue... I am also trying with PHASER, a javascript framework for creating games, but having the same error. What I am doing is initialize the framework when the app is mounted, then later, trying to play a sound, mp3, effect... wherever within a button action (for example, when click) but I get no sound and the error at console.log... Do, do anyone of you could help with this issue??? Any idea or suggestions that could help??? Thank you so much!!!

Eduardo Alfaro (In thread: "errors.angularjs.o" when running after Boostrap CSS 4 AB upgrade!!!)

Hi David,

Thank you very much!!!
It is working perfectly right now!!!

Greetings!!!


Eduardo Alfaro (In thread: "errors.angularjs.o" when running after Boostrap CSS 4 AB upgrade!!!)

Hello David

After the Boostrap CSS 4 Appbuilder upgrade, I am getting this error when I tried to run (with or without debugger) the themes sample.

This is the complete console copy/paste:

I have created new app just for testing purpose, and it seems working ok, without any problem, but I was doing and previous app with simple controls, and this app seems to report the same problem.

I have unistalled an re-install Appbuilder, but the AB reports the same error when running with or without debugging.

Any tip or idea to solve this issue?
Thank you so much!!!

Eduardo


Eduardo Alfaro (In thread: Preview images when designing APP with AP!)

[img=tumblr_o770sc1wvu1s7z2cyo1_500.gif]https://www.decsoftutils.com/_support/uploads/0abb1aa64562c05fc2055cace7a94755.gif[/img]

Thank YOU sooooooo much DAVID
Your support it is really AMAZING A+++++++++++


Eduardo Alfaro (In thread: Preview images when designing APP with AP!)

Hello David,

I am wondering if I am doing wrong when loading images directly from the APP FILE MANAGER into the APP because I cannot preview any images at all. Let me explain myself better.

When I insert an image into the APP with the image tool, and define the source to a local image (for example, an image located at Desktop), the preview it is working pretty good.

Example: http://prntscr.com/hn0o94

But, if I previously add the image into the APP FILE MANAGER and then define the source to the APP PATH, the preview it is not working at all. I know you are advising us with the next message "Non existing image or available only at runtime."

Example: http://prntscr.com/hn0q6v

Is there any way to solve this issue?

When you have lots of views with lots of images, image buttons... it is more difficult to work like this. I prefer to use the APP FILE MANAGER to avoid path problems, but the preview will be very useful.

Thank you so much!!!


Eduardo Alfaro (In thread: How to include JavaScript Framework within AppBuilder?)

Hello David,

Really!!! YOU ARE INCREDIBLE!!!

This JS library gives to AppBuilder lots of new features!!!
THANK YOU so much for your knowledge

Eduardo


Eduardo Alfaro (In thread: How to include JavaScript Framework within AppBuilder?)

Hello to anyone…

I am wondering about if we can include a JavaScript framework (or more than one) into our APP with AppBuilder.

I mean, there are a lot of JS (JavaScript) frameworks that gives you a lot of new functionalities and powerful features so you can include all of them into your own projects, websites and hybrid-apps.

I have tried to include, for example, “paper.js” JS frameworkb, but I really do not know to proceed or complete the process.

Please, if you have time, take a look to its website for more information: http://paperjs.org/about/

I know how to include the JavaScript “.js” file with the AppBuilder APP File Manager... but I do not know how to call it and then create the canvas.

First of all you need to call the “.js” file:

Then next, create the script code for the canvas:

And finally, call the canvas:

Do you have any idea how to include this and other JS Framework whintin AppBuilder?

I think this kind of feature will be..... gorgeous!!! ;-D

Thank you so much!!!

Eduardo.


Eduardo Alfaro (In thread: Augmented Reality with AP and Vuforia)

Hello,

AB it is incredible, I am learning a lot since the very first APP I did.
Now I am trying to create an Augmented Reality APP made with AB and the cordova plugin for Vuforia Framework. One of the most important framework for creating VR APPS.

Please, see more info at this link:
https://github.com/mattrayner/cordova-plugin-vuforia

I have created a "first stage beta APP", just to see how it works, but I really do not know what I am doing wrong, because I cannot initialize the camera for recognize.
vuforia.ab

I have found a functional example for phonegap, but I could not integrate with AB.
https://github.com/eduardoalfaro/cordova-vuforia-example

I will do my best to have a functional example and share with all of you... I think this will add a very nice functionality to AB for creating Augmented Reality and Virtual Reality APPs. Does any one of you any idea or suggestion about how to integrate this cordova plug-in into AB?

Thank you so much!!!
Eduardo


Eduardo Alfaro (In thread: Report Control table with two or more rows and colspan)

Hello David,

Thank you very much!!!
Your sample was very useful!!

Eduardo


Eduardo Alfaro (In thread: Report Control table with two or more rows and colspan)

Hello David,

Thank you so much!!!
I would like to have something like this:
[img=Screenshot_1.png]https://www.decsoftutils.com/_support/uploads/72ec935048c68ab9b93dc9794d5a720d.png[/img]

But I really do not know how to do the multi-line ROW.

Thank you so much!!!
Eduardo


Eduardo Alfaro (In thread: Report Control table with two or more rows and colspan)

Hello David,

I am working with AB Report Control, and I would like to know if there is any way to do something like this:

I have tried, but the body(html) it is not working, and I would like to do with TABLE wrapper, so all the cols width (in header and body) will match width the content. Do you have any suggestion or clue to achieve this?

Thank you so much!
Eduardo


Eduardo Alfaro (In thread: OneSignal PUSH server 100% free and unlimited)

Hello David,

I am trying to integrate OneSignal Push Server (100% free and unlimited) into AB. You have to register with your developer ID. OneSignal has a cordova plugin: https://documentation.onesignal.com/docs/cordova-sdk and I have integrated into AB on Cordova Custom plugin with onesignal-cordova-plugin. The plug-in it is working very good, but I have a doubt getting response from JSON.

The JavaScript is using the function JSON.stringify so you can question to the user within a PUSH notification, get the answer and use in your APP ;-D. I have store the result into a AB var with: window.App.RootScope.var_push_opened = JSON.stringify(jsonData);

The mainly problem is that none of the AB array actions cannot handle the JSON.stringify

This is the var containt for JSON.stringify(jsonData)

Do you have any example with JSON.stringify done for AB? Any idea o clue for this issue?

Thank you so much!!!
Eduardo


Eduardo Alfaro (In thread: Example Text-2-Speech with APP BUILDER and cordova TTS plugin)

By the way, I have tested on ANDROID and IOS, and it is working so good on both platforms!!!


Eduardo Alfaro (In thread: Example Text-2-Speech with APP BUILDER and cordova TTS plugin)

Hello!!!

I would like to share with all of you this project made with APP BUILDER.
It is so useful if you have planned to create an APP able to give instructions, alerts, or wherever by voice to the user.
It have been done using a cordova plugin called tts (text to speech) https://github.com/vilic/cordova-plugin-tts

Hope you find it useful for your future project created with APP BUILDER.
Example: text2speech.ab

Have a really nice day.

David, is the range control able to give a step less than 1? The speech speed can be configured from 0.1 till wherever, but I could not do less than 1 because the range control step field does not accept other than integer number.

Thank you so much!!!

Eduardo


Eduardo Alfaro (In thread: Apache Cordova HTTP tiny web server)

David...

I REALLY HAVE NO WORDS!!! CONGRATULATIONS!!! AGAIN!!!

Thank you so much for sharing your talent and knowledge with all of us. Your example works as expected, SO GOOD! ;-D With this HTTP embedded server, we can serve files or even pack-files compressed on ZIP or RAR from our device to any other device or computer like a PC, MAC, tablet.... using the same wireless network from our home or job, and just pointing with any browser to the given IP address and port. So simply!!!

Lots of new possibilities for the APPS created with your awesome APP BUILDER software.

Thank you VERY much!

Eduardo

Todo el mundo puede leer el foro de soporte de DecSoft para aprender del mismo, sin embargo, sólo los clientes de DecSoft pueden abrir nuevos hilos. Compre una o más licencias de productos de DecSoft y obtendrá este y otros beneficios.

Este sitio utiliza "cookies" útiles para almacenar sus preferencias.

Bien. Ocultar esta nota. Obtener más información.