Jump to content

CiceroBillo

uniGUI Subscriber
  • Posts

    52
  • Joined

  • Last visited

1 Follower

Profile Information

  • Location
    : SC/Brasil

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CiceroBillo's Achievements

Member

Member (2/4)

0

Reputation

  1. My license expired on version .1572. If the bug was introduced until this version, it is not fair that I have to renew the license because of a mistake made by FMSoft, just to fix it.
  2. Do you know what is PropertyEditor, right? Them, I'm tryng to intercept the Hint TStringProperty Editor and override it to do what I need to do. I've register below editor for the Hint property to all uniGUI components inherited from TComponent. TuniDBGridColumn show me TVCLDBColumns class. Which is the ancestor of class TVCLDBColumns ? Example code removed due to nobody from support answer me.
  3. Hi! I've developed a PropertyEditor to work with some properties from uniGUI. I have a problem wih property Hint from Columns of uniDBGrid. I'm using "GetComponent(0) as TComponent" and it work for all components until now. Just columns of uniDBGrid answer me with an error message "Invalid TypeCast". How can I catch the column selected from uniDBGrid to edit Hint property using my PropertyEditor ("GetComponent(0) as T???" instead of "GetComponent(0) as TComponent")? TIA
  4. @Sherzod, Can you take a look into it, please? I`m using Windows 11 Delphi 11.3 uniGUI 1567/1568 Change color of uniLabel and uniEdit don`t work in DesignTime (not testeted with other components ). If I chanche the color of tuniContainerPanel to clBlack, I can`t see label text because Font Color don`t change (to clWhite for example).
  5. ontainer with the color black. I put a UniLabel inside the UniContainer and try to change the color. I'm using Delphi 11.3 and unigui 1.90.0.1567 For me too. I changed the color of the uniContainerPanel to different colors, but the uniLabel, even changing to another color, different from the Container, was always black. Just create a new standalone application, put an unicontainePanel on mainform and a unilabel. Changed the colors of boths components and unilabel remain Black despite any color I change to it.
  6. Hi @Sherzod! Can I center vertically the value of merged Cells? If so, how to do this? TIA
  7. procedure TfrmCadHISTORICO_ITENS.QryHistorico_DisciplinaBeforeInsert( DataSet: TDataSet); begin inherited; grdHistorico_Disciplina.ColumnByName('NomeDisciplina').ReadOnly := False; grdHistorico_Disciplina.ColumnByName('NomeDisciplina').Locked := False; end; On AfterPost I change to both properties to True. This working now.
  8. You don't need a testcase. Just use your own grid demo and when you are inserting a record just setfocus randomly to any column as an example, please. Just for show how to focus any column/cell when you need it. Thank's.
  9. Hi! I'm inserting new record in a Grid and I'd like to have cursor at first column, but cursor is positioned in the second column. The first column was defined a ReadOnly, but when Dataset is in Insert state I change the property ReadOnly to False, but this don't change the cursor position. How can I do That, please?
  10. This will change in a new release or I can use DisplayField = &#160 forever? Thank's
  11. Working now with DisplayField = &#160 in DesignTime.
×
×
  • Create New...