Search found 23 matches

Go to advanced search

by John P
Fri Mar 25, 2016 8:31 pm
Forum: Issues
Topic: Add a header/footer to a slide-out panel?
Replies: 2
Views: 375
 
Jump to post

Add a header/footer to a slide-out panel?

I'm using JQM at the moment (but could easily move to Angular if that handles it better).

I'll take a look at the CSS solution, thank!

by John P
Fri Mar 25, 2016 6:43 pm
Forum: Issues
Topic: Add a header/footer to a slide-out panel?
Replies: 2
Views: 375
 
Jump to post

Add a header/footer to a slide-out panel?

Is it possible to add a header/footer area to the slide-out panels?

By default, the UI components you add start at the top and are appended down ... is it possible to "lock" a text-label (for example) to the bottom of the panel?

by John P
Tue Mar 22, 2016 7:53 pm
Forum: Issues
Topic: Cannot connect to external database with API-Express
Replies: 2
Views: 346
 
Jump to post

Cannot connect to external database with API-Express

Hmm, working now ... perhaps a time-delay between my firewall changes (in a webui) and them taking effect.

by John P
Tue Mar 22, 2016 1:29 pm
Forum: Issues
Topic: Cannot connect to external database with API-Express
Replies: 2
Views: 346
 
Jump to post

Cannot connect to external database with API-Express

I've set up a database on another server and I'm trying to get API-Express to connect, but I keep getting: Cannot connect to database. Please verify connection credentials and try again. I'm able to connect to this database from my laptop, so doesn't seem to be a firewall issue (I've got *.appery.io...
by John P
Wed Oct 28, 2015 4:31 pm
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1228
 
Jump to post

canvas object

I finally got this working by setting the HTML element to an empty 'div', then creating a canvas object within the javascript code (finding the html element with Apperyio(name) then .append() an html string with the canvas definition, including the chart-name that will be used by chart.js)

by John P
Tue Oct 27, 2015 1:42 pm
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1228
 
Jump to post

canvas object

I was hoping that since Appery now has a tutorial on Chart.js that maybe they had worked this out (but the tutorial is for the AngularJS templates, not the jQuery template)

by John P
Mon Oct 26, 2015 7:31 pm
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1228
 
Jump to post

canvas object

The HTML element is set to "div"; the name is set to "thecanvasarea"; the "Visible" box is checked; "Dimension" is set to 275 x 275; "Margins" are all set to 8; the "Class name" field is blank

by John P
Mon Oct 26, 2015 7:29 pm
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1228
 
Jump to post

canvas object

Looking at this again ... I followed Evgene's suggestions (html element with just the canvas definition inside it), but it comes up width=0 height=0. Even if I edit the HTML source to read: pre <canvas id='myChart' width='250px' height='250px'</canvas /pre When I look inside the browser developer wi...
by John P
Tue Jul 14, 2015 12:15 am
Forum: Issues
Topic: Forcing Javascript files to load in specific order
Replies: 12
Views: 1482
 
Jump to post

Forcing Javascript files to load in specific order

The up/down buttons only show for external javascript code, not for JS-code that you upload yourself. It would be great to have something similar for uploaded JS-code!

by John P
Mon Jul 13, 2015 1:04 pm
Forum: Issues
Topic: canvas object
Replies: 10
Views: 1228
 
Jump to post

canvas object

Hmm, I overwote the code already. I think the issue was with the chart library itself (Amchart or flotr?) ... you gave it a div region and it created a canvas element when it was called. I think the creation of the canvas element just didn't respect the size of the div-container. I'm using Chartist ...

Go to advanced search