This fixed it.
Thanks Brad,
Troy
"Brad wrote-Yahoo Forum
> Hello Troy,
> We need to set a flag as well, sorry about that….
> In the top of your Index.html file you will see a script section similar to this::
> $(document).ready(function() {
>
> window.external.UpdateCommandButtonText(11,20);
>
> window.external.RefreshInterpreterState();
>
> window.external.InitInterpreterData();
>
> $('[data-commandid]').click(function() {
>
> var id = $(this).attr('data-commandid');
>
> window.external.RunUserCommand(id);
>
> });
>
> });
> Add this line after window.external.UpdateCommandButtonText(11,20);
> window.external.ShowPosition = true;
> And then your position html elements will be updated.
> -Brad Murry
>
>
"


LinkBack URL
About LinkBacks





