-
Notifications
You must be signed in to change notification settings - Fork 30
Hello World App appears in the symphony layout but after clicking Add button it doesn't appear in the left menu #14
Comments
Hello @arif-pixako ! In your controller.html file, check that the line |
Facing the same issue. |
@brybailey I checked the tag, it is placed fine is guess, still not showing on the left menu. |
Script is in the tags. ERROR in ./src/javascript/controller.js And in the console it shows Can any body provide me this app deployment video. |
@arif-pixako @brybailey any update on this? |
@arif-pixako rather than pasting in large chunks of code in issues, can you prepare a Pull Request for this change? That will be much easier to review and merge into the upstream code. Thanks! |
Hi @arif-pixako and @bhushanpant, your problem should be resolved with the recent commit. Please update your repos and let me know if you have any further issues! |
Thanks Bryan.
can you please share how to load data from mysql database in the view and
after clicking title of any post open another view in the app like Dow
Jones app in the app market?
…On 25 Aug 2017 3:21 a.m., "Bryan Bailey" ***@***.***> wrote:
Hi @arif-pixako <https://github.com/arif-pixako> and @bhushanpant
<https://github.com/bhushanpant>, your problem should be resolved with
the recent commit. Please update your repos and let me know if you have any
further issues!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ady-lI-lCiBV-JJAqf-uwkLUWZjmLXgfks5sbfdRgaJpZM4O-gSc>
.
|
Hello Bryan,
I am stuck off how to load the App logo in the left menu, can you plz help
me?
On Sat, Aug 26, 2017 at 7:43 PM, Arif Hussain <[email protected]>
wrote:
… Thanks Bryan.
can you please share how to load data from mysql database in the view and
after clicking title of any post open another view in the app like Dow
Jones app in the app market?
On 25 Aug 2017 3:21 a.m., "Bryan Bailey" ***@***.***> wrote:
> Hi @arif-pixako <https://github.com/arif-pixako> and @bhushanpant
> <https://github.com/bhushanpant>, your problem should be resolved with
> the recent commit. Please update your repos and let me know if you have any
> further issues!
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#14 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Ady-lI-lCiBV-JJAqf-uwkLUWZjmLXgfks5sbfdRgaJpZM4O-gSc>
> .
>
|
Hello App appears in the symphony layout but after clicking Add button it doesn't appear in the left menu nor it displays the views.
In webstorm editor it gives error
var helloControllerService = SYMPHONY.services.register("hello:controller");
^
ReferenceError: SYMPHONY is not defined
at Object. (c:\Users\developer\WebstormProjects\symphonyApp\src\javascript\controller.js:22:48)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3
The text was updated successfully, but these errors were encountered: