Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntraWeb 15.3.7 is out!
#16
It is unlikely that OnResize is not working as it is supposed to do. This event inner workings haven't changed in ages.

It is very simple for you to check if the dimensions are correct:

1- Run your application in a desktop browser
2- Press F12 to open the developer tools. Detach the developer tools window from the application window, so the application will keep the whole screen size.
3- Go to the "Console" tab and type this:

IW.browser.toString()

and press ENTER

You will see something like this being printed:

"[IntraWeb Browser Object]
UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
IsIE: false
IsChrome: false
IsFirefox: true
IsEdge: false
IsSafari: false
IsOpera: false
IsOperaNext: false
IsAndroidBrowser: false
IsWebKit: false
IEVersion: -1
IEDocumentMode: -1
IsStrictMode: true
IsMobile: false
UseIEQuirksMode: false
UseIEBoxModel: false
IsWindows: true
IsAndroid: false
VendorPrefix(): -moz-
DPR: 1
WindowSizeXY(): 1920,955
PageOffsetXY(): 0,0
WindowScrollXY(): 1920,955"


Compare the WindowScrollXY() values with the ones that you have in your OnRender event. They should match.

If they don't match, please submit a test case including the values you get from the console and from the OnResize event itself.
Reply


Messages In This Thread
IntraWeb 15.3.7 is out! - by Alexandre Machado - 06-20-2023, 06:21 AM
RE: IntraWeb 15.3.7 is out! - by jeroen.rottink - 06-20-2023, 10:17 AM
RE: IntraWeb 15.3.7 is out! - by valmeras - 06-20-2023, 04:29 PM
RE: IntraWeb 15.3.7 is out! - by valmeras - 06-20-2023, 09:33 PM
RE: IntraWeb 15.3.7 is out! - by valmeras - 06-21-2023, 01:24 AM
RE: IntraWeb 15.3.7 is out! - by valmeras - 06-21-2023, 02:07 PM
RE: IntraWeb 15.3.7 is out! - by valmeras - 06-21-2023, 09:29 PM
RE: IntraWeb 15.3.7 is out! - by valmeras - 07-01-2023, 12:54 PM
RE: IntraWeb 15.3.7 is out! - by Alexandre Machado - 07-02-2023, 08:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)