Stéphane Wierzbicki
Members-
Content Count
232 -
Joined
-
Last visited
Everything posted by Stéphane Wierzbicki
-
@jbg thank you for the confirmation. I less and less understand Emb. This "new" IDE is so slow, flicker everywhere... Did they use their software? They should focus on quality rather than getting us such half backed solutions...
-
10.3.1 has been released
Stéphane Wierzbicki replied to Martin Sedgewick's topic in Delphi IDE and APIs
Oops, they managed to put 1000 lines of code into 10. Is this with the new update? -
Do we still need IDE fix pack for RIO 10.3.1 ? Let's see after the installation 🙂
-
10.3.1 has been released
Stéphane Wierzbicki replied to Martin Sedgewick's topic in Delphi IDE and APIs
From their website -
10.3.1 has been released
Stéphane Wierzbicki replied to Martin Sedgewick's topic in Delphi IDE and APIs
@Silver Black I guess it is "expected". So many files are envolved, it will takes more time to check and update then deleting everything and installing again. -
Hello, Can someone test this ? - Copy the object bellow and paste it on a VCL form - Left click on the FDMemtable1 object and choose "Fields editor..." - Left click and select "Add all fields" - Open the FieldDefs dialog Act: empty. all fielddefs has been deleted Expt: fielddefs list should not be deleted Ps: I'm using Delphi RIO + not even alpha IDEFix pack object FDMemTable1: TFDMemTable FieldDefs = < item Name = 'RateDate' DataType = ftDate end item Name = 'CurrFrom' DataType = ftString Size = 20 end item Name = 'CurrTo' DataType = ftString Size = 20 end item Name = 'Value' DataType = ftFloat Precision = 6 end item Name = 'Caption' DataType = ftString Size = 20 end item Name = 'Kind' DataType = ftString Size = 20 end item Name = 'Ratio' DataType = ftFloat end item Name = 'Update' DataType = ftString Size = 20 end> IndexDefs = <> FetchOptions.AssignedValues = [evMode] FetchOptions.Mode = fmAll ResourceOptions.AssignedValues = [rvSilentMode] ResourceOptions.SilentMode = True UpdateOptions.AssignedValues = [uvCheckRequired, uvAutoCommitUpdates] UpdateOptions.CheckRequired = False UpdateOptions.AutoCommitUpdates = True StoreDefs = True Left = 136 Top = 144 object FDMemTable1Caption: TStringField FieldName = 'Caption' end object FDMemTable1CurrFrom: TStringField FieldName = 'CurrFrom' end object FDMemTable1CurrTo: TStringField FieldName = 'CurrTo' end object FDMemTable1Value: TCurrencyField FieldName = 'Value' end object FDMemTable1Ratio: TFloatField FieldName = 'Ratio' end object FDMemTable1Update: TStringField FieldName = 'Update' end object FDMemTable1Kind: TStringField FieldName = 'Kind' end object FDMemTable1RateDate: TDateField FieldName = 'RateDate' end end
-
HTML Library & Fast Report
Stéphane Wierzbicki replied to Alexander Sviridenkov's topic in Delphi Third-Party
Neat -
Thanks, I'll create a report for this.
-
How can I serialize a TFieldList into a JSON string ?
Stéphane Wierzbicki posted a topic in Network, Cloud and Web
Hello I would like to serialize a FieldDefs list.The idea is to let my user update a TFDMemTable fields list and save this list. I tried to use the TJSON class (found in unit REST.JSON), for example, TJSON.ObjectToJsonString (FDMemTable1.FieldDefs); This code fails with an stack overflow error (unit system, function UnicodeFromLocaleChars). Do I have to build all this list from the scratch ? Btw, I'm using Delphi RIO 10.3 -
How can I serialize a TFieldList into a JSON string ?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Network, Cloud and Web
Well, looks like you need to insert at least one record to get all the details. I've tried to only populate the field list without any data... Will look at this again. Thank -
@Kryvich I've downloaded your file and I didn't get your error.
-
Hello, Can any one test this ? Create a new VCL application Drop a FDMemtable Edit FieldDefs property and : - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display datatypes twice - create 2 other fields - Select any of the created field and change it's datatype : the datatype dropdown list will display datatypes 4 times Thank you
-
RIO - FDMemTable fielddefs design time bug ?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Databases
Thank you Andy. Is this the same download link? -
Hard on believing this!
-
Hi @jbg, I'm facing some strange issues within the IDE. Some properties does duplicate their contents : Here is a simple test case Create a new VCL application Drop a FDMemtable Edit the FieldDefs, dialog will appears: - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display all datatypes Close FieldDefs dialog Edit again the FieldDefs dialog will appears: - Select any of the created field and change it's datatype : the datatype dropdown list will display duplicated datatypes (2 times) - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display duplicated datatypes (4 times) I also add another issue (I did not found so far a way to reproduce it) where a "Datasource" property listed TFieldType instead of available TDatasources... Hope this will helps you to fix this. Regards
-
RIO - FDMemTable fielddefs design time bug ?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Databases
It's the first time that I've noticed this. Do you see this on RIO especially ? -
RIO - FDMemTable fielddefs design time bug ?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Databases
I missed a step : Create a new VCL application Drop a FDMemtable Edit the FieldDefs, dialog will appears: - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display all datatypes Close FieldDefs dialog Edit again the FieldDefs dialog will appears: - Select any of the created field and change it's datatype : the datatype dropdown list will display duplicated datatypes (2 times) - create 2 fields - Select any of the created field and change it's datatype : the datatype dropdown list will display duplicated datatypes (4 times) -
RIO - FDMemTable fielddefs design time bug ?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Databases
Bizarre... maybe an IDEFixpack side effect -
How can I serialize a TFieldList into a JSON string ?
Stéphane Wierzbicki replied to Stéphane Wierzbicki's topic in Network, Cloud and Web
It only save the content of the Dataset, not it's definition. -
Why don't you not directly ask your question ?
-
"Quick Access" in 10.3 Rio takes 5 to 10 seconds to show results
Stéphane Wierzbicki replied to Perpeto's topic in Delphi IDE and APIs
Have you created a quality report for this ? -
Am I mistaken but both MacOS and Android compiler are 32bit ?
-
Thank you so much Andy 😄
-
I agree. I don't know if it is easy or not for Andy but I will be really nice to have a IDE fix pack with this feature only.
-
We are waiting Andy like a prophet 😉