Sancarn
Sancarn
Playing around with undocumented spatial bookmarks: spat = WSSpatialBookmarks.new #spat.new_bookmark_from_selection "",_.net,1,1 #< freeze (perhaps first parameter is name of spatial bookmark? spat.new_bookmark_from_selection "abc",_.net,1,1 #< works? spat.save_to_network _.net #< works!
A more detailed list of functions including number of parameters and class names (to avoid confusion) can be found below: ``` req = required parameter rest = parameter array /...
Was doing some investigation into WSApplication.log_event() It seems the first parameter is 'Type' since when invalid numbers are given, ICM will error with 'Type has invalid value' There are also...
Method lists can be found here: https://gist.github.com/sancarn/9830b8a4c24e38482cef5dd7d3292b52 To create a method list you can use: https://gist.github.com/sancarn/e706281a070d1b7691e97b06eb8b0d55 I don't have the script which generates the list with arguments etc. saved... 👀...
Some examples functional now: ```vba Private Sub UserForm_Initialize() With stdWindow.CreateFromIUnknown(Me) Call .setOwnerHandle(0) .HICON = stdWindow.CreateFromHwnd(Application.VBE.MainWindow.hWnd).HICON ' .HICON = stdImage.CreateFromStdPicture(Image1.picture).HICON ' .HICON = stdImage.CreateFromShape(Sheet1.Shapes("Picture 2")).HICON ' .HICON = stdImage.CreateFromFile("C:\Users\sancarn\Pictures\yuumi.png").HICON Image1.PictureSizeMode =...
Oops, I've just spotted this is already half implemented in the API section. Just a clickable "share" button would need adding to the UI
Updated to fix some more of the awesome-lint issues which were overlooked. It should be noted that many of the awesome-lint issues which remain are due to the inclusion of...
> It looks like you didn't read the [guidelines](https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md) closely enough. I noticed multiple things that are not followed. Try going through the list point for point to ensure you...
> The linter doesn't like the links as they are invalid. The `[![p_win]]` syntax creates clickable images that link to a section of the document. The #- part is meant...
@Axorax interesting, i disagree from the perspective that currently icons are aligned therefore easy to parse ``` - 🪟⭐ Something - Something awesome - 🍎⭐ Something else - Something else...