Jump to content

rtalmeida

Members
  • Posts

    176
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by rtalmeida

  1. Clicking is not always in the correct record, clicking on the image
  2. in version 1384 I used the following encoding: if (tcomponent (Temp) is TUniNumberEdit) Then Begin TUniNumberEdit (Temp) .ClientEvents.UniEvents.Values ​​['beforeinit']: = 'function beforeinit (sender, config)' + '{config.focusCls =' 'myfield-focus''; '+ '}'; End I did this for all of the data input components I use, and with this code I changed the color of the component on entry, but now in version 1467 the expected effect is no longer happening. in custom CSS I have: .x-myfield-focus { border-color: # 7eadd9; background-color: # FFFFE1; color: # FF0000; background-image: none; } .x-form-trigger-input-cell .x-myfield-focus { background-color: # FFFFE1! important; } input [type = text]: focus, textarea: focus { box-shadow: 0 0 7px rgba (81, 203, 238, 1); border: 2px solid rgba (81, 203, 238, 1); border-radius: 2px; background-color: solid rgba (81, 203, 238, 1); } input [type = password]: focus, textarea: focus { box-shadow: 0 0 7px rgba (81, 203, 238, 1); border: 2px solid rgba (81, 203, 238, 1); border-radius: 2px; background-color: solid rgba (81, 203, 238, 1); } input [type = combobox]: focus, textarea: focus { box-shadow: 0 0 7px rgba (81, 203, 238, 1); border: 2px solid rgba (81, 203, 238, 1); border-radius: 2px; background-color: solid rgba (81, 203, 238, 1); } input [type = checkbox]: focus, textarea: focus { box-shadow: 0 0 7px rgba (81, 203, 238, 1); border: 2px solid rgba (81, 203, 238, 1); background-color: solid rgba (81, 203, 238, 1); } input [type = date]: focus, textarea: focus { box-shadow: 0 0 7px rgba (81, 203, 238, 1); border: 2px solid rgba (81, 203, 238, 1); border-radius: 2px; background-color: solid rgba (81, 203, 238, 1); }
  3. Poderia me adicionar? 42-9 8821-5755
  4. Olá PereiraS, você precisou fazer alguma configuração especial no servidor? pois em standalone está funcionando normal, mas quando coloco em produção recebo erro 404 File or Directory not exists
  5. rtalmeida

    EXE x DLL

    It really was a third party component
  6. rtalmeida

    EXE x DLL

    What can cause an application to work perfectly as EXE, but after publishing as DLL give error: 500 - Internal Server Error. There is a problem with the resource you are looking for, and it can not be displayed. (this application was working as a DLL, after I did some more implementations the problem started to occur)
  7. Project: http://3msoft.net/mhmd/grdgrd.rar (port 8019) it's ok to download?
  8. It worked very well, thank you.
  9. rtalmeida

    uniPdfFrame

    uniPdfFrame, how can I do to disable the right mouse button? uniMainModule -> boDisableMouseRightClick = True. but in uniPdfFrame it is still enabled.
  10. poderia me adicionar? 42 98821-5755
  11. I am using it but I found the procedure in which is the problem. Thank you.
  12. rtalmeida

    UniTreeView

    I wrote a routine to scan the options menu and mount a tree, it works, but too slow to load UniTreeView, is it slow or am I doing something wrong?
  13. rtalmeida

    Error

    Ok, I'll try to update I use the same version since buying unigui, so I still updated, in case I have any doubts I'll call you.
  14. rtalmeida

    Error

    Does anyone know why this error occurs?
  15. Eu tenho uma sistema de contabilidade, patrimônio e folha de pagamento, e a DLL esta com 14m
  16. The two solutions works with the default theme but with the uni_mac theme does not work.
  17. Hi, Attached a small project, can anyone help me set up to highlight the UniComboBox and UniDateTimePicker fields highlightfields.zip
  18. worked perfect, once again thanks for your help
  19. UniEdit, UniMemo, UniNumberEdit, etc...
  20. resize component in run time whit mouse is possible? have a example?
  21. Okay, solved, thank you.
×
×
  • Create New...