Strange Browser fit

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Contact:

Strange Browser fit

Post by Neurox66 » Sat Sep 29, 2012 7:11 am

Hi,
I've changed the sample "Mobile Examples/Browser Example.livecod" to run on iPhone retina (640x960)
I've added only iphoneUseDeviceResolution "true" to stack code.
But the result is very strange,
the area of ​​the browser will not fit the "rect" group.
See the image :
strangebrowserfit.png
Any hints?
Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Strange Browser fit

Post by Dixie » Sat Sep 29, 2012 7:38 am

Paolo...

Have you set the 'autofit' of your browser control... as in

Code: Select all

iphoneControlSet browserID, "autofit",true
be well

Dixie

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Contact:

Re: Strange Browser fit

Post by Neurox66 » Sat Sep 29, 2012 7:50 am

Dixie wrote:

Code: Select all

iphoneControlSet browserID, "autofit",true
Yes, I've insert them into the code, but the result it's same :(
With the normal resolution (320x480) is perfect (see the image)
browserfit.png
but the problem is in the retina mode (640x960)

Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Strange Browser fit

Post by Dixie » Sat Sep 29, 2012 7:57 am

Paolo...

I have a stack that I made when looking at the browser in liveCode mobile.. I have just tried it in both the retina and non-retina simulator mode and it works fine... I have attached it for you, maybe it will help.

be well

Dixie
Attachments
LC Browser.livecode.zip
(2.78 KiB) Downloaded 262 times

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Contact:

Re: Strange Browser fit

Post by Neurox66 » Sat Sep 29, 2012 11:25 pm

Thanks Dixie,
now it's function :D

Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Post Reply