Jump to content

larkante

Members
  • Posts

    21
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

larkante's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. The link is broken again, someone can share? Thanks!
  2. Hi friends, Is there a way to get an image of form an put in a uniImage, like a print screen of the form? Thanks.
  3. Thanks docjones, i will try.
  4. Is there any way to create a voip application with unigui? (communication - PC to PC only) Thanks
  5. Thank zilav got it right by changing the url.
  6. I have a UniImage with the URL http://server.com/image/test.jpg then I update the image on the server. How to update the UniImage with the new picture? I tried: UniImage1.update; UniImage1.refresh; UniImage1.repaint;
  7. I managed with this code: window.frames["iframe_UniURLFrame1"].document.getElementById("divtext").innerHTML; Thanks.
  8. Component is in MainForm. Complicated. I'll try it another way. Tired of the iframe.
  9. I put the code in the uniurlframe1 clientevent onmouseover function Onmouseover(sender) { MainForm.UniURLFrame1.getEditorBody().innerHTML; } Then in chrome appear the error.
  10. Im receiving the error in Google Chrome [uncaught TypeError: Cannot call method 'getEditorBody' of undefined ].
  11. how to make my MainForm transparent? TransparentColor:=True and set the color same as form color not worked. Alphabend:=True and AlphaBlendValue 0 not worked too. It appears that the unique configuration for color is MainForm.Color. the html looks like this if color clwhite: <form class="x-window-body x-window-body-noheader x-window-body-noborder x-form" method="POST" id="ext-gen5" style="background-color: rgb(255, 255, 255); width: 918px; height: 445px; position: relative; "></form> Just need style="background-color:transparent"; I'm using MainFormDisplayMode := mfPage
  12. I need to put a clause in the uses? Why not appear .getEditorBody().innerHTML here. I receive the error [DCC Error] Main.pas(55): E2003 Undeclared identifier: 'getEditorBody'
  13. How to get the contents of a UniUrlFrame? I just need a text that is in the body. Ex.: <html> <body> This text </body> </html>
  14. I had researched before creating the topic, wondered if had somehow with unigui. But that's okay. Thank you all for your attention.
×
×
  • Create New...