Jump to content

rsanford

uniGUI Subscriber
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by rsanford

  1. Hi Farshad,

    I understand the proces to deploy to a Azure VPS/VM, which is basically direct access to a server and configure ISAPI module on IIS.

    I would like to try to deploy to an Azure cloud service - web role. Azure manages the instance for you such as OS patches and security updates. The web role is basically IIS except that you don't need direct RDP access to configure the server. The web application (ISAPI, ASP.NET, etc.) is packaged and uploaded to the web role instead. I understand that ISAPI applications can be packaged in a cloud services package, just cannot figure it out and thought someone might have already been succeeded.

    Some links

    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-create-deploy/

     

    http://dotnetthread.com/articles/30-Choosing-between-Windows-Azure-Web-Sites-Web-Roles-and-VMs.aspx

    • Upvote 1
  2. Could anyone that has successfully deployed a uniGUI ISAPI dll to Azure please provide the steps and example that you used to create the package and service definition schema? I'd like to deploy my app to an Azure web role instead of VM but having a difficult time doing it.

     

    Thanks!
    Robert

    • Upvote 1
  3. I would like to suggest - as a component of the core documentation set - is a basic introduction to javascript as it relates to uniGUI and EXTjs. Also include a cookbook section that describes and provides examples of how to extend the uniGUI components using javascript. I believe this would be of great benefit for those developers who come from the desktop world as a way to become more productive with the framework.

    Thanks

    • Upvote 2
  4. Hello, I'd like to have the ability to mouseover/mouseenter a unipanel and have the panel change color and/or display some other type of effect, such as a solid white border - something similar to clicking a tile in windows 8, then return to the original color/initial effect at mouseleave.

     

    Would anyone know of a way to do this within unigui? Thank in advance.

  5. Installed the latest version 0.93.1.999 in XE4. Created the default program from Unigui wizard. 

     

    Compile Error - [dcc32 Error] Main.pas(33): E2003 Undeclared identifier: 'RegisterAppFormClass' (initialization section)

     

     

    Repeated install in XE3, same error above (also tried 64bit in XE3 and XE4)

     

    Thanks

     

     

  6. Agree with Variscan. Farshad has mentioned several times that the product would be approx. 750 - 1K including ExtJS. There are no surprises here. As I understand it, the donation is needed to get the ExtJS OEM settled. Clear this hurdle and we will soon get a released product. I've adopted the framework and have used it to convert several desktop apps with success. I've been waiting for the product to be released for over 2 years now. Let's help Farshad get this done.

    • Upvote 1
  7. My ideas w/slight modifications

     

     

    - Standard version (Without source)

    This will be the standard version for uniGUI. You'll get the Ext JS license separately (Combined in future). You will receive a DCU only package. More or less like something we currently distribute as beta.

     

    - Pro version (without source)

     include some additional tools and several incident support pack (ie. 2 premium incidents)

     

    - Source code sold as a separate product

    This can be another option.

     

    - Premium Support Pack.

  8. Few notes, not sure if this is a bug, may be expected behavior.

     

    Using the MDI forms demo found in build 976:

     

    1. The main form is maximized and the "child" forms are moved to new locations on the main form..ie child form 1 is moved to the extreme right of the screen. Main form "restore down" button clicked, and returned to original size. Child forms may be located outside of boundaries of main form. Move a child form will cause it to jump back within main form boundaries.

     

     

    2. Minimize buttons on child forms don't minimize or scroll the window up.

     

    3. Added a panel, align to right and a status bar on the main form. Child forms can be moved over panel and status bar.

  9. I inquired about this a while back and at the time could not find a solution. I need to be able to logout/ terminate a user session after it has been inactive for a given amount of time..ie. 5 minutes. Has anyone been able to achieve this?

     

    Thank you!

×
×
  • Create New...