Jump to content

rsanford

uniGUI Subscriber
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by rsanford

  1. I'm 62. I started with Delphi 1 in 1995, mainly Windows desktop apps. Also worked with Turbo Pascal for Windows and Borland Objectvision back in the early 90's.
  2. 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
  3. 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
  4. 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
  5. Congratulations Farshad! My ordering experience went well. Best wishes and thanks again for a great product.
  6. We really need to get uniGUI out of beta. Clients want to see full documentation and specifications. Several live production users/sites as reference is needed. I know that uniGUI will get there, but it has been a long road.
  7. Hi Bruno, I'm also interested. A demo app would be great if possible. Thanks!
  8. Would it be possible to get a sample program that can demo the panel effects please? Thank you.
  9. Thanks everyone, I appreciate your help. I will check out your suggestions.
  10. 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.
  11. 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
  12. I'm requesting the ability to log out and terminate a user session after it has been inactive for a given amount of time, for example 10 minutes. At timeout, a termination message should be displayed "Your session terminated because of inactivity", etc. Thank you
  13. Farshad, I did not get an email. Could be that email filters are blocking it. Robert
  14. 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.
  15. 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.
  16. HI okkoos, yes UniGUI is the best solution for pascal programmers, and getting better. Note that you can create windowless/formless interfaces by setting UniServerModule's property "mainFormDisplayMode" to "mfPage". Hope this helps. Regards!
  17. Hi okkoos, You can embed a uniFrame within a panel. Check out the Megademo here http://prime.fmsoft.net/demo/ucdemo.dll
  18. Excellent idea and desperately needed. How about some Javascript notes and tutorials targeted to non-web Delphi Developers? Thanks
  19. rsanford

    MDI forms

    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.
  20. Firebird, dbExpress (using XE3 supplied driver), Datasnap
  21. 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...