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.
malleo, caput, bang. Ego, comprehendunt in tempore
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
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?
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
Last edited by Zebuddi123 on Mon May 27, 2019 11:45 am, edited 1 time in total.
malleo, caput, bang. Ego, comprehendunt in tempore
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
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.
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
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.
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?
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
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.
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
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.