Search found 178 matches

by DigiDon
09 Feb 2018, 08:56
Forum: Scripts and Functions (v1)
Topic: Class RichEdit - update on 2015-04-14 (v0.1.05.00)
Replies: 204
Views: 79726

Re: Class RichEdit - update on 2015-04-14 (v0.1.05.00)

Hi moefr01, Not sure what you mean by "out of word" and "linked with a button". Could you elaborate? What are you trying to achieve? Anyway I have investigated a bit more tables. There are no code implementation of an Insert Column function that I could find, which is really a pitty... But I've figu...
by DigiDon
08 Feb 2018, 10:53
Forum: Scripts and Functions (v1)
Topic: [GUI] FileSelect alternative - Customize / Restrict to a specific folder (20.03.2018)
Replies: 18
Views: 6870

Re: FileSelect GUI alternative - Customize / Restrict to a specific folder

UPDATE 08.02.2018 - 16h UTC+1
Bug fixed of troncated return value
New "All" param to select both files and folders
by DigiDon
08 Feb 2018, 05:46
Forum: Scripts and Functions (v1)
Topic: [GUI] FileSelect alternative - Customize / Restrict to a specific folder (20.03.2018)
Replies: 18
Views: 6870

Re: FileSelectFile style GUI you can restrict to a specific folder

UPDATES 08.02.2018 - 12h UTC+1 *DOCUMENTATION ADDED *MultiSelection return value was corrected *ABLE TO START OR NAVIGATE TO ALL DISKS *ABLE TO RESTRICT OR NOT ABOVE NAVIGATION *More concise usage : return Hwnd *Refresh button *Ability to create folder via right clic *Ability to open the current fo...
by DigiDon
07 Feb 2018, 15:57
Forum: Scripts and Functions (v1)
Topic: [GUI] FileSelect alternative - Customize / Restrict to a specific folder (20.03.2018)
Replies: 18
Views: 6870

Re: FileSelectFile style GUI you can restrict to a specific folder

Thanks burque505 for the sugestion ;) But finding perfect unicode characters is hard. The one you suggest makes me think of On top and Enlarge. I prefer https://i.imgur.com/46skj59.png Gui, Add, Button, xm+10 w20 gFSSwitchView, % Chr(0x02630) Gui, Font, Bold Gui, Add, Button, x+5 w30 gFSPrevious, % ...
by DigiDon
07 Feb 2018, 12:12
Forum: Scripts and Functions (v1)
Topic: [GUI] FileSelect alternative - Customize / Restrict to a specific folder (20.03.2018)
Replies: 18
Views: 6870

Re: FileSelectFile style GUI you can restrict to a specific folder

UPDATE 07.02.2018 - 18h UTC+1 Function much improved ! -Have a better code structure -Have nicer button and show "Select" button in a more adapted way -Offer File filters -Show folders only if select folders -Propose folder creation (or not) via right clic -Multi selection possible (returns the sam...
by DigiDon
07 Feb 2018, 09:01
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 138745

Re: Get the URL of the current (active) browser tab

cool ! :D
So maybe a glitch on Firefox side ! eheh
by DigiDon
07 Feb 2018, 07:11
Forum: Scripts and Functions (v1)
Topic: [GUI] FileSelect alternative - Customize / Restrict to a specific folder (20.03.2018)
Replies: 18
Views: 6870

[GUI] FileSelect alternative - Customize / Restrict to a specific folder (20.03.2018)

Hi, For my project EverFastAccess I needed a dialog able to select multiple files and folders. The standard folder select dialog thus wasn't a fit so I decided to create a more flexible and configurable file/folder select dialog. I hope this will benefit many :) AHK GUI alternative to the FileSelect...
by DigiDon
06 Feb 2018, 11:48
Forum: Ask for Help (v1)
Topic: RichEdit : New Features to All
Replies: 15
Views: 6077

Re: RichEdit : New Features to All

OK I've tackled the remaining item in my list :) (although there are still some challenges for the OLE implementation in some areas) How to embed any images in rtf in windows 7 (Win10 works automatically) Needs OLECallback to be activated (will be released soon) You have to use a menu label It uses ...
by DigiDon
06 Feb 2018, 11:33
Forum: Ask for Help (v1)
Topic: RichEdit : New Features to All
Replies: 15
Views: 6077

Re: RichEdit : New Features to All

Here is an example to insert a custom friendly hyperlink suggesting either the selection or the link as the label (name) of the link: RN_InsertLink: InputBox, LinkHyperlink, , Link Address,,,120 if ErrorLevel return if !(DefaultLabel:=RE2.GetSelText()) DefaultLabel:=LinkHyperlink InputBox, LinkLabe...
by DigiDon
06 Feb 2018, 10:27
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 196
Views: 138745

Re: Get the URL of the current (active) browser tab

Hello all, I was using this great script in one of my program and have been informed that it had some problems in Firefox. Atnbueno, did you make progress on the fix? Any hint ? JnLlnd or Jeeswg : any new info on the bug? Thanks! ;) EDIT : I have just tested JnLlnd's script in previous page and the ...
by DigiDon
05 Feb 2018, 05:27
Forum: Scripts and Functions (v1)
Topic: Class RichEdit - update on 2015-04-14 (v0.1.05.00)
Replies: 204
Views: 79726

