Jump to content

lbuelvas

uniGUI Subscriber
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

827 profile views

lbuelvas's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. Hi Fred, I fully share your views. In my case, I found in uniGui the solution to move my applications to the web with minimal effort, I haven't had time to learn HTML, CSS or JavaScript. It kept about 90% of the code of my VCL applications, the changes are due to web development peculiarities, it only used a few lines of JavaScript. My apps are a web version of what they were in desktop mode. But Ext.JS worries me because few companies can adopt it due to its excessively aggressive pricing policy that requires buying a minimum of 5 licenses, which is unattainable for a freelance developer. In the medium/long term I think that Ext.js will cease to be an option, which will affect uniGui. The great strength of Ext.JS are the grids. For my work, uniGui would be perfect if it did the following: it worked with Lazarus, it compiled to Linux, it allowed to use another framework like React / Vue,JS, it allowed to use other grids and it kept the other characteristics of uniGUI but without Ext.JS Only the FMSoft team will be able to tell us how they see the future of uniGui but at this moment continuing with Ext.JS I see it more as a threat than as a strength.
  2. Hi, i'm working on an app that dynamically generates memory streams containing pdf docs, and then sends them to the user, all works fine but i have noticed that if i request multiple downloads, the backend just crashes, i was looking into the project folder, and found that uniGUI for some magic reason caches these files that are generated (but never saved as files), i dont know if it has something to do with my problem, or if it has relation with uniGUI architecture, as far as i know, main and main_module instances are unique for every session, but this cache folder seems to be universal to them all, hope you can help me, thanks in advance.
  3. Hi, i'm trying to use UniGUI as a REST server, and i was doing good until i got stuck trying to figure out a way to read the body of a POST request, in uniserver module there is this event UniGUIServerModuleHTTPCommand, i'm being able to send responses, but i need to do some things depending on the contents of the POST method, hope you can help me, i guess it has something to do with the class/instance "ARequestInfo" but i cant figure out how, thanks in advance.
  4. I downloaded it 3 times with Chrome and Vivaldi browser and the problem persists.
  5. I have same problem with FMSoft_uniGUI_Professional_1.70.0.1486.exe
  6. I forgot to add that im trying to use only uniHTMLframe.
  7. Hi again, right now i'm trying to find a way to display images that are stored in the server but it looks that the methods i've found don't work well with uniGUI's structure, so i need to find a way to asign a path to the <img src="" > so it gets the images from the server. thanks in advance.
  8. Hello, i need the server to know from which url was the user redirected to my web app so i can modify some parameters of the page depending on where he came from, thanks in advance.
  9. in my HTMLframe component i wrote my view, all shows fine, the css in the divs works well, but the body background color is always white, in fact i tryed changing the body background color with JavaScript but didn't worked, but then i resized the page in chrome and i could see something like this (see image below), like if HTMLframe body background color couldn't be affected by JS or CSS, but behind the rendered component the modification actually occured. when i execute the same Javascript to change the color with the same HTML code in a .HTML file executed with chrome, it works as intended, i.e. all the background turns red. this is the code i'm using in my html file, everything works except for the background stuff: .body{ height: 100%; margin: 0; background-repeat: no-repeat; background-attachment: fixed; background-image: linear-gradient(#E2FFA3, #C5DE8E); max-height: 100%; top: 100px; position: static; font-family: "helvetica"; (won't work with plain colors or gradients) hope you can help me, thanks for your time.
  10. Hi, i'm having trouble trying to make the background of my web app, i made a html file to write the code and when i open it with chrome it displays my background as intended(using a gradient), but when i take the code and put it in my UniHTMLframe, the background is just plain white, hope you can help me, thanks.
  11. Hi Hayri, it worked to execute functions defined in the HTML code indeed, thank you, and aslo to anyone who wants to execute general JS statements (not defined as custom functions) you can use yourParentComponent.yourHTMLframe.JSinterface.JScall()
×
×
  • Create New...