Jump to content

msegura

uniGUI Subscriber
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by msegura

  1. Hello everyone, I'm trying to use the event OnExit in a dbGrid but it is not fired. Does anyone have this problem? Thank you very much.
  2. Congratulation Farshad. It works really well!!!! I love Unigui.
  3. Haapy new year to all members of this great community!!!
  4. Hi Farshad, you are right, web UI is different to desktop UI but sometime it is difficult to change things for users that are used to doing things in a particular way. I'll try to introduce as much changes as I had planned. Less painful for developers and probably the best way for everyone. Anyway, I'd be happy if it would be possible to achieve the behaviour for edit mode as in the following link. It's an example of extjs4. http://dev.sencha.com/deploy/ext-4.0.1/examples/grid/row-editing.html Thank you very much for your work and for your help.
  5. Hi again... Another question about dbgrid. I need to change the dbgrid state from server side between edit and select. ¿How can I do it? Thanks a lot. Cheers.
  6. Hi Everyone, I'm here fighting against dbgrid.... Does anybody know how to caught ESC, INTRO and CURSOR keys when a dbgrid is in edit mode and send the key pressed to the server via ajaxRequest? Thanks for helping. Cheers
  7. Hi Lion, Yes, I have and it works fine, just as I expected. You are my hero!!!! I've been thinking about and my problem is I don't know how extjs works. I think it is important to get advanced knowledge about extjs if you want to develop professional applications, so I'm planning to do an extjs course. Thank you very much for your help.
  8. Hi, My users are used to using INTRO to move the focus along the controls so what I need is to simulate this behaviour when you are editing a grid. The focus doesn't move when you press INTRO, it toggles between edit mode and selection mode and the focus is always on the same cell. I've checked that if you are in edit mode and press TAB, the focus is moved to following column and remains in edit mode. That's just what I need but using INTRO instead of TAB. So, if you capture the key pressed and check if the key code is INTRO, the grid is in edit mode and you change the key code by a TAB, I think the target behaviour could be achieved. Thanks for your help.
  9. Hi Lion ;-) Is that plugin still working? I've tried to use it with no success. It looks like doesn't do anything. Unigui 0.96 + XE4. If you press tab key the focus goes to the next column of the same row also in edition mode, so... I'd be happy if I could change RETURN by TAB when the grid is in editing mode. That's what I need but I don't know how to get it. Keys ExtEvents related to the grid only works when you are not editing. Any idea? Thank you very much.
  10. It works with the latest version of unigui 0.95.0.1046. I'm a fool. Thank you very much for your help. Best regards
  11. I thought I was using the latest version of unigui. I'm going to update it to 0.95.0.1046 and I will try. Thank you.
  12. Oh my God, I'm depressed!! It does not work for me neither FF 20.0.1 nor Chrome 35.0. The sample project I sent is compiled with Rad Studio XE4 and Unigui 0.95.0.1041 Any ideas what's happening or how could I work arround to solve it? Thanks in advanced.
  13. Thank you very much for your answer again. The piece of code in your answer is very useful for me, thank you. But It does not solve my real problem which is in the opposite way. What a I need is to change the value of the combox when the grid is ordered by pressing on the column name. You can see the code for UniDBGrid1ColumnSort where I change the value of ItemIndex of ComboBox ( UniComboBox1.ItemIndex := Column.Index;) but visually it is not changed. Thank you very much!!! procedure TMainForm.UniDBGrid1ColumnSort(Column: TUniDBGridColumn; Direction: Boolean); begin UniMainModule.SortColumn(Column.FieldName, Direction); // Here is my problem. I change the ItemIndex but visually // the combo does not change and it always shows the same value UniComboBox1.ItemIndex := Column.Index; end;
  14. I've already prepared a proyect to show you the problem. This project is based on the Column Sort demo. You can also find attached a screen shot of the real project. I need that combo because it is important for users used to the old interface and it is neccesary they have a soft transitions between the old interface and the new one. Thank you very much for your help. ColumnSort.zip
  15. Hello and thankyou for your answered. Farshad, itemindex I meant. Anyway I'm preparing a proyect in order you can see what my problem is. Thank you very much.
  16. Hi and thank you very much for answering so quickly. It's a good approach but unfortunately it doesn't work for my case. I have a form where there is a dbgrid. What I need is to update a combobox when a column is clicked to be ordered. I change the tabindex property of the combobox on the event OnColumnSort of the grid but the combo is not updated. That's why I thougth to use a timer as I read on some post of this forum. I do not wan to have the timer triggering events constantly so when the combobox is updated I disable it. The problem is that I can't enable the timer again. Any ideas? Thank you very much.
  17. Hi everyone, Does anyone know how I could set enabled a uniTimer from an event in client side? Thank in advanced!!!
  18. Hi everyone, I need to show a ScreenMask while a query and data are recived by a grid. I'm using a TabControl to change the conditions of the query. My problem is that neither PageControl nor TabControl have the event OnAjaxEvent. Please, does anyone how to do this? Finally I want to thank Mr Farshad for his wonderful work. My team is really looking forward to get the commercial version of Unigui. Thank you very much for your help.
  19. Hi Mr. Farshad. I'd like to know how to get this thing too. I'm looking forward the commercial version of unigui. Thanks in advanced.
×
×
  • Create New...