Jump to content

KingOrmon

uniGUI Subscriber
  • Posts

    533
  • Joined

  • Last visited

  • Days Won

    10

KingOrmon last won the day on June 11 2024

KingOrmon had the most liked content!

Recent Profile Visitors

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

KingOrmon's Achievements

Advanced Member

Advanced Member (4/4)

29

Reputation

  1. And then... How can I get visible columns in this scenario ?
  2. I attach a simple test case When you change columns to hide at runtime, and reload app column.visible is not synced grds.zip
  3. maybe because I am using stateful ? UniDBGridList.ClientEvents.UniEvents.Values['beforeInit'] := 'function beforeInit(sender, config){' + 'sender.stateful = [''columnsort'',''columnmove'', ''columnresize''];sender.stateId = ''Grid' + 'Name' + '''}'; And restoring columns does not sync visible property ?
  4. Hi When I change columns by mouse for show/hide at runtime, all works but If I use code like this: UniDBGrid.Columns[x].isVisible it is not synced with it.
  5. var s: string := url; // oauth2 Unisession.AddJS('setTimeout(function(){window.open("' + s + '", "_blank")}, 100)'); numMsWaited := 0; while (numMsWaited < 30000) and (CkOAuth2_getAuthFlowState(oauth2) < 3) do begin CkOAuth2_SleepMs(oauth2,100); numMsWaited := numMsWaited + 100; end;
  6. I have the sample problem
  7. Works perfect, thank you
  8. I need to convert button in anchor, because I will proccessing this html in other app
  9. Hi, Is it possible to enable TUniToolButton.Href and Hreftarget properties ? Regards
  10. Hi, Any solution ? Regards
  11. Hi, When I change some values of dataset DBGrid not show updated value, but this value is show correctly in a UniDBEdit. You can test simple case, changing column Qty to another value. You will see UniDBEdit with correct value but not show in grid. Regards d.zip
  12. I attach a simple case, see first uniDBCombobox and click on trigger button
×
×
  • Create New...