--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> --- In [email protected], "nospam0123456us" <nospam0123456us@> wrote:
> >
> 
> > function sendMessageRemoteOUT( han, message, wParam, maxSize )
> >      local pHan, mem
> 
> ....(snip)....
> 
> Try unicodePlugin0.75_090921.zip  in 
> http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/
> 
> Implemented but did not yet test (leaving town tomorrow)
> 
> unicode.sendmessagestrremote(hwnd, msg, wp, maxsize)

Works for me with an open filedialog in a unicode-based app:

local hwnd=window("firstwindow", "c=filedialog")
local msg=0x400+102 ;;gets selected folder's path?
local wp=1000
local maxsize=1000
win.debug(unicode.sendmessagestrremote(hwnd, msg, wp, ;;+
maxsize).to_ascii)
quit

My understanding is that unicode handles are transient when used in this way.

Regards,
Sheri

Reply via email to