Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: screen width

$
0
0
Re: screen width
FoxInCloud
Re: screen width
02/13/2012
05:57:41 AM
3FK0CS1VD Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None

Note that in some classes the wcHTMLgen method defaults to:
lparameters toHTML

and in some classes
lparamaters toHTMLgen

No action needed, just not sure if you were aware.


I should have caught the strings myself. thanks.

this implementation should work:

PROCEDURE wcHTMLgen LPARAMETERS toHTML AS awHTMLGen OF awHTML.prg, tlInnerHTML && HTML renderer && [.F.] render container's inner HTML m.toHTMLgen.cScriptJSadd(TextMerge([$('').setStyle({position:'fixed'; top:99px; left:99px});]))


I was not very clear. What I meant was I have a form and the form width is 1000 pixels. On that form I have arranged various controls. The form loads fine.

The browser screen is 2000 pixels wide. At some point I want to move a control to be located all the way left on the browser screen, which is wider than my form. The left property of the control is based on its container, which is 1000 pixels wide. Is there an easy way to break out and move the control all the way t the left of the 2000 pixel screen.

I want to move an object all the way to the left of the screen, but I cannot move it past the left width of the form

What is your question?

I cannot start the form maximized as .WindowState does not work.

.WindowState does not "not work" - it's not supported


Viewing all articles
Browse latest Browse all 10393

Trending Articles