Jump to content

shawdown

uniGUI Subscriber
  • Posts

    142
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by shawdown

  1. Perfect. Thank you one more time.
  2. Lastly, what would be the way to add this code to a custom component?
  3. Hello friends I added in the create event and it worked perfectly. Having trouble using create? constructor TCustomControl.Create(AOwner: TComponent); Begin inherited; JSAddListener('keydown', 'function(sender, e, eOpts){...}'); End;
  4. test this. http://forums.unigui.com/index.php?/topic/6686-tunidbcombobox-with-itemsvalues/
  5. Hello, I am creating a custom component inherited from uniEdit. In this component I would like to add a function in the ExtEvents KeyDown event. What would be the correct way to do it?
  6. Lack of information. You need to read a little more and drop the 1397 version.
  7. Na versão mais recente do unigui, o comando SetFocus funciona no onCreate. onCreate of the form.
  8. In VCL I used '000000' in the DisplayFormat to display integer codes in dbgrid always adding 0 to the left. Ex: When code was 20 then 000020 was displayed. In uniDBGrid it does not behave the same way. How can I make this integer formation in dbgrid?
  9. Hello me and herculanojs we are working on a project that runs in systray. https://github.com/fgaldino/uniHardware Where in the "client" station has an executable that runs in the tray and receives command by http. I believe this will wipe out these recurring printing and hardware access issues.
  10. Thank you very much Delphi Developer. Worked perfectly.
  11. Hello, I would like to know how to remove the border of a uniPageControl using the Windows 8 theme. In Windows10 Theme this border is not marked in the image below. Following is an example. uniPageControl.zip Thank you very much.
  12. Hello Delphi Developer. I was just mentioning to colleagues that I was able to make some changes to uniPanel and I posted my CSS. And I took the opportunity to mention that the only property I could not change via CSS was "text-align". I have no problem. =)
  13. .FormsPanelsPadrao1{ background: #628290 !important; /**/ padding: 6px 0px 6px 0px; /* espaços top right bottom left */ color:#ffffff !important; -webkit-text-fill-color:#ffffff !important; font: 14px Tahoma, Helvetica, sans-serif !important; font-weight:bold !important; } CSS above works. I just could not get the "text-align: left;"
  14. Hello, sorry to insist but it's because I believe extjs has it native and I would not like to reinvent the wheel. http://jorgeramon.me/2015/creating-a-custom-extjs-state-provider/ http://www.extjstips.com/2015/10/27/extjs-using-state-manager-for-grid-columns/ http://jaspreetchahal.org/extjs-save-grid-state-column-hide-show-resize-etc/ https://www.sencha.com/forum/showthread.php?96052-Save-grid-columns-state Note: If it does not exist and is not expected to be included let me know so I can do the routines manually. "the way I think I'm going to get it." Thank you in advance.
  15. https://dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/07_pro_column_states_save.html Does uniDBGrid have any features similar to this?
  16. Hello, I need a 99999-999 format for the user to enter their zip code. In the same field, I also need a button so he can select the zip code, if he prefers. To do this, you would have two options: InputMask in uniDBComboBox or Triggers in uniDBEdit. However, neither is available. Any suggestion? Thank you.
  17. I believe that at most you will have problems with antivirus. Just as you should face in VCL applications.
  18. Although it is not correct, is there any way to set the z-index for TUniPopupMenu? Because it would solve my problem. If not, I'll try to create a PopUpMenu with a TPanel and a few buttons. I am very happy to use uniGUI.
×
×
  • Create New...