Jump to content

VolkovVitalD

uniGUI Subscriber
  • Posts

    41
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by VolkovVitalD

  1. I'm sorry for wasting your time. I worked late. There is an error in my project, I immediately decided to make a test example, got a result similar to my error and did not check the obvious things. Thank you for such attentive support!
  2. Strange behavior of the "audio" tag inside a table cell. The example is in the attachment. Test_UniGUI_AudioInGrid.rar
  3. Sherzod, hello! How's it going? Any news?
  4. Hello. This file is evaluation version of GoJS library. https://gojs.net/latest/index.html. The error described in topic also occurs with another library, it's called Stimulsoft and used for building reports.
  5. An error occurs when try to use UniSyntaxEditEx with JS files associated with require.js. JS files are in ServerModule's Custom Files list. Here is a test app project and error text, which can be seen in browser's console: Uncaught Error: Mismatched anonymous define() module: [object Object] http://requirejs.org/docs/errors.html#mismatch makeError http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 v http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 o http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 setTimeout handler*req.nextTick< http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 o http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 requirejs http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 <anonymous> http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 <anonymous> http://localhost:8077/uni-1.95.0.1580/requirejs/require.js:5 require.js:5:1067 Test_UniGui_SynEditExJSError.zip
  6. Here's a test app project. Expand node and then select any of nested ones. The scroller will move to the lowest position. Test_UniGUI_TreeView_ScrollBug.zip
  7. To clarify, the behavior is strange. Those nodes that are at the top and at the root, they do not move the scroll, and any nested nodes scroll to the very bottom.
  8. After updating the version from uni-1.90.0.1573 to uni-1.90.0.1580. The following behavior has appeared in the TUniTreeView component: When the node is expanded, the scroll flies to the very bottom.
  9. Hello @rullomare! Do you have this library adapted to the new versions of uniGUI? Such as 1.90.0.1568.
  10. Thanks! Both options are suitable.
  11. Hi! I need to display different pictures in UniStringGrid cells. I tried in the UniStringGrid1DrawCell method to define a style through Attribs.Style.Css specifying the url of the image in this style, but so I need to create a lot of styles for each cell - this is not optimal. Is there a better solution?
  12. I use UniTreeView, and the tree is stored in the database. I understand that I will need to implement the logic of moving nodes in storage on my own.
  13. I also really need such functionality
  14. Hello! And how to get exactly such a button? I need to insert any control exactly in this place, not in the ToolPanel.
  15. Hello! I also need to switch the format between date and date/time in runtime.
  16. I think it is possible to implement both protocols. SSE is already implemented in the Indy components on which uniGUI is based and it can be easily integrated. I wanted to use JS SSE event handlers inside the UniHTMLFrame and update the contents of third-party components upon notification. This does not affect the work of uniGUI in any way. Thanks for uniGUI framework! I will be waiting for new releases.
  17. I want send notification to client browser into JS handler.
  18. Hello! I didn't find any information on the forum on the use of this technology. It would be great to call: UniSession.NotifyClient('Notifications from server');
  19. I tried this: with UniDBGrid1.JSInterface do JSConfig('features', [JSObject('ftype: "grouping",showSummaryRow:true'), JSObject('ftype: "summary",ftotal:true,dock:"bottom"') ] ); But since Summary=false, no called methods for calculate summary.
  20. This workaround very good, but not work with summary total and grand total. Please make next workaround.
  21. I need to save and load state of tree in TUniDBTreeGrid. I need to expand nodes programmaticaly and I need to get current state of node like in TUniTreeView.
  22. Hello dear Sherzod! Are you working on solution of this topic's question? Thank you.
×
×
  • Create New...