Jump to content

Lena

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Lena

  1. Hi. UniBitBtn allign alBottom. How to align the center of the image (Glyph) of UniBitBtn button? Thanks. v.1211.
  2. Hi. uniChart v.1211 Please improve the bottom axis is the time schedule in the new version uniChart. Thanks.
  3. Hi. In Login form: ScreenMask->Target=UniLoginForm1 ScreenMask->WaitData=true ScreenMask->Messsage=Wait ScreenMask->ShowMessage=true When I press button I see ScreenMask message Wait then Main form open. All fine. Now I want when user fill password and press key Enter also see ScreenMask message Wait then Main form open. When I try this code Main form open but no ScreenMask message Wait. How to correctly do it? Thanks. void __fastcall TUniLoginForm1::UniEditPasswordKeyUp(TObject *Sender, WORD &Key, TShiftState Shift) { if(Key == VK_RETURN) { UniBitBtnEnterClick(this); } }
  4. Why DeferredRender by default false?
  5. In the new version 1211 everything works fine (set DeferredRender=true): - A small arrow on the chart is missing - Axis of the graph do not disappear Thank you very much!
  6. Thank you very much!!!
  7. I more detailed examined the issue. I installed the version 1206, and then in 1207. The problem appeared again in my project in 1206, and 1207 versions. I think the problem when the database graph gets a lot of data.
  8. Sorry my mistake. In version 1206 not disappeared bottom axis of the graph after clear data. Do Your suggestion to install 1209 and check?
  9. Hi. In 1209: №1. In version 1209 not disappeared bottom axis of the graph after clear data. №2. When project start sometimes, instead of the axis I see the little arrow. But it is not big problem. №1 is a big problem. It looks deformed.
  10. It is hard to reproduce in the new project. After updating my big project to v.1210 I see this picture. User create video for me: https://youtu.be/G1EPQzA8WLI
  11. The same in version 1210...
  12. It works perfectly. Thank you very much!
  13. This is fixed in v. 1206. Thank you very much!
  14. Hi. If chart empty: In the new version 1206 when I hover the mouse on the origin I see an empty value. Is it possible removed? Thanks.
  15. Thank you very much, everything is fine! One additional question: When I start the app, sometimes, instead of the axis I see the little arrow. What does it mean this arrow? How to remove and show the axis of the graph? Thank you.
  16. I wrote in the first message v. 1205.
  17. Hi. v. 1205 UniChart on UniPageControl. Why on a clean chart sometimes disappears scale when I switch pages on UniPageControl? I want the scale was always. Thanks.
  18. Hi. Also It would be good to add component uniGUI CheckListBox. Thanks.
  19. User see it: https://youtu.be/TqvKPA7B3-w
  20. Hi. When I remove line: sender.boundList.getSelectionModel().setSelectionMode("SINGLE"); error disappears
  21. Lena

    UniChart and zoom

    Hi. Is it possible adding zoom tool for UniChart? Thanks.
  22. Hi. Thank you. It’s working but sometimes when I click in empty area a see this error. //OnClick event UniDBLookupListBox void __fastcall TUniFormSeachGrSuper::UniDBLookupListBoxSechRoomsSuperClick(TObject *Sender) { try { Variant check = UniDBLookupListBoxSechRoomsSuper->KeyValue; if(check.IsNull() == true || UniDBLookupListBoxSechRoomsSuper->ItemIndex == -1) { //MainForm()->UniDBLookupComboBoxGraphicOrg->ItemIndex = - 1; MainForm()->UniDBLookupComboBoxGraohicRoom->KeyValue = - 1; MainForm()->UniDBLookupComboBoxGraphicSensor->KeyValue = - 1; UniDBLookupListBoxSechDatSuper->KeyValue = - 1; UniDBLookupListBoxSechDatSuper->ListSource = NULL; } else { MainForm()->UniDBLookupComboBoxGraohicRoom->KeyValue = -1; MainForm()->UniDBLookupComboBoxGraohicRoom->KeyValue = UniDBLookupListBoxSechRoomsSuper->KeyValue; UniDBLookupListBoxSechDatSuper->KeyValue = - 1; MainForm()->UniDBLookupComboBoxGraohicRoomCloseUp(0); UniDBLookupListBoxSechDatSuper->ListSource = UniMainModule()->DataSourceSelectDatZaPeriod; } } catch (const Exception &E) { String mis = L"Error: " + E.ClassName() + L" Message: " + E.Message; ShowMessage(mis); } }
  23. Hi. If I use key Ctrl and mouse click I can make multiple selections in UniDBLookupListBox. How to disable multiple selections in UniDBLookupListBox? Thanks. void __fastcall TUniForm1::UniFormBeforeShow(TObject *Sender) { //does not work UniDBLookupListBox1->DesignerMultiSelected = true;//false }
  24. Thank you very much!!!
×
×
  • Create New...