Search found 469 matches

Go to advanced search

by Andy Parker
Sun Apr 07, 2013 5:13 pm
Forum: Issues
Topic: Setting the Panel's HTML property from a javascript routine
Replies: 5
Views: 737
 
Jump to post

Setting the Panel's HTML property from a javascript routine

thanks for the tip with the code post.

I've sorted this now, it appeared to be an oddity with passing the URL text to multiple vars and building it piece by piece.

I reduce the steps to 1 build statement and it works :-)

Very happy, thanks again for the tip.

regards

Andy

by Andy Parker
Sun Apr 07, 2013 4:01 pm
Forum: Issues
Topic: Setting the Panel's HTML property from a javascript routine
Replies: 5
Views: 737
 
Jump to post

Setting the Panel's HTML property from a javascript routine

Im having trouble getting the url to display on this forum:

var iframeurl = 'iframe src="' + fullurl + '" width="200px" height="600px"/';

there are < around the line but I had to delete them to get them to display on this forum.

by Andy Parker
Sun Apr 07, 2013 4:00 pm
Forum: Issues
Topic: Setting the Panel's HTML property from a javascript routine
Replies: 5
Views: 737
 
Jump to post

Setting the Panel's HTML property from a javascript routine

last go:

var iframeurl = '_';

by Andy Parker
Sun Apr 07, 2013 3:59 pm
Forum: Issues
Topic: Setting the Panel's HTML property from a javascript routine
Replies: 5
Views: 737
 
Jump to post

Setting the Panel's HTML property from a javascript routine

oddly the var iframeurl = " was deleted.

let me try again.

var iframeurl = ""';

Ive changed the single quotes at the start and end for doubles to try to get the line to post

by Andy Parker
Sun Apr 07, 2013 3:56 pm
Forum: Issues
Topic: Setting the Panel's HTML property from a javascript routine
Replies: 5
Views: 737
 
Jump to post

Setting the Panel's HTML property from a javascript routine

Hi, I need to set the HTML property of a panel with javascript as I create a URL on the fly. An example would be (where var fullurl is something like http://google.com ): var iframeurl = ''; I then want to set the HTML property of the panel component to the variable 'iframeurl' so it will effectivel...
by Andy Parker
Tue Apr 02, 2013 1:14 pm
Forum: Issues
Topic: Tiggzi cross-platform app: Can/Shall I use adMob or AdSense.. or others?
Replies: 22
Views: 2511
 
Jump to post

Tiggzi cross-platform app: Can/Shall I use adMob or AdSense.. or others?

many thanks Katya,
after adding the HTML code is there a trigger, or does it just run on page show?

by Andy Parker
Tue Apr 02, 2013 11:00 am
Forum: Issues
Topic: Tiggzi cross-platform app: Can/Shall I use adMob or AdSense.. or others?
Replies: 22
Views: 2511
 
Jump to post

Tiggzi cross-platform app: Can/Shall I use adMob or AdSense.. or others?

Hey Patrick, can you be a little more explicit about how/where you place the js code please?
I've joined InMobi, and got several lines of javascript, but am at a bit of a loss as to where/how I should implement it;

many thanks

Andy.

by Andy Parker
Wed Mar 27, 2013 12:06 pm
Forum: Issues
Topic: Hiding a SELECT object
Replies: 3
Views: 439
 
Jump to post

Hiding a SELECT object

It works!

Thank you ever so much for your wonderful support!

regards

Andy.

by Andy Parker
Wed Mar 27, 2013 10:21 am
Forum: Issues
Topic: Hiding a SELECT object
Replies: 3
Views: 439
 
Jump to post

Hiding a SELECT object

Hi, Firstly, this is a truly awesome piece of app dev software! I have written an app and am happy with the functionality, but have stumbled at the last post. I'm try to use Javascript to hide/show some SELECT objects. I can get the code to work with a label, but not with select objects? The code I'...

Go to advanced search