Search found 30 matches

Go to advanced search

by Gilbert Gomez
Thu Apr 16, 2015 2:47 am
Forum: Issues
Topic: Read an array object and send its values to an API
Replies: 9
Views: 1154
 
Jump to post

Read an array object and send its values to an API

Hi Yurii, excuse my long absence but these last days I had lot of work... Last week I was really happy because finally I was able to go thru my data base, row by row, with this magic sentence. codeJSON.parse(localStorage.getItem("listData"));/code But now when I thought tha...
by Gilbert Gomez
Thu Apr 16, 2015 2:36 am
Forum: Issues
Topic: Read an array object and send its values to an API
Replies: 9
Views: 1154
 
Jump to post

Read an array object and send its values to an API

Hi Yurii, excuse my long absence but these last days I had lot of work... Last week I was really happy because finally I was able to go thru my data base, row by row, with this magic sentence. codeJSON.parse(localStorage.getItem("listData"));/code But now when I thought tha...
by Gilbert Gomez
Fri Apr 03, 2015 6:04 am
Forum: Issues
Topic: Read an array object and send its values to an API
Replies: 9
Views: 1154
 
Jump to post

Read an array object and send its values to an API

this is the original sentence working on "Get chart" button: function barChart() { var data = new google.visualization.arrayToDataTable([ ["Friends", "Age"],["Robert", 24],["Aeryn", 23],["Ariana", 21],["Chris", 25],["Dean&quo...
by Gilbert Gomez
Fri Apr 03, 2015 5:47 am
Forum: Issues
Topic: Read an array object and send its values to an API
Replies: 9
Views: 1154
 
Jump to post

Read an array object and send its values to an API

Hi, Yurii, thanks for reply I've been trying make this code works, but after two night don't have good news. I need some help.. :) what I need is to draw a barchart or pie chart using the Google Chart API. But could not find out the way to handle the function with external data. With the last code I...
by Gilbert Gomez
Mon Mar 30, 2015 5:35 am
Forum: Issues
Topic: Read an array object and send its values to an API
Replies: 9
Views: 1154
 
Jump to post

Read an array object and send its values to an API

Hi Appery team. I continued searching possibles solutions to my headache and after another whole day I just tried the following code ...which by the way had seen before but couldn't understand how or where to use it. codevar response = JSON.parse(localStorage.getItem("listData_S...
by Gilbert Gomez
Sun Mar 29, 2015 7:12 pm
Forum: Issues
Topic: Read an array object and send its values to an API
Replies: 9
Views: 1154
 
Jump to post

Read an array object and send its values to an API

Hi Appery team I already know how to publish my data saved into a database and I've had read quite a lot in this forum to find out the way how to get a graph with those data. Well, with the code shown below I draw the chart that appears when I click on "Get chart" button. But, as you can s...
by Gilbert Gomez
Sun Oct 12, 2014 2:56 am
Forum: Issues
Topic: How to open a popup element by JS code
Replies: 1
Views: 524
 
Jump to post

How to open a popup element by JS code

I saw the new "popup element" from the tool palette and I found the way to open it as click event, but how I could do the same by JS code? ..I tried this: Appery("popMsg1").popup("open", { transition: "none" }); But it does not work ...some one has a better id...
by Gilbert Gomez
Wed Mar 19, 2014 6:22 pm
Forum: Issues
Topic: It is possible to create a "draggable area"?
Replies: 3
Views: 587
 
Jump to post

It is possible to create a "draggable area"?

Basically I would like to know how to handle the image atributes like "Drag & Drop" ..how to float over an another images and How can read and set their X and Y position... I would like to have the chance of choose one of two or more marks or symbols and drag them to one specific area ...
by Gilbert Gomez
Mon Mar 17, 2014 6:55 pm
Forum: Issues
Topic: It is possible to create a "draggable area"?
Replies: 3
Views: 587
 
Jump to post

It is possible to create a "draggable area"?

Hello everyone I'm curious ..It is possible to create a "draggable area" to move an image there and get their X and Y position when you release it? ..Or it is possible set a custom position as floating item? ..something like image below https://d2r1vs3d9006ap.cloudfront.net/s3_images/10347...

Go to advanced search