Jump to content
  • 0

Get ( ApplicationWindowLeft )


hbrendel

Question

Posted

In FM hebben we diverse Get-functies om posities te bepalen: Get ( WindowLeft ), Get ( ScreenWidth ), Get ( WindowContentWidth ) en Get ( WindowDesktopLeft ).

 

Wat ik mis is Get ( ApplicationWindowLeft ) en Get ( ApplicationWindowWidth ). Zolang de afschuwelijke 'Application Window' in Windows bestaat, heb ik deze nodig voor positiebepalingen op het scherm.

 

Weet iemand hier iets op?

 

(Idem voor Top / Height)

5 answers to this question

Recommended Posts

  • 0
Posted

De positie, breedte en hoogte staan opgeslagen in het register. Het gaat om sleutel Window in HKEY_CURRENT_USER\Software\FileMaker\FileMaker Pro\VERSIE\Preferences.

Deze sleutel is als volgt opgebouwd: Positie X spatie Positie Y spatie Breedte spatie Hoogte of leeg (full screen). Bijvoorbeeld: "Window"="110 110 1080 636"

 

Heb je hier iets aan?

 

Groet,

Mark

  • 0
Posted

Ja, hier heb ik zeker iets aan, bedankt.

 

Nu zou ik een VB-script of iets dergelijks moeten hebben waarmee ik het (binnen FileMaker) kan inlezen voor gebruik in een FileMaker script.

  • 0
Posted

Graag gedaan.

 

Je zou iets kunnen doen met:

 

REG QUERY "HKEY_CURRENT_USER\Software\FileMaker\FileMaker Pro\VERSIE\Preferences" /v Window of

REG EXPORT "HKEY_CURRENT_USER\Software\FileMaker\FileMaker Pro\VERSIE\Preferences" "C:\Temp\Test.txt"

 

Ik maak wel eens gebruik van de eerste optie in combinatie met de Shell Plug-in.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...