Jump to content

Amélie

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

500 profile views

Amélie's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, Thank you for your reply. I found the solution, it's not a problem with Unigui or the source code but with my antivirus which blocks the images (collection of data from port 8077). Thank you for your help. Best regards.
  2. Hi, when I open it with my Unigui application, the images are not displayed, but when I open it directly with the browser, the images are displayed normally. is there a solution to display images of ".htm" files? Thank you
  3. @ Sherzod I want to display an htm file in a UniURLFrame, the problem is that the images are not displayed in UniURLFrame, only the text is displayed, but when I open the same file directly in the web browser, the images are displayed normally
  4. Hi, I have a problem when I open a .htm file. when I open it with my Unigui application, the images are not displayed, but when I open it directly with the browser, the images are displayed normally. My code : UniSession.AddJS('window.open("' + UniServerModule.FilesFolderURL + + 'myFile.htm")') ; display from the unigui application: display from web browser: How to solve this problem please? Thank you
  5. Hi, Sherzod, Thank you! ok, I sent a testcase to Support Portal. Thank you for your help and for your time. Best regards. Amélie
  6. Hi, I want when I click on the "+" (RowExpander) of DBGrid 2, the height of "RowControl" of DBGrid1 increases, ie, it will be: the RowControl must change height ie, it will automatically adapt according to the height of the DBGrid1 + DBGrid2: I want to get this result : Thank you for your help Best regards
  7. Hi, @Sherzod 😀 is there a solution to my request please ? Thank you for your help
  8. In the MainForm, I have a DBGrid1 with "RowWidget.enabled = true". From a Frame1, is it possible to modify at Runtime the height of the RowControl of DBGrid1 (which is in the MainForm) which is already open(RowExpand) ? I want like this: RowControl.Height := Frame1.height + ... ; Thanks.
  9. Perfect ! Thank you Sherzod 😊 I used TFrame1 instead of RowControl and i still got an error. Thank you again
  10. Thanks Sherzode, it works. in my Frame, there is a UniDBGrid, is it possible to set the height of the Frame to the height of the UniDBGrid (which in the Frame)? ie access the height of the Frame to modify it according to the height of the UniDBGrid RowControl.Height := MyFrame1.DBGrid1.Height; I get an error with this code
  11. Thanks, I have already read this article, but it is not what I want (change the height of TUniFrame).
  12. Hi, In my project, I have a UniDBGid with the "RowWidget" property enabled = true. When I click on the '+' of this DBGrid, a TUniFrame is displayed. I want to modify the height of this Frame by code, how to do it please? Thanks in advance
  13. Hello, I want to simulate a click on another button with an "Ext Events" code. I tried this code but it doesn't work: function click(sender, eOpts) { document.getElementById('<%= button2.ClientID %>').click(); } and this code also does not work: function click(sender, eOpts) { document.getElementById('Button2').click(); } How to do it please? Thanks
  14. Thank you. I am very surprised to know all this procedure to answer a simple question posed on your forum. Other component and library editors easily answer questions from users and encourage them to use their products. What if someone tries your product before they buy it, you don't answer their question?
×
×
  • Create New...