Jump to content

Recursive _ArrayDisplay and _DebugArrayDisplay


Nine
 Share

Recommended Posts

@Nine one question : when you scripted the UDF, did you have in mind that getting rid of subclassing WM_NOTIFY could create issues (I guess) in case the user already registered WM_NOTIFY in his own script ?

Just curious, as always :)

 

Edited by pixelsearch
deleted a pic which was not really useful for this thread
Link to comment
Share on other sites

18 hours ago, pixelsearch said:

that getting rid of subclassing WM_NOTIFY could create issues

The major problem with subclassing is that you absolutely need to unregister the subclass before ending a script (all levels), otherwise the script hangs with a crash.

If you have registered WM_NOTIFY with GUIRegisterMsg, you simply need to reexecute the registration after a call to the UDF

_ArrayDisplayEX($My_Array)
GUIRegisterMsg($WM_NOTIFY, My_WM_NOTIFY)

Btw I will implement your solution on null cells in the next release of my UDF... TX

 

Edited by Nine
Link to comment
Share on other sites

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...