Close
Showing results 1 to 7 of 7

Threaded View

  1. #1

    Exclamation Help Me: Rift-HKN-UI Resizing Issue

    Can anyone help me figure out why when I have my script resize my windows it turns into this problematic non-scaling UI?


    It's especially weird, because when I used the same functions in the script to perform window resizing on my 2-box layout it works just fine, and did so even in PIP mode (although I will say that the 2-box layout I use has two screens at a resolution of 1920x1000 so it makes it hard to tell if the UI is scaling in THAT particular one, but I know for a fact that it looked like a tiny mirror image of my main rift window when i ran it in PIP mode.)

    The problem is more aesthetic than anything, but believe it or not after several years of playing with Eyefinity setups I can actually monitor my alts movements REALLY well from the leftmost monitor they're on while controlling my main which seems ot be a necessity, since for some reason every now and then the mouse feeds over to the slave, and causes them to keep running when I stop (but that's neither here nor there.)

    The real problem lies in the fact that these multi-windows on the left are scaled by 50% of a 1920x1000 resolution size, and their UI's are completely F***ed.

    I need help with this as soon as possible.
    Thanks,
    Dracconus

    **EDIT**
    Forgot to add my scripts:

    The layout script:
    Code:
    <hotkey ScrollLockOn shift r>
    <targetwin rift1>
         <setwinsize 1920 1000>
         <setwinpos 0 0>
    <targetwin rift2>
         <setwinsize 960 500>
         <setwinpos -1920 0>
    <targetwin rift3>
         <setwinsize 960 500>
         <setwinpos -960 0>
    <targetwin rift4>
         <setwinsize 960 500>
         <setwinpos -1920 500>
    <targetwin rift5>
         <setwinsize 960 500>
         <setwinpos -960 500>
    
    
    <hotkey ScrollLockOn ctrl r>
    <renamewin rift rift1>
    <renamewin rift rift2>
    <renamewin rift rift3>
    <renamewin rift rift4>
    <renamewin rift rift5>
    
    
    <hotkey ScrollLockOn shift ctrl r>
    <renamewin rift1 rift5>
    <renamewin rift2 rift4>
    <renamewin rift3 rift3>
    <renamewin rift4 rift2>
    <renamewin rift5 rift1>
    and the actual script running everything

    Code:
    <Hotkey ScrollLockOn Ctrl R>
            <RenameWin "RIFT" RIFT1> 
            <RenameWin "RIFT" RIFT2>
            <RenameWin "RIFT" RIFT3>
            <RenameWin "RIFT" RIFT4>
            <RenameWin "RIFT" RIFT5>
    
    
    <Hotkey ScrollLockOn Ctrl P>
            <RenameWin "rift1" RIFT> 
            <RenameWin "rift2" RIFT>
            <RenameWin "rift3" RIFT>
            <RenameWin "rift4" RIFT>
            <RenameWin "rift5" RIFT>
    
    
    <Label r1 Local SendWinsf rift1>
    <Label r2 Local SendWinsf rift2>
    <Label r3 Local SendWinsf rift3>
    <Label r4 Local SendWinsf rift4>
    <Label r5 Local SendWinsf rift5>
    
    
    <Hotkey ScrollLockOn b, 0-9, Plus, Minus, F1-F11, Oem6>
    <SendLabel r1, r2, r3, r4, r5>
    <Key %Trigger%> 
    
    
    <MovementHotkey ScrollLockOn space, x>
    <SendLabel r1, r2, r3, r4, r5>
    <Key %Trigger%> 
    
    
    <UseKeyAsModifier Oem3>
    
    
    <Hotkey ScrollLockOn Oem3, LButton>
       <SendLabel r1, r2, r3, r4, r5> 
          <ClickMouse %TriggerMainKey%>
    Attached Images Attached Images
    Last edited by Dracconus : 03-08-2014 at 04:17 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •