Guest Posted November 16, 2010 Posted November 16, 2010 Message from: "Andrew Tierney" Hi, There may be an issue with Delphi XE SP1 and compiling/installing the uniGui. Before SP1 was install on my Delphi XE VMware guest test image, the lib would compile and install fine. New version of test environment in a VMware guest with Delphi XE + SP1 and install fails with: uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different version of TeEngine.TCustomAxisPanel.DoOnAfterDraw Any ideas ? Thanks Andrew . Quote
Guest Posted November 16, 2010 Author Posted November 16, 2010 Message from: "Farshad Mohajeri" Andrew Tierney wrote: > Hi, > > There may be an issue with Delphi XE SP1 and compiling/installing the > uniGui. > > Before SP1 was install on my Delphi XE VMware guest test image, the lib > would compile and install fine. > > New version of test environment in a VMware guest with Delphi XE + SP1 > and install fails with: > > > uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different > version of TeEngine.TCustomAxisPanel.DoOnAfterDraw > > > Any ideas ? > > Thanks > Andrew > Hi, Current version of uniGUI was compiled before SP1, so I need to publish a new release compiled with SP1. I will try to make this available this weekedn. Thanks . Quote
Guest Posted November 16, 2010 Author Posted November 16, 2010 Message from: "Andrew Tierney" Thanks. On 16/11/2010 8:40 PM, Farshad Mohajeri wrote: > Andrew Tierney wrote: >> Hi, >> >> There may be an issue with Delphi XE SP1 and compiling/installing the >> uniGui. >> >> Before SP1 was install on my Delphi XE VMware guest test image, the >> lib would compile and install fine. >> >> New version of test environment in a VMware guest with Delphi XE + SP1 >> and install fails with: >> >> >> uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different >> version of TeEngine.TCustomAxisPanel.DoOnAfterDraw >> >> >> Any ideas ? >> >> Thanks >> Andrew >> > > Hi, > > Current version of uniGUI was compiled before SP1, so I need to publish > a new release compiled with SP1. I will try to make this available this > weekedn. > > Thanks . Quote
Guest Posted November 19, 2010 Author Posted November 19, 2010 Message from: "Andrew Tierney" I gather you won't get a chance to make a Sp1 version being your going away this weekend ? (If not I'll jump back to a vmware build with no SP1). Also.. Have you had any thoughts about if/how you will allow Multi-IP access to a page ? Thanks Andrew On 16/11/2010 10:09 PM, Andrew Tierney wrote: > Thanks. > > On 16/11/2010 8:40 PM, Farshad Mohajeri wrote: >> Andrew Tierney wrote: >>> Hi, >>> >>> There may be an issue with Delphi XE SP1 and compiling/installing the >>> uniGui. >>> >>> Before SP1 was install on my Delphi XE VMware guest test image, the >>> lib would compile and install fine. >>> >>> New version of test environment in a VMware guest with Delphi XE + SP1 >>> and install fails with: >>> >>> >>> uniGUI15Ex.dpk(36): F2051 Unit UniChart was compiled with a different >>> version of TeEngine.TCustomAxisPanel.DoOnAfterDraw >>> >>> >>> Any ideas ? >>> >>> Thanks >>> Andrew >>> >> >> Hi, >> >> Current version of uniGUI was compiled before SP1, so I need to publish >> a new release compiled with SP1. I will try to make this available this >> weekedn. >> >> Thanks > . Quote
Guest Posted November 22, 2010 Author Posted November 22, 2010 Message from: "Farshad Mohajeri" "Andrew Tierney" > > I gather you won't get a chance to make a Sp1 version being your going > away this weekend ? (If not I'll jump back to a vmware build with no > SP1). > I will publish new build with SP1 and some other fixes today. > Also.. Have you had any thoughts about if/how you will allow Multi-IP > access to a page ? > This must be resolved in library core. I will try to resolve this issue this week. Thanks . Quote
Guest Posted November 22, 2010 Author Posted November 22, 2010 Message from: "Andrew Tierney" On 22/11/2010 7:17 PM, Farshad Mohajeri wrote: > "Andrew Tierney" >> >> I gather you won't get a chance to make a Sp1 version being your going >> away this weekend ? (If not I'll jump back to a vmware build with no >> SP1). >> > > I will publish new build with SP1 and some other fixes today. > >> Also.. Have you had any thoughts about if/how you will allow Multi-IP >> access to a page ? >> > > This must be resolved in library core. I will try to resolve this issue this > week. > > Thanks > > Thanks.. Do the Combo and List database components work at the moment ? (Databound grid works, DBCombo displays only the first item and DBList shows no records - With either dbExpress of dbGO) . Quote
Guest Posted November 22, 2010 Author Posted November 22, 2010 Message from: "Farshad Mohajeri" "Andrew Tierney" > Do the Combo and List database components work at the moment ? (Databound > grid works, DBCombo displays only the first item > and DBList shows no records - With either dbExpress of dbGO) UniDBListBox and UniDBComboBox work in same manner as VCL DBListBox and DBComboBox. For both components you must initialize the lists with proper items. . Quote
Guest Posted November 22, 2010 Author Posted November 22, 2010 Message from: "Andrew Tierney" On 22/11/2010 11:05 PM, Farshad Mohajeri wrote: > "Andrew Tierney" >> Do the Combo and List database components work at the moment ? (Databound >> grid works, DBCombo displays only the first item >> and DBList shows no records - With either dbExpress of dbGO) > > UniDBListBox and UniDBComboBox work in same manner as VCL DBListBox and > DBComboBox. > For both components you must initialize the lists with proper items. > > Oops.. My mistake.. I was after the UniGui - DBLookupList and DBLookupCombo (too much C#/.NET work, forgot about the differences for a minute). Are you working on a DBLookupList and DBLookupCombo component ? (I'm assuming they will be embeddable in the grid for column editing/lookups etc..)? Thanks . Quote
Guest Posted November 22, 2010 Author Posted November 22, 2010 Message from: "Farshad Mohajeri" "Andrew Tierney" > Oops.. My mistake.. > > I was after the UniGui - DBLookupList and DBLookupCombo > (too much C#/.NET work, forgot about the differences for a minute). > > Are you working on a DBLookupList and DBLookupCombo component ? Yes, I am. > (I'm assuming they will be embeddable in the grid for column > editing/lookups etc..)? This feature will be implemented later along with other advanced DBGrid feature. . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.