Jump to content

SkinH UDF for use with SkinSharp DLL


funkey
 Share

Recommended Posts

The following issues:

  • Unable to click menu options
  • Unable to click maximize, minimize, close
  • Menu's activated with alt key appear on separate monitor

All stem from a multi-monitor incompatiblity with this dll.

When i ran the included test file on my PRIMARY monitor, skinned and unskinned, the menu's and buttons worked like a charm. But when I moved the window (GUI) to my 2nd monitor, I was unable to click any menu choices, or titlebar buttons.

Once i moved the window (GUI) back over to my primary monitor, everything worked fine.

It's a shame, really. If this dll were multi-monitor supported, things would be awesome, and this dll would be great. But, guess that's just in how the dll was designed.

Sent an email on down to the developers of Skin Sharp, great people, good comunication skills (for being non native english speakers). They identified the above bugs as actual issues, and are working on a resolve that should be out soon. I hope they can work it out soon, i love this DLL.

-_-------__--_-_-____---_-_--_-__-__-_ ^^€ñ†®øÞÿ ë×阮§ wï†høµ† ƒë@®, wï†høµ† †ïmë, @ñd wï†høµ† @ †ïmïdï†ÿ ƒø® !ïƒë. €×阮 ñø†, bµ† ïñ§†ë@d wï†hïñ, ñ@ÿ, †h®øµghøµ† †hë 맧ëñ§ë øƒ !ïƒë.

Link to comment
Share on other sites

Great to hear, zackrspv! Thanks for communication with the developers!

The SHE files are a lot smaller than the style files from uskin.

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

Maybe you can ask them to create an x64-dll, too. That is something missing in all other skin tools, too.

Edited by ProgAndy

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Link to comment
Share on other sites

  • 4 weeks later...
  • 10 months later...

@JamesDover: Look into SkinH.au3 for description of the functions.

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

Nice you code

this code add

Opt("TrayIconHide", 1) ;<--- add

ProcessClose(@AutoItPID);<----add

Func _SkinH_DeInit($Delete = 0)
If $__SkinH_DLL Then
  DllClose($__SkinH_DLL)
  $__SkinH_DLL = 0
EndIf
If $Delete Then FileDelete($__SkinH_DLLPath)
$__SkinH_DLLPath = ""
   Opt("TrayIconHide", 1) ;<--- add
            ProcessClose(@AutoItPID);<----add
EndFunc   ;==>_SkinH_DeInit

thank you

Link to comment
Share on other sites

  • 4 months later...
  • 10 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...