Jump to content

gerhardhziegler

uniGUI Subscriber
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by gerhardhziegler

  1. Hi, are there any good solutions including examples for using a canvas or any kind of alternative for taking signatures in mobile? Using TUniCanvas in a mobile forms answers with "Ext.Form.Canvas is not a constructor", I assume, it shouldnt be used that way. Best regard and greetings, Gerhard
  2. No, just the ordering at the beginnen, what property to set for the panel to be the first, the second etc...
  3. but how can I re-arrange the Panels within the accordion, f.e. which panel appears first, second.... ?
  4. +1 I need to drag a row out of a TUniDBTreeGrid and drop it to one Tab of a TUniTabControl. Also I would need an Ajax Solution for D&D inside of TUniDBTreeGrid (I know it should be possible). Greetings!
  5. I would need a solution for drag & drop within a dbTreeGrid. I tried to code something with AjaxEvents but it always fails with "empty row text" at the end. Also I would need to access cells directly (f.e. read value of Cell(Row,Column) as integer or string). A solution for drag & drop would be very much appreciated. I have a quite urgent project, which should be coded with using DBTreeGrid. If someone wants to spend some time on it, I will be ready to pay for your time and effort. pls contact me here or via email: g.ziegler@velio.at Thanks in advance
  6. Hallo, I would like - for example - to get the value of the cell (Row 3 Column 2) and compare it with cell (Row 8, column 2). Background: I made a drag & drop function for UniDBTreeGrid with Ajax before-Drop event but I dont know, how could I access this values to accomplish the drag & Drop within my database (Ids, Sortnumbers) Thanks a lot! Gerhard
  7. I see. But I think I can find a solution via examining the events. It contains both rows. Thanks a lot anyway!
  8. Good evening! Is there any chance of getting an example of a drag & drop functionality inside one DBTreeGrid (or any other DBGrid) for changing the sort, moving the position inside one dataset? Thanks in advance! Gerhard
  9. works fine, as long as you dont resize the TabControl. Sorry
  10. Thanx I lot, but it doesnt work. Sorry, maybe I am too stupid. I tried to write the second Code "Boxready" to the beforeInit of ext.panel.panel (i need to select one of the events, as I understood). But it crashes with an ajax error. Unexpected token function? Should I put the code to afterCreate? Or AjaxRequest? Or AjaxCallback?
  11. That would be great if its possible. Meanwhile I have so many other questions concerning the "Accordion" layout and the tree grid (I wrote in another post). Seems I couldnt find a lot of new components in my installation. And yes: Thanks a lot!
  12. seems its not possible there? Thanks anyway a lot, maybe I will find another solution by sizing that thing.
  13. the code: https://www.dropbox.com/s/xwoofdfgkui763i/Testprojekt.rar?dl=0 the screenshot: https://www.dropbox.com/s/nxmcbona8by8w86/Screenshot_1_Uni.png?dl=0
  14. I swear, I did it!!! https://www.dropbox.com/s/i3z7dwc14vq7733/ungi.png?dl=0 ^^ Screenshot from Delphi IDE. Also I have a "inner panel"?
  15. I did. The buttons changed to hanging but the still were at the TOP of the panel. https://www.dropbox.com/s/t6dg0w68l22tr4g/uni.png?dl=0 I made a screenshot. the first TabControl is without patch. the second is with code, like you recommanded tabPosition = "bottom". As you can see, the buttons changed a little bit but but they are still at the top of the panel.
  16. Dear friends, i am missing the Accordion component (shown in mdemo.dll) in Delphi IDE (components selection), the Release from April., 19 which I downloaded and installed. Also the tree grid seems not available as visual component. And had someone already used the DBTreeGrid. I am desparate with the usage of Keyfields, TreeFields, Parent Fields... Thanks a lot in advance for any ideas. PS: TreeGrid in mdemo.dll - show sources causes an error
  17. This would be excellent, but how can I get it? tabPosition=bottom isnt enough. as I saw.
  18. done! Didnt know you need it in the registration!
  19. Yes, UniGui Professional Edition, bought 10/11/2016
  20. well, the "button bar" should be at the bottom of the TabPanel. If i use sender.tabPosition = "bottom" they appear like "hanging" (right appearance but still at the top if the panel). https://www.dropbox.com/s/t6dg0w68l22tr4g/uni.png?dl=0 JS Version 4.2.5.1763 UniGui 1.0.0.1391
  21. and, i just saw the buttons are ordered the right way but they are still at the top of the panel :|
  22. Excellent. Thanks a lot! Is there somewhere a description or overview about all the properties of the panel I can set? I tried to search the sencha-Docu, but didnt find any good examples? Best regards Gerhard
×
×
  • Create New...