- This topic has 4 replies, 3 voices, and was last updated 11 years, 11 months ago by support-michael.
-
AuthorPosts
-
virtualmasterMemberI am trying to get the java script and map to work for the passed 3 days but to no success, tried everything i could but because of my lack of scripting knowledge i cannot achive the results i want.
I have attach my project file here
AIM
1. when pressing map should open a directions to the address from currect location.
2. when pressing time table should open like http://praytimes.org/code/v2/js/examples/simple.htm . I have pasted the java script from http://praytimes.org/code/v2/js/PrayTimes.js into the abuprayer_custom.js file.
I have tried telling time table button that it is a javascript = <script type=”text/javascript” src=”PrayTimes.js”></script>
I have tried inserting a html file and calling the script
none of the ways have worked.I would really appritiate if someone will be kind enough to help me.
PS; I wished to attach the complete file and folders to this post but it told me max attach allowed is 500kb and my files are 700kb, would help if the max size is increased. Thanks See attachment abuprayer.mobi
Attachments:
You must be logged in to view attached files.
virtualmasterMemberis there anyone who can help i am desperate please!!
support-octavioMemberHi virtualmaster,
After reading of your problem I need to share that this type of problem is outside of our support scope and mission. So we can only address this after attending all core support cases.
The issues is, analyzing and debugging custom apps that attempt to integrate code and components from arbitrary sources is extremely expensive for our team to debug, it limits our capacity to help users with direct mobione support cases and frequently has no benefit to our community as a whole. If you need more immediate support perhaps other members can provide assistance or we can recommend a consultant for hire that is able to work out such problems.
virtualmasterMemberHi octavio,
To clearify in simple words.
If i undertand correctly i am only limited to use the widgets/options that are builtin mobione?
what is the function of the java script option on the dropdown menu? can i not use any javascript there?thanks
support-michaelKeymasterhi
>If i undertand correctly i am only limited to use the widgets/options that are builtin mobione?
what is the function of the java script option on the dropdown menu? can i not use any javascript there?No you are not limited to only mobione designer widgets but you are responsible for your custom implementations and integration of 3rd party code. In the past we kindly invested significant time research issues that were no fault of mobione but rather poor attempts to integrate incompatible code or faulty approaches.
The key thing to remember for the HTML widget is that it merges whatever you provide directly into a the HTML DOM. Re: the combo widget and the Run JavaScript action, this action will run any snippet of valid JavaScript when a user changes the value of the combo widget.
-
AuthorPosts