Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/10/2018 in Posts

  1. $str = "CD1894EF" msgbox(0, '' , stringregexpreplace($str , "(.)(.)" , "$2$1")) ;DC8149FE
    3 points
  2. @behdadsoft Try to create ImageList with 32 bit color depth (third parameter = 5) Local $hImageList = _GUIImageList_Create(50, 20, 5)
    2 points
  3. @nacerbaaziz I understand now. I thought that you were creating tools for people who use screen readers. I didn't realize that you use a screen reader also.
    1 point
  4. It is the Scintilla control in file scilexer.dll, not SciTE, and It has been done a few times already and a prime example is: Jos
    1 point
  5. E4A Version 4.3 is released today. New features include: _Eigen_Find and _Eigen_FindAll, returning either cell offset(s) or row & col coordinates of a specified value, plus associated funcs _Eigen_ConvertOffset_ToRowCol & _Eigen_ConvertRowCol_ToOffset; to locate cells satisfying other conditions, use _Eigen_ConditMask first, and use its output as input here (finding value unity (1)) _Eigen_InsertRows/Cols and _Eigen_DeleteRowsCols, to change the dimensions of an existing matrix _Eigen_GetMin/MaxValue, _Eigen_GetRow/Col_ofMin/MaxValue wrapper functions _Eigen_CreateMatrix_Random_Integer & _Eigen_SetRandom_Integer (also works in integer matrices) Hope it helps.
    1 point
  6. The errors are the result of script breaking changes. In 2009, as @funkey has createted the script, the script runs. I haven't tried but i think when you uses a tool which creates a DLL and pack there your png-files (renamed to .ico?) owntab will work.
    1 point
  7. Typical tonycst remark...isn't it? Jos
    1 point
  8. This will avoid that error in case no parameter was provided: For $x = 1 To $CMDLINE[0] ; If $CMDLINE[$x] = "/Run" Then StartMonitoring() ; Next Jos
    1 point
  9. Let me get a clot and the glass round thing from the cupboard and polish it up a little so I can check.... hang on...
    1 point
  10. Eigensheep

    AutoIt Editor

    Another editor, and nothing special. I just thought it finally warranted posting. I still use SciTE by preference. But on computers where AU3 is not installed (eg. at school) I have a copy of the autoit directory and this on my USB stick. The screenshot below should show what it looks like. Features: Text editor New,Open,Save Compile Run Error check Beta/Production Switch "No save" option - the file is not saved before running/ compiling/ error checking Version checker (top right) with website link Multiple "Tabs" New, Next, Previous, Close, Save Some problems I am aware of are: Empty files reading "0" on tab-change and unknown errors on opening some files. You also need SciLexer.dll to run it (not posted, but readily available.) I would be really grateful for any comments/ problems/ ideas/ improvements. Oh and btw, the files "highlighter.au3.txt", "Scintilla.h.au3" and "SciteInclude.au3" should go in the same directory as the main file. I didn't write all of it, just some, but I forget where I found the code - so if it was you then thank you! Let me know and I can put your name in somewhere. Also, the "windows" in the filename doesn't refer to the OS. It's my way of differentiating versions. The source is long which is why I haven't posted it. (But it is included in the zip) Editor.zip
    1 point
  11. Szhlopp

    Force update/redraw gui

    _WinAPI_RedrawWindow ($GUI) ; Also sends $WM_PAINT GUISetBkColor(0xF0F0F0) Both redraw the window
    1 point
  12. Maybe this is a nice one to start with: .. but you will soon see that building an editor like SciTE takes effort. Jos
    0 points
  13. In the topic "Running Scripts", no, i dont see it. I agree there should be an example such as that.
    0 points
×
×
  • Create New...