Multicolor Procedure List

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Multicolor Procedure List

Post 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 :shock: :lol: :lol: :lol:

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. :)
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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?
Zebuddi123 wrote: 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 :shock: :lol: :lol: :lol:
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?
Image
Image
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Multicolor Procedure List

Post 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 :)

Image

New Image soory about quality having to scale down to post on pbforum

Image
Last edited by Zebuddi123 on Mon May 27, 2019 11:45 am, edited 1 time in total.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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?
Image
Image
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Multicolor Procedure List

Post by Zebuddi123 »

5.71b1 Ill try with 5.70lts

Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Multicolor Procedure List

Post by Zebuddi123 »

Yes that works! must be something to do with 5.71

Zebuddi.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post by RSBasic »

Thank you for this information. I'll test with 5.71. Previously always tested with 5.70 LTS.
Image
Image
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Multicolor Procedure List

Post 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.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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. :(
Image
Image
forumuser
User
User
Posts: 98
Joined: Wed Apr 18, 2018 8:24 am

Re: Multicolor Procedure List

Post 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?
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: Multicolor Procedure List

Post 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.
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
forumuser
User
User
Posts: 98
Joined: Wed Apr 18, 2018 8:24 am

Re: Multicolor Procedure List

Post by forumuser »

If you are using the PB Portable version, then my tool is also in Portable mode
Thanks!
User avatar
RSBasic
Moderator
Moderator
Posts: 1228
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Multicolor Procedure List

Post 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.
Image
Image
Post Reply