You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there man this is excellent work. I was wondering if you were available to help a noob at mac os js-ctypes. I'm trying to do the following things:
Change icon of Firefox windows in a profile (affect change icon in taskbar and alt+tab menu too) (I accomplished this in Windows it looks like this: here)
Basically within this convertCFString there is a function CFStringGetLength which takes 1st argument of CFStringRef which is defined as new ctypes.void_t.ptr. I am running this on the return value of CFDictionaryGetValue, and the return value of this function is also ctypes.void_t.ptr, it just doesn't have a new in front of it. I can't figure out why this won't work please help.
It keeps throwing Exception: expected type pointer, got ctypes.voidptr_t(ctypes.UInt64("0x7fff7a13b7f0"))
Hi there man this is excellent work. I was wondering if you were available to help a noob at mac os js-ctypes. I'm trying to do the following things:
Aside:
do you know how to create a applescript file and set its icon? Im trying to programatically do this http://weblogs.mozillazine.org/asa/archives/2008/08/shortcut_to_lau.html
I'm in process of trying to get a Mac OS VM setup :)
The text was updated successfully, but these errors were encountered: