- This topic has 6 replies, 3 voices, and was last updated 11 years ago by creenx0625.
-
AuthorPosts
-
creenx0625MemberHi there,
I am trying to to figure out the problem with my code. I’ve been working on that for 1 week now, but still no luck to find a solution.
I put alert(“Hello World!”); line on phoneui.documentReadyHandler = function() but even the alert doesn’t show.
I already set the Main Screen, and no problem on generating codes (ex: i set form on a particular screen).
May I ask your help to fix this issue. Btw, I am using the 2.5 version of M1.
Hoping for your support for this issues.
Thank and best regards,
creenx
BestmooseParticipantHi creenx,
it works fine for me also on MobiOne 2.5 under Windows 7 64 bit.
I attached a zip-file for you. Maybe that helps.
See attachment hello_world.zipI am sure you know, that you have to modify the ‘filename_custom.js’ to make it work.
Attachments:
You must be logged in to view attached files.
creenx0625MemberHi Bestmoose,
Thank you very much for your reply.
I’ve just seen your work it is working fine. But I really don’t understand even if I write alert(“Hello World!”) on my project still it’s not working.
Please find attached cumtom_js source.
Thanks
Attachments:
You must be logged in to view attached files.
support-octavioMemberThe most common issue when javascript seems not to work is that there is an syntax error, which is the case in this _custom.js
Note that there is a problem is the parameters in your $.ajax call, after defining the value in the url param you end the instruction with a semicolon ( ; ) and it should be a comma ( , ), try changing it and let me know how it goes.
BestmooseParticipant@ support-octavio
Octavio, do you also have a solution for my problem if posted under http://www.genuitec.com/support-genuitec/viewtopic.php?f=8&t=6444 ?
support-octavioMemberWayne has followed up with you in your thread.
creenx0625MemberIssue resolved.
It’s a syntax error.
Thank you so much guys
-
AuthorPosts