Jump to content

rsanford

uniGUI Subscriber
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by rsanford

  1. Thank you Farshad! Happy New Year to you and all members of the uniGUI community!
  2. (Web mode) Is it possible to control the level of the masking effect? I'd like for the masking effect to be darker when showing modal forms. Thanks in advance.
  3. It would be great to bypass the ExtJS themes and use the XE2 VCL styles instead in web mode. Not sure if it can be done though.
  4. 3.4 is not listed at the Sencha store. What is current pricing? Can it still be purchased if uniGUI uses it with the 1.0 release? Or will 1.0 use Ext JS 4? THanks!
  5. rsanford

    Earthquake

    Hello Farshad, I understand that FMSoft's offices are in Turkey where the world is now hearing of a devastating earthquake. I wish you well, let us know that your doing OK. Take care.
  6. rsanford

    SQL Injection

    Attached are some guidelines and checklists from MS, might be helpful. Threats_Countermeasures.pdf
  7. understood, thanks Farshad.
  8. Sorry, I misintepreted. Fixed rows apparently are not implemented in this version. http://forums.unigui.com/index.php?/topic/1229-fixedrows-and-fixedcols-in-tunistringgrid/page__p__4283__hl__stringgrid__fromsearch__1#entry4283
  9. Perhaps add a unipanel to the top of the string grid and place labels on the panel? Set your anchors on the panel if needed.
  10. I don't think the framework was designed to convert an existing VCL application to the UniGui (EXT JS) controls. You really need to reconsider your application design especially if targeting the web.
  11. Hi Marcelo and welcome, Supported Delphi versions: Turbo Delphi Pro, Delphi 2006, Delphi 2007, Delphi 2009, Delphi 2010 and Delphi XE. Regards
  12. Hi Flavio, Please verify that your application knows where the EXTJS files are located. Please see http://www.unigui.com/doc/online_help/index.html?adjusting_paths.htm Regards
  13. Hello..I'd like to suggest that the general forum topics be divided into two sections - Web and Desktop. Thanks
  14. Ok, thanks, this will be a challenge. I'll play around with it later.
  15. Thanks, Farshad. Wish I had a better handle on the CSS. Do you know of any utility that alows me to visually define colors, etc. and then spits out a UniGui compatible file? Or am I dreaming Thanks
  16. Thank you Dionel, I appreciate your assistance. I plan to rewrite error handling soon and will integrate your suggestions.
  17. This works for me. Added for any web event that updates the client dataset. What can be done on the web side is still a grey area for me. begin try UniMainModule.cdsFacility.ApplyUpdates(0); except on E: Exception do begin raise Exception.Create('Apply updates error: ' + E.Message + ' Please contact support.'); end; end; end;
  18. Has anyone had any success with the "access" theme in UniGui? It isn't supported but was wondering if someone might have already modified CSS to get it working within the framework. If so, could you share please? Thanks
  19. Thank you, much appreciated. Robert
  20. Would like to try something like Showmessage(E.Message) in the OnReconcileError or OnPostError event but no luck. Any suggestions appreciated. Thanks
  21. Is there a way to determine the amount of time left before timeout? I'm assuming there is an inactivity timer running after that resets itself after last activity on the client. What is needed the ability to popup a message prior to session timeout stating that the session is about to be terminated due to inactivity. Then allow the use to click a button to reset the inactivity time and keep working. If no response from the user then the application will shut down normally AND the active window should be cleared showing a timeout message (or nothing at all). HIPAA compliance requirements. Having hospital patient information continue to display after sesion timeout would be a HIPAA violation within the application (although a user is responsible for shutting down the session manually, many walk off becase of some distraction). Sorry to ramble, but that's my issue. Thanks for your help! http://ezinearticles.com/?The-HIPAA-Security-Standards&id=6072426
×
×
  • Create New...