Jump to content

bruno65

uniGUI Subscriber
  • Posts

    70
  • Joined

  • Last visited

Everything posted by bruno65

  1. i'm using uniGUI 1.90.0 build 1568 Professional Edition. With a TUniNumberEdit component and its DecimalSeparator property set to comma, how can i use dot in numpad ? i tried to change the key='.' to key=',' inside OnKeyPress event but it didn't work : no comma and no dot character appeared in the UI component i tried also on client side with javascript code but i didn't succeed Then i searched deeper inside Ext.form.field.Number xtype: numberfield and i think it's impossible. What is your opinion about that ?
  2. Hi , does exist a workaround for that default behavior ?
  3. Below a sample attached with UniGUI 1.90.0 build 1568. Only navigate with the DBNavigator will fire OnChange event of the DateTimePicker (this behavior doesn't occur with the old version 0.99 of UniGUI and i want to keep this behavior) test2.zip
  4. Professional Version 1.90.0 build 1568. The issue is easy to reproduce : On a form you put a TUniDBGrid, TDataSource, TClientDataSet, TUniDBNavigator and TUniDateTimePicker. For the data i used Employee.cds file inside the CommonData directory of Demos and linked the date component to the HireDate data (with livebindings). Then i logged the OnChange event of the date component
  5. Hi, I noticed a different behavior for TUniDateTimePicker between the versions 1.90 and 0.99 of UniGUI when i navigate among records with a TUniDBNavigator component : - with version 0.99 : the OnChange event is never fired - with version 1.90 : the OnChange event is fired when the date value changes while i navigate through the dataset (with a TUniDBNavigator) How i can fire that event only when the user manually changes the date inside the TUniDateTimePicker component in a form ?
  6. Well, could you see my topic titled "Column selection in TuniDbGrid" posted the last wenesday at 10:15 AM ? It is more explicit
  7. thanks Sherzod. How can i close this topic ?
  8. Hello, how can i refresh in client side with javascript (uniGUI Pro 1.90 / Ext JS 7.5.1) after clicking a item on a header column menu ?
  9. Thank you Sherzod for your reply. It works fine ! Please one more question : if the field linked to the column is calculated (not a persistent boolean field), click on a ckeckbox (inside the column) will check it and then uncheck it almost immediately. Why does not the new "state" of the checkbox stay ? Note : i added manually the new calculated boolean field in a ClientDataSet and the corresponding column in the uniDBGrid
  10. it's about the uniGui Desktop Demo Applications. When i tested the sample app "Cell Editors" in Grids, i noticed that it was necessary to click twice on checkboxes inside the "Shift" Column to get the checkbox checked (or not). After the first click, "loading data..." appears briefly but the checkbox stayed checked (or unchecked). How can i fix it ?
  11. Hi, i copied the topic with the same title (from Stephane J.) when the user clicks on the title button (column headings) in a UnidbGrid a drop down menu appears where the user can "sort ascending", "sort descending" and "columns" and then choose which columns to display etc i use our own component TIUMGrid = class(TUniDBGrid) where the ColumnsChanged property from TUniBasicGrid with the new scope published. In a project designer we added client events with ExtEvents for 2 new checkboxes (Sort and Filter) that appear in the drop down menu on the title button (of each column headings). But when clicking on checkbox "Tri" (Sort) the "columns" item in the drop down menu becomes invisible and will never be visible again. Moreover, this header column menu never desappears on the screen whatever i do ! The needed instruction code (in OnAjaxEvent server event) below is responsible of that behavior : IUMGrid1.ColumnsChanged := true; How can i fix this bug ? This issue appears since we use the version 1.90 Professional Edition only for Desktop Web Applications of uniGUI. In the past with version 0.99 of uniGUI it worked well. Note : we try to connect to FMSoft Customer Portal but we get the popup message "Inalid email or password after a click on "Tri" checkbox
  12. What do you mean with Mode 0 and 2 ? We have the latest version of uniGUI
  13. Hi, As the title suggests i have a master hyperserver running with IIS installed in one server1 and a salde hyperserver running as Windows service in another server2. Do the 2 servers have to be in the same LAN if i want to use the private (or local) IP of server2 inside the CFG file of the master hyperserver ? [server-0] enabled=1 url=http://LocalIP:8077 Or is there another solution if the 2 servers are not in the same LAN ? Thanks in advance for your help
  14. What we do: We have a unigui application where we create frames dynamically and then we assign them to a panel via the Parent property. In order to reuse the frames we store them in a list so we can retrieve them and assign them to another panel The problem: When we retrieve the UniguiFrame from the list (let's say Frame1) we do the following Frame1.Parent := nil; Frame1.Parent := OtherPanel The code is working well in Unigui 1.0 but it failed very often in unigui 1.9 . The frame doesn't show and all subsequent calls do fail (without any exception) Any hint or idea to be able to do that (attaching a frame dynamically to a panel) ? Thanks Regards Bruno
  15. works fine with the latest build, thanks
  16. Version:1.70.0 build 1487 I've installed the above version and the corresponding theme pack but i'm not able to select the themes included. (win10 for instance). What am I doing wrong ? Delfault installation and all worked with our previous version 0.99.X.X Thanks Regards
  17. Hi, I have installed the Version:1.70.0 build 1487 and the theme p
×
×
  • Create New...