Jump to content

SISBLU Software

uniGUI Subscriber
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by SISBLU Software

  1. How do I show 2 chart (Inputs and Outputs)? Thisis an example I need. There are two tables (input and output)
  2. Perfect In iis > Directory Browsing = Enable This Work Thanks
  3. Hello. Its WORK in EXE: procedure TUniMainModule.IBQControleFinanceiroRECEBIDOPAGOGetText( Sender: TField; var Text: string; DisplayText: Boolean); begin Text:= '<img src="image/PAGO_OK.png" width=55 height=20 align="center" />' end; But IIS not WORK What do I need to do?
  4. no work: UniSession.AddJS(UniMemo1.JSName+'.getTargetEl().scrollTo("top");');
  5. how to go to first line memo? No work: UniSession.AddJS(UniScrollBox1.JSName+'.getTargetEl().scrollTo("top");');
  6. I Update for Version: 70.0.3728.95 But not work either
  7. Opera Desktop: Version: 69.0.3686.95
  8. \FMSoft\Framework\uniGUI\Demos\Desktop\SendFile procedure TMainForm.UniButton2Click(Sender: TObject); begin UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unipdf.pdf'); UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unidoc.doc'); end; I want to save the 2 files, but without clicking 2 x
  9. No work. I have to save file by file. If there are 10 files I have to keep clicking one by one to save.
  10. Help me I have images within the SQL database. I want to download 5 images once. I used (UniSession.SendStream), but it downloads 1 image. How do I download the 5 images at once?
  11. Perfect. Thanks a lot for the help
  12. This already exists in UNIGUI Touch. That would help a lot if it existed for DESKTOP
  13. Now I understand. It changes color only. But he doesn't look like Toggle. How do I stay like this?
  14. In Attach test. No Work for me Toggle.zip
  15. No Work in 1534. I tested on other theme also does not work
  16. No work. I use uni-1.90.0.1531, Theme Desketop: crisp UniButton1.JSInterface.JSConfig('enableToggle', [True]);
  17. Hello, I need Toggle Button for my application. there is only this component for mobile. How can I do for Desktop?
  18. I have many XML files in the database. I need to download them every month. How do I download ALL files? Sendstream It works, but it only downloads one by one.
  19. That's right. I have a White MenuButton, and with a Red font, but if Menubutton = White then the arrow is white too and I want it to be RED
×
×
  • Create New...