Jump to content

haentschman

Members
  • Content Count

    211
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by haentschman

  1. haentschman

    ImageName vs. ImageIndex

    Hi... Why? It take 5 minutes...
  2. haentschman

    DevExpress: element '' has no parent window

    Hi all... This is my favorite Error message... Project: * 2 mio lines. * DevExpress 18.3 This error ist not new. He exist since more then 10 years by DevExpress! The error comes from time to time. Ticket DevExpress: https://www.devexpress.com/Support/Center/Question/Details/T624801/element-has-no-parent-window Callstack Example: Any ideas? Thanks..
  3. haentschman

    DevExpress: element '' has no parent window

    Just because a callstack contains personal data. When i remove it, i open the ticket again. They have the same information like you... Edit: Ticket reopened. Edit: Ticket closed (16:00) Edit: Ticket reopened (delete Files.zip)
  4. haentschman

    DevExpress: element '' has no parent window

    I have a Ticket. https://www.devexpress.com/Support/Center/Question/Details/T624801/element-has-no-parent-window Problem: Even devexpress can't understand this. How am I supposed to find the error? I join the queue of others who fight with the same bug. With the other developers there are different controls. Edit: Just arrived the proposal with the VM by DevExpress.
  5. haentschman

    DevExpress: element '' has no parent window

    Hi... everything will be all right. I take the wrong emoij instead of . In the current project i use abundant visual inheritance. In the old project was every form unattached. The old project was skinning with AlphaControls and DevExpress. I have deleted the AlphaControls! Now the error raised an other positions. I think there might be a control (ComboBox) in the DFM and PAS but it's not visible. Bad: I don't have a trainee for punishment. ...exactly i do so. ...they do that? Cool. I try...
  6. haentschman

    DevExpress: element '' has no parent window

    Thanks... see... Its a copy / paste project with over 2Mio lines. In 8 month i cant see everything. ...at the moment no. But i think the problem is placed in the messaging system from DevExpress and not in my code. Normally i work with the undocked designer. No chance! If i clicked on the ribbon the same error is raised in the IDE. Regardless of that i will heed your tips on working with PropStore.
  7. haentschman

    DevExpress: element '' has no parent window

    Thanks... But...at this point the owner is not destroyed (imho)! GridEdAnlagenDBTableViewANL is auto created with the form and the form ist destroyed at Application.Close????
  8. haentschman

    DevExpress: element '' has no parent window

    Thanks... i try this. By the way... ...the error comes only by ComponentState = csFreeNotification! What's that mean?
  9. haentschman

    DevExpress: element '' has no parent window

    Hi all... ... a few more information. I could do that once ... with breakpoint. Today the same Sceniario without mistakes. OnActivate runs through... PS: Please no funny comments about the source code... i inherited the project. And these are units where I haven't done anything except the codeformatter. Please help... Thanks.
  10. haentschman

    dotNet framework 4.5 required for Delphi 10.3 Rio

    Hi... W8.1 is like D2005 Show me who doesn't.
  11. haentschman

    Error insight in Rio

    Hi... ErrorInsight has never worked before. The checkmark is the first one that is gone with every installation. I trust the compiler.
  12. haentschman

    SQLBindParameter error with TFDQuery / ODBC

    Hi... sorry...no notion
  13. haentschman

    SQLBindParameter error with TFDQuery / ODBC

    Hi... ...rather not. Why is this constellation always used? fdquery.SQL.Clear(); fdquery.SQL.Add instead of fdquery.SQL.Text ? Imho SQL.Text also resets the parameters. With SQL.Clear only the SQL is removed. The parameters are retained! Consistent would be however: fdquery.SQL.Clear; fdquery.Params.Clear; PS: Better Open than Active = True, Close or Active = False is not necessary with Firedac Give it a try: fdquery.SQL.Text := 'SELECT * FROM MyTable WHERE Key1=:KEY1 AND Key2=:KEY2'; fdquery.ParamByName('KEY1').AsString = 'value1'; fdquery.ParamByName('KEY2').AsString = 'value2'; fdquery.Open;
  14. haentschman

    DevExpress: element '' has no parent window

    Thanks... That's what I think, too. A message problem. ...it's always been like this I am on vacation...next week i get a more detailed Callstack with debugging information from VCL.
  15. haentschman

    DevExpress: element '' has no parent window

    Hi... * Grid * Comboboxes * different Edits * Layouts
  16. haentschman

    DevExpress: element '' has no parent window

    Hi... ...its always "intermittent" and at differrent source code positions. Thanks...
  17. haentschman

    Extracting SQL from Delphi code and DFMs

    Hi... If you extracting the SQL from Sourcecode, then you can save it as Resource...a better handling for more then one DBMS. But i think, that the extraction of of the SQL is manually work. ! Advertising from me... How about this? DIMOWA®SQL Creator ...at the Moment in German. Advantages: * SQL not in query or sourcecode * SQL as file on the disk * SQL can tested in your favored Editor * SQL, if you want, encypted in the EXE * Shows more DBMS side by side in the editor ...and so on.
×