Jump to content

mika

uniGUI Subscriber
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by mika

  1. I have this problem also. Is this issure resolved?
  2. mika

    Ajax Error

    Is it safe to ignore "Ajax error"? In my opinion, no it is not. It's an error and should be handled as such. Hiding errors only lead to more problems as errors are ignored instead of being handled properly.
  3. I've solved this by modifying css of the button manually in code. However, it would be very nice feature to achieve this by simply setting property like 'AutoWrap' to true.
  4. I'm not even sure how I could have missed ExtLocale in MainModule. Thank you both for your help.
  5. It just occured to me. If I change ExtLocale in ServerModule, it will affect all users, right? If so, I can't use that as a solution because software must be translated and localized per user.
  6. No i haven't. I will try to that. Thank you.
  7. I can't find a way to change tooltip displayed by UniDBGrid when dragging and dropping rows inside grid. "1 selected row" is displayed but i have to be able to change it because our software is localized to few different languages. I guess there are some fairly simple way of doing this by directly calling ExtJS but thus far I haven't found a way to do it. Help would be greatly appreciated. -- Mika
  8. Awesome. This is A-class service. Thank you so much!
  9. Yes I do. Idea is to let user reorder records by using mouse.
  10. I know drag&drop using two UniDBGrids are discussed and there are even demo about it but how about dragging and dropping inside one grid? I have data in which rows are ordered by indexed row number and I'd like to add feature where user can drag rows to different positions and when user does that, row numbers are updated in the background accordingly. What is the easiest and more importantly, correct way to achieve this?
  11. As far as I know the answer is yes. We have constantly 10 to 20+ users using our software and load seems to be distributed between cores. I have estimated that our current system can support somewhere near to 50-100 online users without any issues whatsoever. However, our software can be quite demanding in terms of memory and CPU power. Also, SQL Server uses some CPU power depending what kind of queries are made but everything works smoothly.
  12. This would great addition indeed. Editing would be a plus but even more important for us would be highly customizable view by using events.
  13. Thank you for clarification. I will try this and see if it's suitable for us.
  14. Okay. Thank you. I will test this in some point. It would be nice and in my opinion more easy and simple to achieve this without using runtime packages but it's good that implementing this functionality with runtime packages is at least an option
  15. I have this same problem. This kind of functionality would be very useful for us. Most of our clients can use generic (One-Size-Fits-For-All-ish) version of our software but there are some clients who require very specific features that nobody else need. If we could build "Add-on modules" for these clients, it would solve many problems for us. If feature like this is possible to implement, I'd love to see "UniGUI AddOn" or "UniGUI Library" as a new option UniGUI Project wizard. If, however, this is not possible, I would like to know at least some kind of "dirty" hack to accomplish functionality like this. -- Mika
  16. http://forums.unigui.com/index.php?/topic/6338-updated-roadmap/&do=findComment&comment=41274
  17. Can't you create PDFs just fine for mobile too? Or am I missing something?
  18. This is weird. Right after I posted it actually did work. Sorry. Carry on
  19. It seems that it doesn't work. At least, not entirely as expected. When I place TUniTreeNode Expand(Recurse: Boolean) in TUniForm.AfterShow, it works as it should but for example following code does not work: TButton.OnClick(Sender... begin UniTreeView.Items.Clear; { Add some items here } if UniTreeView.Items.Count > 0 then UniTreeView.Items.GetFirstNode.Expand(True); end;
  20. I think answer to your question is quite obvious. If you require new functionality in Sencha/ExtJS, you must ask them to implement it and if they eventually do that, uniGUI might support it in the future. However, I don't think either Sencha nor uniGUI developers can make any promises about new features that aren't even proposed yet.
  21. Multi what? I'm not sure if I understand this but can't you use multiple page controls inside individual pages?
  22. I created datamodule using UniGUI wizard. It seems to be UniGUI controlled as there is function to return TDataModule instance.
  23. Actually, we use FireDAC and FD components are placed in datamodule. We haven't had any issues between connections before and everything is working okay.
  24. We use SQL Server 2014 Express Edition. And yes, I also wondered why whole application froze like that but I haven't had time to investigate it further. We currently have only few business clients and all of them use their own databases and there aren't any shared databases between clients. Only one server instance is used, though.
×
×
  • Create New...