Page 2 of 9
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 10:36 am
by RSBasic
Multicolor Procedure List 1.0.7 has been released.
Changelog:
- Bugfix: Automatic resizing of the procedure list.
- Bugfix: When a PB setting is changed, PB updates the GUI and the tool is no longer displayed.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 10:49 am
by Zebuddi123
Hi RSBasic 3 more issues
1. when opening pbide and the tools panel has some random small width (still the same old ide bug) MPL is only drawn the width size of the most right hand side icon. basically not redrawing properly.
x --- 2. when changing anything with the preference tool and clicking apply, MPL for want of a better term looses focus and is not redrawn with the ide. Haha to fast for me
3 when the ide is terminated, MPL is left running in the background (under Explorer> in the task manager) and has to be terminate to be able to restart. Maybe a periodic check procedure to see if the ide is running
before self terminating if not.
Zebuddi.

Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:02 am
by RSBasic
Zebuddi123 wrote:1. when opening pbide and the tools panel has some random small width (still the same old ide bug) MPL is only drawn the width size of the most right hand side icon. basically not redrawing properly.
Can you post a screenshot here?
Is the procedure list always empty or is the procedure list redrawn as soon as you change the width of "ToolsPanel"?
Zebuddi123 wrote:3 when the ide is terminated, MPL is left running in the background (under Explorer> in the task manager) and has to be terminate to be able to restart. Maybe a periodic check procedure to see if the ide is running
before self terminating if not.
This query already exists. Does the tool always keep running when you quit PB or just sometimes?
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:09 am
by Zebuddi123
Hi RSBasic
To 3. always keeps running
To 1. I had one and was thinking about the hassle of uploading to image site and then thought about ImgBBUploader by Kurzer loaded the code into the ide which rectified the problem and I had forgot to print/screen the image
Ill make a mock up image to give you an idea
Zebuddi.
ps Thanks Kurzer ImgBBUploader Should be a Sticky on the forum. So useful
New Image soory about quality having to scale down to post on pbforum

Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:27 am
by RSBasic
Zebuddi123 wrote:To 3. always keeps running
Hm, very strange.
My code to check:
Code: Select all
;loop
;[...]
hProcess = OpenProcess_(#PROCESS_ALL_ACCESS, 0, PID)
If hProcess
CloseHandle_(hProcess)
Else
End
EndIf
PID is Process ID of your PB IDE. The tool is always closed automatically here.
Which PB version do you use?
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:46 am
by Zebuddi123
5.71b1 Ill try with 5.70lts
Zebuddi.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:49 am
by Zebuddi123
Yes that works! must be something to do with 5.71
Zebuddi.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:53 am
by RSBasic
Thank you for this information. I'll test with 5.71. Previously always tested with 5.70 LTS.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 11:59 am
by Zebuddi123
In the context of multiple pbide`s running we run into the issue of MPL is already running. Which I have just noticed as I was going to run both side by side for an image of the difference
https://ibb.co/bv88wkd so I dont have to scale down
This is how my templates Look, all automated from a program I wrote. As you can see there are quite a number of proc's which I`m always forgetting whats where. The search function of MPL what be a god send here for me.
https://ibb.co/41yx84q
Zebuddi.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 12:48 pm
by RSBasic
Multicolor Procedure List 1.0.8 has been released.
Changelog:
- Changed: It is now possible to use the tool in multiple PB instances.
Zebuddi123 wrote:To 3. always keeps running
I'm not sure, but it might be fixed, maybe, because I changed a code. Can you test it again?
Zebuddi123 wrote:In the context of multiple pbide`s running we run into the issue of MPL is already running. Which I have just noticed as I was going to run both side by side for an image of the difference
https://ibb.co/bv88wkd so I dont have to scale down
It's possible now.
Zebuddi123 wrote:This is how my templates Look, all automated from a program I wrote. As you can see there are quite a number of proc's which I`m always forgetting whats where. The search function of MPL what be a god send here for me.
https://ibb.co/41yx84q
If you need the search function for templates I can develop this for templates.
Zebuddi123 wrote:New Image soory about quality having to scale down to post on pbforum
Thank you for your screenshot.
I have no idea how to reproduce the error.

Re: Multicolor Procedure List
Posted: Mon May 27, 2019 2:02 pm
by forumuser
All color settings are stored here: %AppData%\RSBasic\Multicolor Procedure List\ProcedureColors.ini
What about us portable users?
How about this:
If ProcedureColors.ini is found in the same folder as the .exe
it is used and
NO %APPDATA%\RSBasic is ever used and (of course) not even created?
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 2:45 pm
by Zebuddi123
RSBasic wrote:Multicolor Procedure List 1.0.8 has been released.
Changelog:
- Changed: It is now possible to use the tool in multiple PB instances.
Zebuddi123 wrote:To 3. always keeps running
I'm not sure, but it might be fixed, maybe, because I changed a code. Can you test it again?
Yes that is sorted

the only problem is that MLP throws a MessageRequester("Error", "The Purebasic window could not be determined")
which could be remove ?
Zebuddi123 wrote:In the context of multiple pbide`s running we run into the issue of MPL is already running. Which I have just noticed as I was going to run both side by side for an image of the difference
https://ibb.co/bv88wkd so I dont have to scale down
It's possible now.
Yes that works great now.
Zebuddi123 wrote:This is how my templates Look, all automated from a program I wrote. As you can see there are quite a number of proc's which I`m always forgetting whats where. The search function of MPL what be a god send here for me.
https://ibb.co/41yx84q
If you need the search function for templates I can develop this for templates.
That would be Great.
Zebuddi123 wrote:New Image soory about quality having to scale down to post on pbforum
Thank you for your screenshot.
I have no idea how to reproduce the error.

when the ide is closed down via unexpected means power loss reboot ect. I believe thats where the ide seems to lose/change it`s width param, so the next time the pbide starts the redaw issue happens.
I cant remember the steps from the second time as in the 2nd image
I will let you know the next time this happens and try to remember the steps for you.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 4:17 pm
by RSBasic
Multicolor Procedure List 1.0.9 has been released.
Changelog:
- Changed: If the portable version is used, the own settings file is created and read in the same directory.
- Bugfix: If a PB setting has been changed, PB updates the user interface. If PB takes longer to recreate the controls, the tool might not find the controls.
@forumuser
You are right. I implemented that. If you are using the PB Portable version, then my tool is also in Portable mode.
Re: Multicolor Procedure List
Posted: Mon May 27, 2019 10:18 pm
by forumuser
If you are using the PB Portable version, then my tool is also in Portable mode
Thanks!
Re: Multicolor Procedure List
Posted: Tue May 28, 2019 9:53 pm
by RSBasic
Multicolor Procedure List 1.1.0 has been released.
Changelog:
- Added: 32 Bit-Version
- Added: "Hide module names" setting
- Bugfix: The query whether PB is still running has been changed so that the tool always quits when PB is no longer running.
- Bugfix: Problem restoring the minimized PB window when the tool had the focus.