Jump to content

AtoZ

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by AtoZ

  1. I had same problem not sure what I did, but it works now. One thing I know I had problems with 64 bit FB Install once and I installed 32 bit FB instead and things started to work. Security and rights to access files is stricter now (Running 2012 also, no problem). /Roger
  2. AtoZ

    Merry Christmas

    Merry Christmas and a Happy New Year to you all..
  3. I hate uniGUI ! 1. It has not enough bugs in it. 2. Way to easy to make an application. 3. Not suppose to work first time you compile it. Well can't name anymore problems, It's way to many bad things Farshad keep up the good work, Thanks all
  4. And I can add to that, uniGui runs fine as ISAPI (and stand alone) with multiple users,
  5. This is an old Delphi one So it works in VCL ? Be nice to have it working directly with jpg and others. Thx,
  6. Hi Cristiano, I have had similar problems but I had to just change my mind to that all is event programming and nothing is modal anymore and im responsible to make sure i do it in right order. Did many mistakes with showmodal until i learned a bit more about masks etc and modal does not stop anything. It's somewhat similar to run threads and multiple request to data server you never know what order you will get the data so you have to look at the process id to make sure you use it in the right order. Later,
  7. I use kbmMW to supply data to all my programs Win,Mac,IOS, Android and uniGui. This setup give me the same programming features on the client on all platforms plus can add server rules and functions easy. I use SqlDirect on the kbmMW servers connecting to Firebird. MSSql, Oracle 10g and 11g. I prefer FireBird over all databases. By using the middleware I don't need all the features of the database. Using this setup I found especially with Firebird Embedded i can have a lot of users with pooled connections, very easy setup and low maintenance cost I found IIS to me easier to work with than Apache so I will stay with that, I even run WordPress on IIS with MySql and found it very easy to maintain. Later,
  8. Same here, Server 2008 R2 64 bit. I set the default doc to the dll and it works (http://www.ibillem.com/billem/) as a full path with the dll name in it. It's nothing special with unigui dll as any other ISAPI dll. I'm running the pool as No Managed Code and have 32 bit application enabled, The pool is running as ApplicationPoolIdentity. (Looked at wrong pool first time) Later,
  9. HI, Read the links provided for the setup of the server then use http://myweb.com/YourISAPI.dll or add Default Document if you wanted to YourISAPI.dll then you can use http://myweb.com/ or http://myweb.com/YourISAPI.dll Later,
  10. agree zilav, pdf.js is pretty nice its getting close to handle most of the pdf file redering. oh, Forgot http://flexpaper.devaldi.com/ but not sure about it. /Roger
  11. AtoZ

    ISAPI 64 IIS7

    Gee Eric, you are getting dangerous I was on the way to test 64 bit also, I guess i test tomorrow and see what i get. I'm having memory problem in my ISAPI(32bit) right now, Memory required is building up all the time and not releasing. Well going dangerous I have no timeout on web pool but if all right it should not build up all the time so I appears it's memory leak somewhere. (95% Windows Server 2008 R2 now and not going back lol ) Later, /Roger
  12. One way is to add to the CSS to override default. .x-grid-with-col-lines .x-grid3-row td.x-grid3-cell { border-right:0px; } To make it for each grid you need to set different cls names to items as this one is global.
  13. AtoZ

    Cls properties

    Got it working by using the WebForm. Thanks, Roger
  14. AtoZ

    Cls properties

    Hi, Is the a way to set the Cls properties of the components ? Trying to set the baseCls on some forms but not having any luck finding out how. Like to change other Cls properties also. Thanks, Roger
  15. AtoZ

    form's postion

    Other Q. to add. I noticed first time the form is shown the position of form is 0,0 and if i move it a bit it becomes ex. 60,230. Should not the form set its position to other then 0,0 when from is shown, the form has poScreenCenter ? Thx
×
×
  • Create New...