Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. Hi, I use a uniDBGrid for monitoring device states. It is possible to have more then 500 rows in the grid (devices for monitoring) The Grid is grouped by the Field "Priotrity". Additionally the extended data of the selected row will be shown in a second DBGrid. What I want to do is to change only the rows with new device states etc. and not to refresh the complete DBGrid. Also the selected selected row should be shown after reading the new device states. I found a way to do this (edit the clientdataset and post), but the grouping is not correct after changing the rows. Is there any way to group the DBGrid as wanted?
  2. Hi, yes it works! But is it possible to change it during runtime. What I mean is, when I open the frame where the Grid is part of, sometimes I need the screenmask, sometimes not. In this case I have to switch during the frame is visible. Is there any way to do that? I want to use the grid to monitor device states and I don't want to have the screenmask visible always when any state change. Only when I push the refresh button I want to have the screenmask visible. Best regards
  3. Hi, sometimes I have to read new data and import them into a grid. Is there any way to hide all screenmasks in this frame/form. Best regards
  4. Hi, currently there are no new information. I have an additional problem. When the file is very big and the connection is slow the Upload stops with nor error message. Best regards
  5. bbm

    Speed for UniPDFFrame

    Thank you, I will do that. Best regards
  6. bbm

    Speed for UniPDFFrame

    Hi, the size is 1,25 MB with 180 pages. When I switch for example from page 50 to page 51 or to the end of the document I takes a long time. Best regards
  7. Hi, is there any way to speed up the loading of a PDF document. It takes a long time to go through the pages. Best regards
  8. Hi, no. Currently I made a work arround. I create an ajax event in the afterrender ExtEvent. Then I can use the UniEdit.SetFocus in the OnAjaxEvent. Thank you all. Best regards
  9. Hi, thank you, but this is not working. The UniEdit is part of a UniFieldSet. Could this be the problem? Best regards
  10. Hi, when I open a new frame to enter new data, I want to set the focus on a special uniEdit component. How can I do that? The UniEdit.SetFocus does not work. Best regards
  11. Hi, thank you very much. Best regards
  12. Hi, is there any way to get progress information during uploading big files? Best regards.
  13. bbm

    UniSession.SendStream

    Hi, thank you very much! Works perfect. Best regards
  14. bbm

    UniSession.SendStream

    Hi, is there any restriction on the name extension of a filename? I wanted to send a file with the extension '.cli', but unfortunately without success. Best regards
  15. Hi, I was able to circle the problem a little bit. Can the problem occure when I try to select an item of a TreeView that exists (at runtime), but the TreeView is not visible? Best regards,
  16. Hi, today I have switched to version 1.10.1464 with Delphi 10.2. Now I get an error when I open a frame (see the image file). Is there anybody who has the same problem? Bets regards
  17. Hi, no problem, now it works like it should! Many thanks for your support Best regards
  18. Hi together, I want to go online with my application, but I still need a solution. Is there anybody who have an idea or can help me? Best regards
  19. Hi, it is not so easy to make an example, because it is a complex project, but I try to explain. I have prepared a common function to prepare all used DBGrids. The options of the Grid will be configured. After that all columns will be added at runtime, also in a common function. I did it in this way, because we have to be very open to make changes for different customers. Both functions (configure the options of the Grid and adding columns) will be fired in the constructor of the different frames. And I think this is the problem, because for the viewready function it seems to be too late. Best regards
  20. Hi, I tested it yet and, when I did everything right, the result is not. Do you have a plan B? Best regards
  21. Hi, in my opinion the script is only running, when the columns a created at design time, because in the viewready event the columns will not be found. Am I wrong? Best regards
  22. Hi, thank you very much. It looks very nice. But in my application I create some columns at runtime in the "create" procedure (constructor). Is there also any way to use the solution, because there are a lot of possibilities with this kind of tooltip. Best regards
  23. Hi, looks good! Do you have an example how to integrate this (sorry, if it's a stupid question)? Best regards
  24. Hi, I add the column of the DBGrid in the "Create"-Methode of a frame After adding (in the same procedure) I set the property ShowToolTip and ShowToolTipAlways to True. I tried also without the script, but I get the same result as you can see in the picture. Could it be a problem when adding new columns at runtime? Best regards
×
×
  • Create New...