Subject: English version of examples [Print This Page] Author:
Mike_Padilla Time: 2007-3-13 17:30 Subject: English version of examples
Do you happen to have English version of your examples?
Thanks in advance.
Mike PadillaAuthor:
Passion Time: 2007-3-19 13:37
Hi, Thanks for your suggestion. Some our examples is English but not all. Do you need which part to translate it? we'll try to replace there resource string.Author:
Mike_Padilla Time: 2007-4-2 18:46
For starters: The graphics example. I am not sure what I am looking at when I am trying out the blending of bitmaps.
Mike PadillaAuthor:
Mike_Padilla Time: 2007-4-3 23:38 Subject: Opened files in IDE at startup
Where is the cnwizard setting for the number of open files in the IDE during startup? currently it is set to one. I have to use the historical files feature or tho open view project manager to open the other files of interest
Thanks in advance for the anwser.
Mike PadillaAuthor:
Passion Time: 2007-4-5 22:53
Hi, For the Graphics example, we've added a MainFrm_1033.dfm in cnpack\Examples\Graphics\Source directory, then we can modify the MainFrm.pas and change the {$R *.dfm} line to
{$R MainFrm_1033.dfm}
and re-build this program. It's a manual way for build the English version for this Demo, for we've not design a multi-langugage mechanism for our every examples.
Sorry for inconvience.Author:
Mike_Padilla Time: 2007-4-21 08:07 Subject: I cannot Seem to locate the file
Hello, I cannot seem to locate the file in question.
Thanks
Mike PadillaAuthor:
Mike_Padilla Time: 2007-4-21 08:10 Subject: How does one turn the component name editor back on?
I turned the component name editor off and it keeps renaming the components name. I selected the option to never ask again. It still keeps renaming components. How does one turn the component name editor back on?
Thanks
Mike PadillaAuthor:
Passion Time: 2007-4-22 17:55
Hi, the new file is in our CVS. No no zip versions for download.
For the 2nd question, you can try to run prefix wizard and press "settings" button in the dialog to open settings dialog. Check the "Show Dialog when Add New Component or Rename" check box.Author:
Mike_Padilla Time: 2008-1-14 07:42 Subject: Thanks
I just reviewed the solution regarding the component name editor and thanks for the solution