Jump to content

jahlxx

uniGUI Subscriber
  • Posts

    1241
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by jahlxx

  1. jahlxx

    cache

    yes !!!! it works !! Thanks.
  2. jahlxx

    cache

    Hi. Have you seen the test case? Thanks.
  3. jahlxx

    cache

    Here it is. Press button, and it will load index.html. Inside index.html, click, test link, and will load second.html. Exit application. Modify second html. Run application again, press button and click the link, and you will see that open the older second.html. I hope this help. Thanks. test.zip
  4. jahlxx

    cache

    ok. just open index2.html in a urlframe. then click to link TEST. after that, try to modify the other html file, and you will see allways the older version. index2.html mainform.html
  5. jahlxx

    cache

    Hi. When the link is from other html file, don't work. I mean that I show a html page in a urlframe. In that page, there is a link to other html page, but allways shows the same, not the modifications until clear the cache.
  6. jahlxx

    url rewrite

    oops !!! works, but can't access to /server to update the application. any idea? thanks.
  7. Hi. Some idea about how can I do this? Thanks.
  8. jahlxx

    url rewrite

    Great !! Thanks friend.
  9. jahlxx

    url rewrite

    Hi. Someone has configured url rewrite on apache? I'd like to have pretty URL's, and can't find a clear sample and/or way to do it. Some help will be wellcome. Thanks to all.
  10. just take mdemo, and don't assign any images to the navtree, and run with uni_sencha theme, and you'll see
  11. Hi how can I solve this? In uni_sencha theme, in treeview, when a node is collapsed, the icon is almost invisible: But when s expanded, the icon is visible well: Thanks.
  12. Don't worry. My workaround is enough for me right now. I'll open a ticket in support portal (don't know why, but I'll do) Thanks.
  13. yes. depending of number of files to upload.
  14. Ok. As workaround, I do in 2 steps, instgead of in MultiCompleted procedure. First, I upload, and second, I do what I need with every file. The only thing, is that in the MultiCompleted procedure, I store the filenames in a memo (could be stringlist too). With this, is more clear for the users, but still have the problem that can click Upload button again, and again, ...
  15. Yes, disabling the button is a solution. How? And Cancel button too.
  16. is important? monthly, HR dept. upload payroll and other docs to employee portal. can be 2000 files (small files). during the process, user can click Upload button more than one time, and can generate problems.
  17. After press OK, is the process takes some minutes, the user can click OK again, and again, and again, ...
  18. Because can be many files, and can take some time to insert files in database, and the screen is extrange, waiting util the process ends. And the user can click OK button more than one time, and then I can have problems.
  19. Hi. Is possible to hide the fileupload dialod when completed? I have this: procedure Tform1.f1MultiCompleted(Sender: TObject; Files: TUniFileInfoArray); var I: Integer; begin ----> CAN I HIDE HERE DIALOG BEFORE DO SOME WORK FOR EVERY UPLOADED FILE? for I := Low(Files) to High(Files) do begin // My code for every file (i.e. insert in database as blob field) end; end; Thanks.
  20. jahlxx

    viewport problem

    Yes, it seems that. I don't know the reason.
  21. jahlxx

    viewport problem

    tested in chrome, and works as expected. but not in the browser that I usually use (dolphin). I don't know why. Thanks anyway.
  22. jahlxx

    viewport problem

    Yes, and was working perfect until update version, with the screen size limitation, but usable by the users, and working perfect.
×
×
  • Create New...