I can't set RTL to this plugin using description of Worm and Shrek.
Please help me to set RTL to this plugin...
I tested some ways but don't get any result.
In attached a LUA script that we can right align some of standard objects using it.
Is There any code to do this for TreeList?
Announcement
Collapse
No announcement yet.
How to set Right To Left Align for TreeList Object Plugin?
Collapse
X
-
Since its a plugin, it may be held in a container. When you call the function to set RTL, you could be setting it on the wrong window. Check to see if the window handle that is returned has any child windows. Try the RTL on them instead.
Leave a comment:
-
Originally posted by Shrek View PostThe plugin does not appear to have been worked on for 4 years so if the feature is not there then probably it never will be. You can use the inbuilt AMs Tree but get no icons or use the MemoryEx plugin and use the Windows Common Control Tree.
No way to make RTL this Object with built in AMS8 actions?
Leave a comment:
-
The plugin does not appear to have been worked on for 4 years so if the feature is not there then probably it never will be. You can use the inbuilt AMs Tree but get no icons or use the MemoryEx plugin and use the Windows Common Control Tree.
Leave a comment:
-
How to set Right To Left Align for TreeList Object Plugin?
I Downloded this plugin: http://www.indigorose.com/forums/thr...ugin-TreeList?
And when I using it I noticed that It not Support RTL.
For Example I can set RTL to Tree Object with this code:
Code:hWnd = Tree.GetProperties("Tree1").WindowHandle DLL.CallFunction("User32.dll", "SetWindowLongA", hWnd..", -20, 4194304", DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL);
Can I Set RTL to TreeList Like this?
Please Help me.Tags: None
Leave a comment: