Announcement

Collapse
No announcement yet.

How to set Right To Left Align for TreeList Object Plugin?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mslight13
    replied
    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?
    Attached Files

    Leave a comment:


  • Worm
    replied
    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:


  • mslight13
    replied
    Originally posted by Shrek View Post
    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.
    Thanks Shrek,
    No way to make RTL this Object with built in AMS8 actions?

    Leave a comment:


  • Shrek
    replied
    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:


  • mslight13
    replied
    No Anyone to Help me?

    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);
    The result of this code after run MyProject is:


    Can I Set RTL to TreeList Like this?

    Please Help me.
Working...
X