01/04/2013, 08:11 PM
|
#21 (permalink) | |
|
Member
|
Quote:
Capture3.PNG |
|
01/04/2013, 10:18 PM
|
#22 (permalink) |
|
Member
Posts: 2,090
|
I think the config from the most recent revision was messed up or something. Try comparing it with a previous revision and see if there are any problems. I don't remember what I did to make it work.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
01/05/2013, 01:14 AM
|
#24 (permalink) |
|
Member
Posts: 2,090
|
Hmm... I took a peek at the GitHub repo, and they have updated quite a bit since I last pulled. I'll check my copy some other time.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
01/05/2013, 10:23 AM
|
#25 (permalink) | |
|
Member
![]()
Posts: 29
|
Quote:
|
|
01/05/2013, 03:27 PM
|
#26 (permalink) | |
|
Member
![]()
Posts: 26
|
Quote:
now load ares in the browser ( chrome or fire fox) -- .> " http://127.0.0.1:9009/ide/ares/index.htm" john |
|
01/05/2013, 05:09 PM
|
#27 (permalink) | |
|
Member
|
Quote:
Capture4.PNG Also tryed firefox browser Capture5.PNG Thanks for all the help so far, I really appreciate it everyone. |
|
01/05/2013, 05:28 PM
|
#28 (permalink) | |
|
Member
|
Quote:
Its alive, Mobile Nationsthe "L" was forgotten lol Thank you everyone soooooo much, and now the community has a crash course on how to get ares 2.0 up. If I can, so can you! |
|
01/05/2013, 05:49 PM
|
#29 (permalink) |
|
Member
|
Now how do I make an app for my pre3 lol, those old videos that palm made for developers were so useful to get started.
Palm webOS Development: Building Your First App youtube video |
01/05/2013, 10:24 PM
|
#30 (permalink) | |
|
Member
![]()
Posts: 26
|
Quote:
2. do the " git submodule update --init " so it pulls down the enyo and libs in to bootplate you have working app the to play with. Edit the app.js file in the source folder to what you want. test it by loading the debug.html file in your browser! when you got it were you want then run the minfi tool's( this packs the file so do it after you got it looking like you want. then it will run with the index.html file john |
|
01/06/2013, 01:35 AM
|
#31 (permalink) | |
|
Member
|
Quote:
git clone https://github.com/enyojs/bootplate.gitthen git submodule update --initand finally exited, and reentered cd ares-project node ide.js --browserso all that seemed to work with some trial and error which is awesome but I still don't know my way around ares 2.0 dont. How do I create a new app and stuff. We really need some tutorial videos for ares 2.0 . thanks for all the help so far community
Last edited by mattmers; 01/30/2013 at 08:41 PM. |
|
01/07/2013, 11:18 AM
|
#32 (permalink) |
|
Member
![]()
Posts: 29
|
by cloning bootplate, you created an app skeleton - it sounds like you cloned it inside the ares-project directory - you probably want to move it into "Documents" or something instead, and also rename the "bootplate" folder to "MyAppName" - or whatever you want your app to be called. Your app will be wholly contained within this folder. (see bootplate wiki for more info https://github.com/enyojs/enyo/wiki/Bootplate)
From there, in Ares, you will need to use the "import or scan for projects" button, and then locate your app folder - from here, your app will now be an Ares "project". You should now be able to use the "Preview Project" button to see what your app looks like....since it is a fresh clone of bootplate, it will be just be a simple "hello world" app. Once you have an Ares project, you can begin editing your app. The source you will be editing is located in "MyProject\source\App.js" - double click this file in Ares to open it in the editor, or switch to the designer for visual design. It is really not feasible to go into much more detail on developing apps with Ares in a forum post - it is very much still pre-alpha software, and should have "real" docs published when it goes into beta. |
01/07/2013, 10:20 PM
|
#33 (permalink) | |
|
Member
|
Quote:
Also I did the "import" thing but when I select "bootplate" folder and click ok, it does nothing. Is it suppose to add it to the left column? |
|
01/07/2013, 10:31 PM
|
#34 (permalink) | |
|
Member
|
Quote:
and I thought Ares 2.0 was the official release, didn't think it was still in alpha stages. |
|
01/08/2013, 06:54 AM
|
#35 (permalink) |
|
Homebrew Developer
![]()
Posts: 461
|
the last time I looked at it, ares 2.0 had some method to create a project, didn't it? For me it always crashed, when I tried that... but is this gone now?
For me ares 2.0 never really worked, sadly... you think with them pushing enyo forward, they should care a bit more for ares, because that is a pretty nice idea actually... on the other hand developing GUIs in enyo is much easier than in mojo... so I do that today with a text editor (notepad++ on windows) and try out everything in the browser, until I'm satisfied and then start to try it on a device or the emulator. For most stuff you don't need anything special... |
01/08/2013, 09:38 AM
|
#36 (permalink) |
|
Member
![]()
Posts: 26
|
1. open up ares click the create project button ( the frist one next too the ares button on left)
2. browes too the bootplate Folder that you downloaded and click ok. 3. fill in the info for the project 4. you now have it in the left column ( it be listed under the name of the folder you use bootplate if you did not change it) 5. click on the name in the left column it now come up in the right column listing files 6. open the source folder and click on the app.js file that pull it up in the text editor there you can play/learn then load the debug.html in a browser to see you work |
01/10/2013, 04:50 PM
|
#37 (permalink) | |
|
Member
|
Quote:
and when I click one it says "Cannot GET /files/file\Documents\GitHub\bootplate/index.html? |
|
01/10/2013, 05:18 PM
|
#38 (permalink) |
|
Member
Posts: 2,090
|
Ares 2 is oddly buggy in the way files are handled. I just pulled the latest changes and it broke for me again, even though it worked after some fiddling (then reverting the fiddling; no actual changes were made) before the pull.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
01/10/2013, 08:40 PM
|
#40 (permalink) |
|
Member
Posts: 2,090
|
They'll work for Pre3, though they won't be as ideal for TouchPad (specifically, no back gesture if full screen). I think Enyo's easy enough to write by hand, since you don't have to split the code up between HTML and JavaScript. See if you can find an Enyo app on App Catalog, then try adding and removing stuff in it.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



