Jump to content

sagt3k

Members
  • Posts

    59
  • Joined

  • Last visited

Posts posted by sagt3k

  1. Hi to everybody

    I'm testing Sectigo SSL Trial via the form on Server Space.

    The requesti is very easy, I follow the wizard and I receive the certificate. I followed the post above, but I get this error : "Could not load key, check password"

    I have left blank SSL pasword.  I need to understand this passage

    Thanks

    Antonio

  2. Hi Dm_Ufa

    I am very interested in generating controls dynamically via fastscript. Can you attach the source code where you clear AddClass and AddObject for TUniButton?

    I have problem with this Script example:

    Var B:TUniButton;

    begin
     B:=TUniButton.Create(UniApplication);
     B.Parent:=UniPanel1;
     B.Caption:='Hello!!!';
     B.Left:=100;
    end.

     

  3. I do not know if it's possible, but can we create an application with UNIGUI that interfaces with an HTML page or better, UNIGUI can use an HTML page as if it were a templates?
    So you can put inside an HTML page references to visual objects that reside on an application UNIGUI?
    If it were possible, could someone attach a small example? Just to give an indication and then be able to deepen the discussion?

    Thanks

  4. +1

    I would add that with these mini board which runs Debian ARM9 and Lazarus + FPC, it would be possible to make a mini server 1GHz with $50-$100. So having UNIGUI on these platforms could be very, very interesting. Web Servers, Home Automation, Data Logging Applications, Remote Control, all in the palm of your hand.

  5. This is a file from \log directory :

    WebApps: 00000A98: 14:13:24 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000BF4: 14:13:24 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 000004A4: 14:13:24 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000A3C: 14:13:24 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000FF4: 14:13:27 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000608: 14:13:27 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000574: 14:13:27 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000E38: 14:13:27 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 000009C8: 14:14:53 [CommandGet]:EUniSessionException : Sessione invalida
    WebApps: 00000CCC: 14:14:53 [HandleFileRequest]:File not found: C:\Users\admin\Desktop\WebApps\Win32\Release\favicon.ico

     

    these are all errors, after several attempts on different PCs to be in error. Just by sal server with http:/127.0.0.1:port (last row), it seems that the problem is resolved. Also I think it is some configuration problem on the PC server. HELP!

  6. Hello everyone,

    I meet this problem by using IE8 browser:

     

    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
    Timestamp: Wed, 12 Jun 2013 11:27:10 UTC
    Message: Expected identifier, string or number
    Line: 103
    Char: 1
    Code: 0
    URI: http://10.52.152.16:8888/ext-4.1.1a/uni-0.93.1.1000/calendar/data/EventStore.js?_dc=1371036409336

     

    I checked a few posts like this, but I have not solved the problem: http://forums.unigui.com/index.php?/topic/1805-calendar-all-patchjs-error/?hl=expected+identifier

     

    Could someone help me?, basically when you see this error remains blocked on "Loading" and does not open the form.

    Thanks

     

     

     

  7. No, two or three users with your PCs connect to the server with http://ipaddress:port. Sometimes, as I said that randomly the session does not start, or starts and ends immediately. I use a file exe in StandaloneServer = True configuration and Win7/64 as server. If it's any help, when this happens, only from the server itself runs the connection by http://127.0.0.1:port. So when this happens I have to restart the server and it works for a while, but after it resumes.

    Thanks

  8. Hello to all.

    I am developing an application .exe with the configuration StandaloneServer = True.

    The application resides on a PC with Win7/64 (but I checked with WinServer2008/64 is the same). In practice, it often happens randomly that when I plug in a new session I get out of the error "Web session terminated". I'm not using the configuration ISAPI / DLL but an exe application. It's need to configure something on IIS or on the PC Server ?
    Thanks

     

  9. Hello, I am very interested in this work and we could definitely help us. But from next week, as for now I'm following another urgent project. I have a project where they develop short forms and code are integrated on a database. So by joining forces we could solve all the problems we will encounter.

    Thanks to you

    • Upvote 1
  10. Making UniGui compatible with FastScript. I am developing an application, an interface, where algorithms and form are declared inside a database. I think that these features are very well suited and very interesting to develop a dynamic product. In addition you can write with FastScript with other languages, C, Basic and JavaScript.

  11. Here attached an example. Pressing RUN goes on stack-overflow. The idea would be to create Forms and Algorithms as a script. I already have several VCL applications that work this way. To use these potentials UNIGUI together would create a backend application and then build in function of needs form and algorithms directly by the customer. etc..

    Thanks for your support.

     

    FastScript_sample.zip

  12. Hi

    Someone used FastScript with UniGui? Unfortunately it seems there are problems with visual objects. I managed, however, to create scripts in thread but only algorithm, without working with visual objects UniGui*. It will be possible to solve the problem of UniGui and FastScript in the future ?

    Thanks

    • Upvote 1
×
×
  • Create New...