Jump to content

likemike

uniGUI Subscriber
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by likemike

  1. Yes I do! .x-button .x-inner-el { background: #1E90FF; !important; } But this has no effect.
  2. Thanks! And what about the background color of buttons?
  3. Hello! First of all I want to thank Sherzod for his good work and fast answers. But there is something fundamentally wrong here. I've tried all things I've found in this forum to change the color of a damned UnimButton. None of the tipps and hints worked for me. This cost me 4 hours without result. It's because I'm too stupid? Maybe - but I do programming more than 30 years. So my question is: where can I get the desired information to help myself (and later for sure others)? I was looking at this page https://docs.sencha.com/extjs/7.0.0/modern/Ext.html but I've found nothing helpful. Is there any documentation where I can find answers how to set properties for components and all the other JS stuff? There must be something, because obviously Sherzod knows it all. I would be thankful if someone could send me some links or documents.... Regards Mike
  4. and by the way... is it possible to change the background color of each button? That would be great!! I've tried this: with UniButton1.JSInterface do begin JSCall('btnWrap.setStyle', ['background-image', '"none"']); JSCall('btnWrap.setStyle', ['background-color', 'rgb(0,128,128)']); end; ...but with mobile version UnimButton1 an error (setStyle is undefined) appears.
  5. Hello! Due to design reasons, I'd like to put some distance between the buttons of an UnimSegmentedButton. Is that possible? Thanks in advance Mike
  6. Hello! I've tried it with css, but still doesn't work. Thanks in advance Mike
  7. Hello! I've placed a UnimScrollBox on a UnimCarouselPage (both horizontally). I want to scroll the scrollbox horizontally, but the CarouselPage scrolls too. So what I'm searching for, is a way to prevent the carousel from scrolling, when I scroll the scrollbox. Any ideas? Thanks in advance Mike
  8. That works function beforeInit(sender, config) { config.itemConfig = { height: 50 }; }
  9. Hello! In analogy to this post from Sherzod I tried it with UnimDBGrid. But is has no effect. What do I wrong? Regards Mike
  10. Hello! I create TUnimLabels on runtime and want them to rotate 90 degrees. Therefore I want to use CSS (LayoutConfig.Cls). But TUniCustomLayoutBase.Cls is not published. What can I do? Regards Mike
  11. Hello! With this code the text won't rotate: UnimCanvas1.JSInterface.JSCode( 'var me='#1'._cc_; if (me) {'+ 'me.rotate(Math.Pi/2); '+ 'me.fillStyle="'+uniColor2Web(clBlack, 1)+'";'+ 'me.font="16px sans-serif";'+ 'me.fillText("Hello UniGui", '+IntToStr(x1)+', '+IntToStr(y1)+')'+ ' };'); Maybe wrong syntax?
  12. Hello! How can I rotate the text by 90°? I've tried me.rotate(PI/2) but this won't work. Any tipps? Regards Mike
  13. Thanks - I haven't found it.
  14. Hello! Is there any way to place a text on UnimCanvas (something like TextOut)? Regards Mike
  15. I found the solution in the demo files of https://www.unigui.com.br/ Unfortunately these files are not free. So if you need a solution for this issue too, please contact Fred Montier (http://forums.unigui.com/index.php?/profile/4719-fred-montier/)
  16. Hello! The problem with overlapping lines in UnimMemo is solved, but I get a similar issue with other components e.g. UnimButtons. Even if I create a UnimButton with a height of 200 px, the caption with a big font (here: font=Tahoma bold size 22) is only shown half (the bottom part is cut off). If it's again an issue with the extEvents I would like to know where I can get informations to solve such problems in future by myself. Regards Mike
  17. Hello! I want my UniGui-App only rotate by 180 degrees (so that it is always displayed in landscape format). It is possible to prevent app from rotating? Regards Mike
  18. There are a lot of forum topics which complain the same error. Is there any progress? Is it a UniGui problem or Sencha?
  19. Sorry, but the command is ignored completely (tried different pixel values) :
×
×
  • Create New...