some bugfixes
Hi Team, We have a migration project going on from Delphi 2009 to Rio10.4 version of delphi. Can you please confirm TurboPower Orpheus supports Rio 10.4 version of Delphi?
microhard007x@gmail.com
ÀNy body still using them i may be able to help
email me at microhard007x@gmail.com
Hi people i am 67 i have delph 4 pro and use orpheus3 and topaz8 they both are great. This may work with your Delphi 5. topaz8 hot from software science
Hello, I realized that the OnDoneEdit Handler for tables only saves cell data that were edited which is expected. But is there a way i could save all the cells in the table and not just the edited cells. Is there another handler or function that could let me save cells even if not edited ? Please advice.
Hello, I realized that the OnDoneEdit Handler for tables only saves cell data that were edited which is expected. But is there a way i could save all the cells in the table and not just the edited cells. Is there another handler or function that could let me save cells even if not edited ? Please advice.
Ok, so How can i use this to count edited rows?
The OnGetCellData has a parameter with the name purpose. If this is cdpForSave then you know that a particular cell needs to be saved.
Hello , I have declared rows (20 rows) displayed on my table, but i wont be editing all 20 rows and saving all 20 rows always. Is there a property that can count the number of rows I have inputted data in? I need to be able to just save those edited rows into the database and not the whole rows declared on my table. Thanks
Take a closer look at TCellComboBoxInfo in OVCTCMMN.PAS. The layout of that record had to be changed a bit. So make sure that you return a record with the correct layout to the table.
I too am experiencing this error, but in Delphi 2007 with the latest code from this reporsitory. Let me know if you resolve this issue and I will do likewise.
Hello , I am migrating to Delphi 10 seattle from delphi 2007 . I am using alot of ovctable and in the ovc table i have a combobox which requires that i save the edited data. Hence , the use of the procedure SsaveEditedData. This procedure takes a data which is a pointer type. I got an access violation error wich made me trace the problem to the procedure in ovctccbx unit. code specifically breaks at this line. ItemRec^.St := Copy(Items[ItemRec^.Index], 1, MaxLength); could you please help suggest...
I found this answer on Stack Overflow: "The Tool Palette is context sensitive. It doesn't display things that are not relevant to the current state of the IDE. Design-time components are not relevant to Units, only to the Form Designer. The Form Designer must be active and focused in order to see components in the Tool Palette" So File->Open->New Form makes the compnents magically appear in the Palette.
Sebastien Thanks. I deleted the %ComponentBin% and %CompileTo% entries. I recompiled O408_d149.bpl and whenI actioned install I got the large dialog which indicated all of the components that had been installed. However no entry appeared on the Tool Palette. In Tools->Options->Component Toolbar all the Orpheus components are listed. So how do I get them to appear on the Tool Palette? Thanks Paul
A person who managed this project had it in their settings and insisted that it be there. Delete it and you should be fine.
Sebastian Ok this is the result. See screenshots for Debug, Release and Base configurations. At least I can see where %ComponentBin% came from. I really don't know how to interpret this.
Menu "Project"->Options...->Delphi compiler (top node in the treeview)
Lance I'm not sure how to do that. If I File->Open, say, O408_d.dpk it appears in the Delphi Project Manager as O408_d140.bpl. Selecting the .bpl file and choosing View Source there is no indication of destination folders. I haven't found any function to view .dpk project properties. Paul
You have to look at the project settings for each DPK and it will tell you where the unit output (DCUs) are placed as well as the BPL. If the output directory where it puts the binary is empty, then it will put them in the global BPL directory. The DCUs directory needs to be added to Delphi library path to find. On Thu, Apr 12, 2018, 7:29 PM Paul Richards paoloricardo@users.sourceforge.net wrote: There is no file with a .bpl suffix- only .dpk, .dcu, .res and .dproj. Where is the BPL file for Delphi?...
I have no idea what component componentbin is either. So I would verify that any of the paths are not using environmental variables. I don't have any of these issues with Delphi XE2, XE3, XE7, XE8, 10, 10.1 or 10.2. On Thu, Apr 12, 2018, 9:25 PM Paul Richards paoloricardo@users.sourceforge.net wrote: OK, I found this folder: Libraries->Documents->RAD Studio->7.0->Bpl which contains O408_d140.bpl, O408_r140.bpl, O408_bd140.bpl and O408_br140.bpl. I copied these into ..\packages\delphi2010 but I still...
OK, I found this folder: Libraries->Documents->RAD Studio->7.0->Bpl which contains O408_d140.bpl, O408_r140.bpl, O408_bd140.bpl and O408_br140.bpl. I copied these into ..\packages\delphi2010 but I still got the message ""Can't load package c:\tpower\orpheus\packages\delphi2010\%ComponentBin%\O408_d140.bpl. The specified module could not be found." which seems ridiculous as the file is in the packages\delphi2010 folder. I've no idea to what %ComponentBin% refers. So, do I have to copy these to another...
OK, I found this folder: Libraries->Documents->RAD Studio->7.0->Bpl which contains O408_d140.bpl, O408_r140.bpl, O408_bd140.bpl and O408_br140.bpl. I copied these into ..\packages\delphi2010 but I still got the message ""Can't load package c:\tpower\orpheus\packages\delphi2010\%ComponentBin%\O408_d140.bpl. The specified module could not be found." which seems ridiculous as the file is in the packages\delphi2010 folder. I've no idea to what %ComponentBin% refers. So, do I have to copy these to another...
There is no file with a .bpl suffix- only .dpk, .dcu, .res and .dproj. Where is the BPL file for Delphi? - in \bin? I tried following this thread https://sourceforge.net/p/tporpheus/discussion/241874/thread/436d829e/ but to no avail. Paul
Perhaps, after building the BPL, copy them to the BPL folder for Delphi and then add the design time packages to Delphi. On Thu, Apr 12, 2018, 4:52 PM Paul Richards paoloricardo@users.sourceforge.net wrote: Lance This is what happens when I try and install Orpheus. The source is in c:\tpower\orpheus\source and the packages in c:\tpower\orpheus\packages\delphi2010 (a) I've set the Library ->WIn32 options to include the packages and source directories. I've tried setting the package directory as c:\tpower\orpheus\packages...
Lance This is what happens when I try and install Orpheus. The source is in c:\tpower\orpheus\source and the packages in c:\tpower\orpheus\packages\delphi2010 (a) I've set the Library ->WIn32 options to include the packages and source directories. I've tried setting the package directory as c:\tpower\orpheus\packages and c:\tpower\orpheus\packages\delphi2010 (b) I load O408_r.dpk which shows in the Project Manager as O408_r140.bpl, and build. No errors. (c) I do the same for O408_d.bpk which shows...
In past few versions of the IDE, there was a lot of clean up and focus for the specific IDE. I'm in a different position in that I've had every Delphi IDE and owned the commercial versions of all the TP products before they open sources them. I'm not even sure I have a Delphi 10 VM to refer to. You might need to try using 4.08 or 4.07 or 4.06 from the Sf website On Wed, Apr 11, 2018, 9:25 PM Paul Richards paoloricardo@users.sourceforge.net wrote: Lance I don't think I will be upgrading to 10.2 just...
Lance I don't think I will be upgrading to 10.2 just to be able to install Orpheus and the the other TurboPower products. I will ask again: Is there, therefore, an up to date list of which version(s) of Delphi support specific TurboPower packages? I do have Delphi 2010 but I cannot install the relevant package. I tried to follow these instructions https://edn.embarcadero.com/article/40491 but the Orpheus407AU_3 seems to be no longer on the Source Forge website.
OK, I've sorted it out.
OK, I got to compile and build 0407_d.dpk in Delphi 2010. So where do the Orpheus components appear? Sorry it's about 15 yearssince I last used Delphi :-( Paul
Do the components work in Delphi 2010? There do not seem to be any . bpl files which Delphi seems to expect.
The Torry page shows D5 as the earliest and you have D4. I would recommend moving up to Delphi 10.2 Tokyo and the. You can use Getit or SVN to pull in code. It works well. On Tue, Apr 10, 2018, 10:57 PM Paul Richards paoloricardo@users.sourceforge.net wrote: I see. So the information given here https://torry.net/authorsmore.php?id=4212 is incorrect? Is there, therefore, an up to date list of which version(s) of Delphi support specific TurboPower packages? Thanks Paul Unable to install Orpheus (and...
I see. So the information given here https://torry.net/authorsmore.php?id=4212 is incorrect? Is there, therefore, an up to date list of which version(s) of Delphi support specific TurboPower packages? Thanks Paul
Delphi 4 is nearly 20 years old. We don't support it anymore.
I am trying to install Orpheus in Delphi 4 (running in a Windows NT virtual machine.) I am choosing the correct package but everytime I try to Compile (as per the ReadMe intructions) I keep getting messages such as "[Error] O407_d.dpk(28): Invalid compiler directive: 'ALIGN'" and "[Fatal Error] O407_d.dpk(55): File not found: 'c:\tpower\orph\source\Vcl.dpk'". This happens with every one of the TurboPower packages I have tried to install (although the specific 'File not found' message differs). Can...
The following code used to (C++ Builder 6) make the contents of particular cell invisible: void __fastcall TMyForm::MyTableGetCellAttributes ( TObject* Sender, int RowNum, int ColNum, TOvcCellAttributes &CellAttr) { if (RowNum == 5 && ColNum == 3) CellAttr.caAccess = otxInvisible; However, this no longer works. The cell becomes read-only, but the contents of the cell (in my case a checkbox) is still visible. Is there something I should do different now or is this a bug?
The behavior of this component changed significantly in Rad Studio 10.2 from its original implementation when I used it under C++ Builder 6. When the table's option "Always Editing" was set, any checkbox in the table could be turned on/off by simply clicking the checkbox. Now, the first click selects the checkbox and only the second click changes its state. A similar behavior can be observed when using a dropdown list. The first click activates the cell and the second click displays the items in...
TOvcTCComboBox and keyboard
"Enable High DPI" application setting causes TOvcTable columns to not scale
Packages for Delphi 10.2 Tokyo
Minor changes to contains-list in o408_d.*/o408...
Orpheus version for Delphi 7
The ItemList of a TOvcTCComboBox appears on the top left of screen instead direct...
- ovc.inc
D7 compile Errors
I am looking to convert a project from Borland C++ Builder 6 to a more current C++...
Reportview messed paint in grouped mode
You cannot run 16 bit software on a 64bit Windows 10. You can download a 32 bit Pre-Unicode...
I have a 16 bit version of Orpheus that I used to use and now need once again but...
I recently downloaded Orpheus408.2.zip and I'm wondering if this is the latest version...
I installed teh GetIt version of Orpheus in Seattle 10 ... then cut and pasted a...
I installed teh GetIt version of Orpheus in Seattle 10 ... then cut and pasted a...
TOvcTCCheckComboBox: Option for always showing ...
Added packages for Delphi 10 Seattle
Beste mailer, Momenteel ben ik op vakantie. Maandag 31 augustus ben ik weer aanwezig....
OK, thank you!
Version 4.06 is the oldest version that was made available as an open source license,...
I need to find version 3 of Orpheus, to use with Dephi 5 on an old project I inherited....
Thanks much for the quick reply! Can you tell me which version is the last to support...
The current version of Orpheus does not support Delphi 5 anymore. If the project...
Hello, I have taken over a project that uses Orpheus controls, and need to get it...
TOvcTCCheckComboBox: fixed an issue with unsele...
fixed HTMLText formatting lost on start editing
Fixed Popup Parent of TOvcTCComboBox dropdown
I'm trying to get the average of a RvViewField and have set the "Aggregate" property...
TOvcTCComboBox:
Added Font Color support for TOvcHtmlMemo, TOvc...
Bugfix: When deleting several lines of text in ...
packages for Delphi XE7 added
Any prediction when a package install and support will be available for Delphi X...
When will update be available for Delphi XE7 install pckg and support?
Fixed TOvcTCComboBox events: OnChange, OnKeyDown
Sever regression of TOvcTCComboBoxEdit
TOvcTCComboBoxEdit: made Canvas property public
TOvcTCComboBox: Fixed DrawItem event
Issue with TOvcTCComboBox and Delphi XE6
TOvcCustomHtmlTextEditBase: Implemented pasting...
OvcTable: Make it possible to draw a border aro...
Improved OvcTCComboBox so that it can drop down...
Added support for Delphi XE6 and CBuilder XE6.
Delphi XE6 Install Package and Support
Still using C+++Builder 6 (don't ask). Downloaded Orpheus 4.08 which said it supported...
Still using C+++Builder 6 (don't ask). Downloaded Orpheus 4.08 which said it supported...
Still using C+++Builder 6 (don't ask). Downloaded Orpheus 4.08 which said it supported...
Fixed buffer overflow in IsBidi
Hello I am installing orpheus on XE2 and building all four packages is ok, but when...
It wasn't possible to install the packages unde...
Added support for C++Builder XE5.
Ok then someone better change the website and remove the d2007 package from the file...
We've been using Orpheus since Delphi 1 and continue to use it in Delphi XE5, with...
I'm still using it ... with DXE5. Return to Delphi it is better than C# :-) -- R...