Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Development Basics

ANSWERED

1) I have created 'text' from index.gui, it s possible to create 'text' only in js file?

2.a) texts position can be set from styles.css or index.gui both in pixel and percentages. In js files, how to set the position in percentages?

2.b) Or how to get the screen dimension in pixels from a js file?

3) There is no completion in the js editor?

4) How integrate configuration managment, GIT...?

 

Thank you

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

1. No.
2a. Percentages can only be specified in .gui.
2b. https://dev.fitbit.com/build/reference/device-api/device/
3. There is if you use CLI and a good editor.

Peter McLennan
Gondwana Software

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

Ok for 4) (GIT) the answer was in command line section.

https://dev.fitbit.com/build/guides/command-line-interface/

Best Answer
0 Votes

1. No.
2a. Percentages can only be specified in .gui.
2b. https://dev.fitbit.com/build/reference/device-api/device/
3. There is if you use CLI and a good editor.

Peter McLennan
Gondwana Software
Best Answer
0 Votes