Jump to content

albertovesx

uniGUI Subscriber
  • Posts

    598
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by albertovesx

  1. New version

     

    2012-10-27 v1.2.5

    -- Started playing with Directions API.

     

    See it in action here:

    http://85.25.130.138/lema/uniGMapDemo.dll

     

    The Demo shows how to get the instructions Array from Google API and show it into a UniDBGrid.

     

    Tips:

    Click on Grid to place a marker.

    Click on map to find closest direction step.

    Click on "get DirectionsResult" button to get the JSON containing the whole route

     

    Great, thenk you for this.

  2. Hola ! .. si claro .. pero que tienes que configurar ? .. En realidad 'ellos' tienen que configurar la Isapi de modo de ejecutar normalmente bajo IIS.

     

    Por favor, pregunta lo que quieras.

     

    Atentamente

     

    Rober

     

    Hola Robert

     

    El problema es que no sé que cosas hay que configurar. Sé que tengo tres carpetas: logs, data y wwwroot. Dentro de wwwroot existe cgi-bin. ¿Dónde tengo que poner mi dll y la carpeta del extjs? ¿Tengo que solicitarle al staff del hosting que le den permiso de ejecución o ya las carpetas tienen ese permiso?

     

    Gracias.

  3. Thanks .. everyday I'm adding new functionality.

     

    After searching and searching I found a 'small' place wich host Isapis in a shared environment (very rare) and very cheap (for here Argentina) .. I can't afford a VPS right now.

     

    The surprise come when I realize the 'service' was very good. They answer diligently my questions and also attend my requests in a good fashion.

     

    The place is: http://www.argentina-hosting.com.ar/

     

    Regards

     

    Rober

     

    Hola Roberto, Contraté el mismo servicio. Me puedes ayudar un poco a configurar una dll isapi?

  4. 1. is this using isapi or standalone ???2. if you using isapi .dll how to setup your index website to the .dll, usually i use www.aaaa.com/xxx.dll , so how to setup www.aaaa.com

    3. when exit it's run to first web again, how to code it

     

    Using IIS go to priority document and set your dll top of the list.

  5. Hi to all.

     

    I share the uniGEarth component.

     

    It is a very simple component , used to show the google earth into your uniGUI projects.

    For now it can only configure some properties but as soon as I find some time ,

    I will try to add some functionality like event handling , adding placemarks etc.

     

    You can see it in action here :

    http://85.25.130.138/lema/uniGEarthDemo.dll

     

     

    Latest version: 2012-10-15 v1.0.0

     

    Thank you for sharing.

  6. Open UniRegionPanel project, in UniRegionPanel.pas locate this procedure

    procedure TUniRegionPanel.Loaded;

     

    and looking for

     Self.ExtPanel.AddTo(RegionParent.ExtPanel.Items);

    , and add this line

    if Assigned(RegionParent) then

    (this line is before)

     

    Best Regards

     

    Gracias, Carlos.

  7. Thanks .. everyday I'm adding new functionality.

     

    After searching and searching I found a 'small' place wich host Isapis in a shared environment (very rare) and very cheap (for here Argentina) .. I can't afford a VPS right now.

     

    The surprise come when I realize the 'service' was very good. They answer diligently my questions and also attend my requests in a good fashion.

     

    The place is: http://www.argentina-hosting.com.ar/

     

    Regards

     

    Rober

     

    Gracias por la información.

  8. Probably not since the great cocorrentente Delphi is Microsoft with its .NET.

    But if there are tools that allow me to continue using Pascal and allow me to use the knowledge I have in this language, I will surely migrate to Lazarus.

    As Unigui is a new design and many companies think of adopting it to develop new projects, certainly worth thinking about going to Lazarus. I'm not talking here in porting an VCL application of Delphi 7 (or any version) to version XE3.

    Many companies are investing in Lazarus. We will have the official launch of version 1.0 and will support FastReports. We already have the UniDAC / RemObjects working on Lazarus and believe in others going to Lazarus / FPC.

     

    If developers leave Delphi, everyone will lose, me you and the entire community.

    Do you think it is easier to develop Unigui to .NET? I think not ...

     

    Please, Dont mention .NET

  9. Correction:

     

       
    for I := 0 to ASessionList.Count - 1 do
    begin
           if not TUniGUISession(ASessionList[i]).IsTerminated then
      		(TUniGUISession(ASessionList[i]).UniMainModule as TUniMainModule).MyVar:=10;
    end;
    

     

    Hi, information like this one will be available in documentation? This kind of information is very useful.

     

    thanks

×
×
  • Create New...