Re: Class RichEdit - update on 2015-04-14 (v0.1.05.00)

Hello moefr01 Yes I have made advancements on the mentioned improvements See RichEdit : New Features to All so I will be creating a new topic with improved class in the following days. About tables I was wondering too. The thing is it seems table manipulation will be extremely complicated to rely on...
by DigiDon
04 Feb 2018, 03:54
Forum: Ask for Help (v1)
Topic: RichEdit controls: get/set text
Replies: 31
Views: 9530

Re: RichEdit controls: get/set text

-Don't know about the first
-RTF works as well for SetText
-I have Unicode 64 bits. I believe if it works on it, given that I use A_PtrSize, it should work on 32bits.
I wish someone will be able to confirm it though.
by DigiDon
03 Feb 2018, 12:54
Forum: Ask for Help (v1)
Topic: RichEdit : New Features to All
Replies: 15
Views: 6077

Re: RichEdit : New Features to All

I solved the problem mentioned about the friendly hyperlink that the EN_LINK message was not received before the doc was saved and reload. That's thanks to a post from just me (again! ;)) There was an error in the MSDN doc about Friendly Hyperlink. YOU MUST insert a whitespace AFTER the link so THIS...
by DigiDon
03 Feb 2018, 12:38
Forum: Ask for Help (v1)
Topic: RichEdit controls: get/set text
Replies: 31
Views: 9530

Re: RichEdit controls: get/set text

Well just me's class function SetText is in fact working well. But it is using the EM_SETTEXTEX = 0x0461 message and not the EM_STREAMIN = 0x0449 message. Indeed it is passing the string as AINSI. Here is the code from just me: SetText(ByRef Text := "", Mode := "") { ; Replaces the selection or the ...
by DigiDon
02 Feb 2018, 16:25
Forum: Scripts and Functions (v1)
Topic: [Func] Split Text keep delimiters | Split Text in lines by punctuation
Replies: 8
Views: 2133

Re: [Func] Split Text keep delimiters | Split Text in lines by punctuation

So it seems it works. You've nailed it ;) teststring:="Teststring... This is a test??? This is a test2?! This is a test3! This is a test4!!?" msgbox % SplitTextByDelim(teststring) ; msgbox % exitapp return SplitTextByDelim(P_Text,Delim="!?.") { return rtrim(regexreplace(P_Text,"[" Delim "](\s+)", "$...
by DigiDon
02 Feb 2018, 16:19
Forum: Scripts and Functions (v1)
Topic: [Func] Split Text keep delimiters | Split Text in lines by punctuation
Replies: 8
Views: 2133

Re: [Func] Split Text keep delimiters | Split Text in lines by punctuation

Sorry I didn't get you got it working into one line ! Ahah :D

Yep it seems way more concise with regex. And I know it as well but I don't know why it didn't came to my mind.

So can you come with the complete function or should I ? :P
by DigiDon
02 Feb 2018, 16:10
Forum: Scripts and Functions (v1)
Topic: [Func] Split Text keep delimiters | Split Text in lines by punctuation
Replies: 8
Views: 2133

Re: [Func] Split Text keep delimiters | Split Text in lines by punctuation

Hum...right I didn't have this case. Here is one version. It loops a bit ... but gets the job done ;) teststring:="Teststring... This is a test??? This is a test2?! This is a test3! This is a test4!!?" msgbox % SplitTextByDelim(teststring) exitapp return ;SplitTextByDelim(P_Text,Delim="!?.") ;SplitT...
by DigiDon
02 Feb 2018, 05:53
Forum: Scripts and Functions (v1)
Topic: [Func] Split Text keep delimiters | Split Text in lines by punctuation
Replies: 8
Views: 2133

[Func] Split Text keep delimiters | Split Text in lines by punctuation

Hi I hope this can benefit others ;) I needed to display some sentences in a GUI by splitting some text into natural lines. However I realised that StringSplit, Loop Parse etc. were omitting the delimiters from the result. In this case this was a problem. Couldn't find a script so here is one Edit :...
by DigiDon
02 Feb 2018, 03:58
Forum: Ask for Help (v1)
Topic: RichEdit controls: get/set text
Replies: 31
Views: 9530

Re: RichEdit controls: get/set text

Hi jeeswg, I have some troubles trying to use your StreamIn function to set RTF text. I am trying to insert for example a link. The rtf is correct. But If I try this it does not work LinkVar:="{\rtf1{\field{\*\fldinst{ HYPERLINK "" http://www.msn.com""}}{\fldrslt{ MSN} }}}" JEE_RichEditSetStream(RE2...

Go to advanced search