
ldub
Active Members-
Posts
88 -
Joined
-
Last visited
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by ldub
-
Incremental search in owner and custom drawn ListViews
ldub replied to LarsJ's topic in AutoIt Example Scripts
-
Incremental search in owner and custom drawn ListViews
ldub replied to LarsJ's topic in AutoIt Example Scripts
Thank you very much! I fixed everything. @Norm73 Could you send the hole code, please !! -
Incremental search in owner and custom drawn ListViews
ldub replied to LarsJ's topic in AutoIt Example Scripts
Helpfull @Norm73 Many Thanks -
Incremental search in owner and custom drawn ListViews
ldub replied to LarsJ's topic in AutoIt Example Scripts
Yes, please ! And, if possible, more versions in a ZIP file. I have not managed to run some of them because they were incomplete. In any case, thank you very much to all. -
Issues with WS_EX_ACCEPTFILES and GUI_DROPACCEPTED
ldub replied to jantograaf's topic in AutoIt General Help and Support
Il get the same problem, even if I run it as admin. The GUICtrlCreateInput Autoit example give me a blank result. -
Hello PixelSearch, Thank's for your script ! I like it. To overwrite original files, I tried to use in my own script : _GDIPlus_ImageDispose($oImageObject) ; place it here, needed if file will be overwritten It works but, If I use it with many files (> 100), Autoit stops working without prompt. An idea ?
-
It works for me : Win 10 (64) $hWindow OK $oUIAutomation OK $oWindow OK $pCondition1 OK $pCondition2 OK $pCondition OK $oFolder OK SetFocus OK $oExpandCollapse OK Expand OK Collapse OK
-
_MailSlot_Write : undefined function !
-
I just wanted to thank Xenobiologist for this script that has changed my life for years. I have just reinstalled Autoit and Scite for various reasons. I had to reinstall OrganiseInclude. This was very easy by following the help file that is provided.
-
Jchd and Jos, I took the big steps, I uninstalled and then reinstalled Autoit and Scite. It was the good decision. Everything works well now. Thank you so much for your help, sorry for taking your time. Ldub
- 92 replies
-
My configuration of SciTEGlobal.properties and SciTEUser.properties "internationalization" is the same as for my Scite version 4.1 which works fine. .
- 92 replies
-
Indeed, if I replace the 0xC3, everything goes in the order. However, that does not solve my problem: when I use Tidy, the utf8 mode is removed and I have to select it manually via the menu.
- 92 replies
-
When I switch back, all is correct except the a with accent grave ( all of them remain unreadable ) See the result, picture 3 and 4 (previous page).
- 92 replies
-
With utf8.auto.check=4, it's the same... Sure that I have re-opened the file after the change . The problem occurs only when I run Tidy in Scite. This option put the utf8 code page off.
- 92 replies
-
Jos, You told me : "What is the reason you changed the default for "utf8.auto.check=0" ? I think that should be 4, as the default, and probably will fix your issue " I havent changed anything after the installation of Scite 4.1.2. And I see that the default values are the same as my previous version of Scite 4.1.0, which works fine : For SciTEGlobal.properties, internationalisation values are always : For SciTEUser.properties , internationalisation values are always: As I told you, the problem occurs only when I run Tidy in Scite.
- 92 replies
-
Even if I change utf8.auto.check=0 to utf8.auto.check=4 I get the same (bad) results with Tidy.
- 92 replies
-
Here it is ! test Tidy - modified by Scite.au3 test Tidy.au3 5 - Output pane.txt
- 92 replies
-
Explanations for the pictures included : 1 - Scite in utf8, without Tidy => result is ok 2a - With Tidy => accents became unreadable 2b - AND Scite menu encoding became "Code Page Property". 3 - So I select "utf8" in the menu but the result is not perfect => the "à" are always unreadable 4 - If I run this script, I get a strange result. But, If I remove the unreadable caracters, the result is fine. I have also included my config files : SciTEUser.properties and SciTEGlobal.properties Thanks for your help, 1 - 2a - 2b - 3 - 4 - SciTEUser.properties SciTEGlobal.properties
- 92 replies
-
My configuration: AutoIt Version: 3.3.14.5 SciTE Version 4.1.2 My language : French The new version of Scite 4.12 works very well. Thanks a lot for the update. But if I use the Tidy option, and run my script, the encoding switches from "utf8" to "code page property" which modifies the accents of my source code and renders them unreadable. If I put the encoding on "utf8" via the menu, the accents are redisplayed, except the "à" located in my comments. What I have to do to ?
- 92 replies
-
It does not work for me (Win7 64bit) May be I am wrong (How to use it ?) Regards
-
Thanks, Nice : simple and no loss of quality. A clone of Fastone image capture would be nice!
-
Thank you petenyc1 for those very clear information. It's very exciting, but I am not able to create the "case". My knowledge is limited.
-
@petenyc1 Could you share ? (I added field type "widestring" and "memo" to the string case) Thanks
-
Xbase I/O - transfer data between dbf file and array
ldub replied to RTFC's topic in AutoIt Example Scripts
How to read memo fields ? Thanks -
Predict Text for an Edit Control _PredictText.au3 (UDF)
ldub replied to PhoenixXL's topic in AutoIt Example Scripts
Would it be possible to take in account the size of the font in the suggestion list ? When I use large size fonts, the suggestion list remains in small characters. Regards