Skip to content

Commit 697d4a3

Browse files
committed
Remove debug const InitialDir
1 parent 65b81b6 commit 697d4a3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install just download the Release, extract it and double click on MakeP4DComp
1010

1111
The window you get looks like this...
1212

13-
![mainForm](D:\src\MakeP4DComponents\images\mainForm.png)
13+
![mainForm](images/mainForm.png)
1414

1515
This form allows you to enter the holistic overview of the collection of components you are creating. The fields in the form are mainly for some housekeeping that Delphi wants to know but there are others that automatically create a README.md for you such as the text entry area labelled README.md Text.
1616
Directly under this box is a CheckBox that, if ticked, will add the details from the Python packages (getting to that part next) you include. The addition of the optional fields is not mandatory but it makes sense to enter as much information as possible.
@@ -19,7 +19,7 @@ A really important field on the above page is the Palette Page. This is where al
1919

2020
Click on the Add Package button an a new window will open allowing you to enter the details of a Python Package.
2121

22-
![componentForm](D:\src\MakeP4DComponents\images\componentForm.png)
22+
![componentForm](images/componentForm.png)
2323

2424
The first five fields are mandatory as these define the individual component you are adding. The Default Icon (by Jim McKeeth) is there so that you at least have some image. If you have the time obtain a proper icon and change the one provided by clicking on the Default icon and loading in your preferred image.
2525

@@ -51,7 +51,7 @@ This also allows some flexibility - I might already have a component installed I
5151

5252
There is a sample p4d included in the repo at https://github.com/peardox/TestComponentPackage that resulted from my second test run (the first had *really bad* MarkDown rather than just poor MarkDown) You can load it into MakeP4DComponents and you'll get this test set of components (I need to do proper Icons for) that will be used in a future Tutorial.
5353

54-
![TestRun](D:\src\MakeP4DComponents\images\TestRun.png)
54+
![TestRun](images/TestRun.png)
5555

5656
Supporting the following projects (with special note to the last two)
5757

@@ -72,4 +72,3 @@ https://github.com/Embarcadero/PythonPackages4Delphi
7272

7373

7474
Make sure you "brcc32 EmbeddedResources.rc" before trying to build if you alter any resources
75-

0 commit comments

Comments
 (0)