Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    845
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. how to change TUniCalendarPanel day cell background color
  2. Highlight specific days (for example: holidays, events etc..) during rendering, or (even better) dynamically, like the events on a calendarpanel
  3. UniPopupMenu1.Popup(ColIndex + Column.Width, RowIndex, dbgrid_cadastro2);
  4. No, the popupmenu is already added to the form, I would just like to open it when the user clicks on the column I showed in the image.
  5. This I already do, but I wanted a way that would run from the client side and not from the server. On the client side it gets much faster
  6. Como a imagem mostra: 1º Quando você clica na coluna 2º Abre um menu
  7. But I would like to do this on the client side, currently I already do server side. He also wanted that when he was clicked off the panel he would be invisible.
  8. I would like to click a button and open a panel below the button, how?
  9. I would like to click on a dbgrid column and open a poupup, how?
  10. I also need this, because I use forms in tabs and when I open a customer registry and add a new one I would like in the order form that is already open, when the user clicks to select a client it fills in with the new one.
  11. How do I get all the active sections in Hyper Server?
  12. With Hyper Server how do I get the sections of connected users ?:
  13. I have a list with the users logged into the system, how do I send a message to everyone or to a user determining from this list? I wanted to send it through the session code !!
  14. Would you have any examples?
  15. Before I used this option to sort the columns but now I can not do this, has anything changed? function headerclick (ct, column, e, t, eOpts) { Frame.ClientDataSet.getStore (). Sort (column.dataIndex); } function store.afterCreate (sender) { sender.remoteSort = false; }
  16. It happened to me. The solution was to even restart the server or the network card.
  17. Ours worked perfect, thank you !! I'd like to better understand client-side alignment settings. Do you have any material that explains this?
×
×
  • Create New...