Jump to content

rsanford

uniGUI Subscriber
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by rsanford

  1. 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.

  2. 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.

  3. 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

  4. 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;
    

  5. 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

  6. 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...