Jump to content

t4ufiq

uniGUI Subscriber
  • Posts

    30
  • Joined

  • Last visited

Posts posted by t4ufiq

  1. Hy Everyone!

    have you ever meet  this problem?

    i counter this problem after reinstall my VPS's OS because previous OS got ransomware.

    i already reintall 3x times, first windows 2008 then back to windows 7

    my UNIGUI ver. 1.90.0.1496 (licensed) - on VPS, i installed its runtime + theme + hyperserver_config

    deploy my UNIGUI app on IIS 7 as ISAPI module

    this problem not happen when i run it as stand alone app.

    maybe i missed something when setup IIS or any help pls!!

    Thanks in advance

    1137336034_error1009-dbregistrycorrupt.png.e103fc8a81ac703ffe98a212ef1cd2f2.png

  2. sometimes uniRecaptcha not visible on first time webpage loaded. and then to make it visible just refresh the page once or twice.

    has anyone meet the same problem?

    is there a way to make it 100% loaded properly?

  3. i found what cause it. its parent container set to "uniAlignmentClient"

    when i set set to "uniAlignmentServer" ,  it show stretched very well

    maybe you can reproduce the case .. :)

    thanks

  4. 1 hour ago, Sherzod said:

    Hello, 

    Which build, browser are you using? 

    Can you make a simple testcase for this? 

    im using latest build 1.70.0.1485

    simple test here : http://45.127.134.106:8077/

    additional code only on each checkbox

    Quote

    procedure TMainForm.UniCheckBox1Change(Sender: TObject);
    begin
      if UniCheckBox1.Checked then
        UniImage1.Center:=true
      else
        UniImage1.Center:=false;
    end;

    procedure TMainForm.UniCheckBox2Change(Sender: TObject);
    begin
    if UniCheckBox2.Checked then
        UniImage1.Proportional:=true
      else
        UniImage1.Proportional:=false;
    end;

    procedure TMainForm.UniCheckBox3Change(Sender: TObject);
    begin
       if UniCheckBox3.Checked then
        UniImage1.Stretch:=true
      else
        UniImage1.Stretch:=false;
    end;

     

  5. ide01.thumb.jpg.8acabddbdfe768c3f9623dc6dfccad71.jpg

    on IDE it look all work like what i want, UniImage show everything. UniImage property: center, proportional, and stretch set to true

    but when we run it and open on browser. UniImane fit the image height only, the image width is cropped

    browser01.thumb.jpg.03235e451c316d2188c413129c9e22bf.jpg

    how to make it appeared fit and proportionally like shown on IDE ??

     

  6. 2 hours ago, Sherzod said:

    Hi,

    "Has something changed" these days... ?!

    don't know it ever run well for how long, maybe only just for a week. its definitely been truncated by something in network, because my friend (far enough from my place, different province) can open it smoothly...

    2 hours ago, Sherzod said:

    Are you using build 1481 ?!

    yes.. latest build 1.50.0.1481

  7. 10 hours ago, Farshad Mohajeri said:

    Something in your network truncates HTTP packets!?

    ooww probably ... and because you can open it, Network Probem is the only reason why this happened... (at least i'm not worried about my code, the way i upgrade it to latest version, and setup of my iis server anymore ... :D )

    the next question is..

    > which Network that Truncates it? And why?? <<--- is there any member here from Indonesia or someone whos have VPS located in Indonesia, 

    > is there a way/tips to prevent this?

     

  8. Hi,

    i get this ajax error message:"Unexpected end of input" .....

    after upgrade to 1.50 (already did clean & rebuild code)

    i deploy it on iis server 7.5 on windows 7, please take a visit to this link http://45.127.134.106/Slyrptsp/stdhrg.dll z<<----- on login form - tab "pengguna umum", just input any char!! )

    link above user hyperserver 

    if it run on localhost browser (either ISAPI dll or Standalone Server)... it work fine  

    over internet with standalon server ... ir work fine too http://45.127.134.106:8077

    may be it related to IIS server setting, but dont know which one

    so please, need help here :)

    last,.. sorry for my bad english

    thank you

    Standar_Harga_Barang_Jasa_Kab._Kep._Selayar_-_2018-11-09_13.13.43.png

×
×
  • Create New...