Jump to content

ferna

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ferna

  1. yep, its really easy and you don't have to link a "real" database, the annoying part is to walk the dataset to set/get the values but... nothing in life is free except GNU.
  2. Afaik there's no "classic" way to do that (i'm working with 0.99.50.1189). In my case i've got to use a virtual table (TClientDataSet) with a boolean field that has a getter to avoid the "true" and "false" displayed text when linked with dbgrid. I've got to walk the dataset to obtain the values but i don't have to worry about the checkbox it does its job. You can try "BMUniDBGrid" too http://forums.unigui.com/index.php?/topic/5044-new-bmunidbgrid-with-multiselection-rows-and-popupmenu-vers-098-and-099/ , i'm working with D2007 and i have no time to port it nor try it. Good luck.
  3. UniSession.AddJS('Ext.util.CSS.createStyleSheet(" .x-window-default{ box-shadow:0 0 0 5px #3892D3,0 0 0 6px black; }; ")');
  4. UniSession.AddJS('Ext.util.CSS.createStyleSheet(".x-window-default{ border-width:2px };")');
  5. ferna

    dialogs

    Hi, Thinking about all the suffering that implies reorganizing our old source code cause the new showModal behavior (showMessage and messageDlg too), i wonder if there is a manner to implement a thread lock inside the showModal function until an event is fired by the client side. Maybe with a TEvent (waitFor and setEvent). I've tried without success because i can't make the dialog box (TUniForm) visible before the thread lock, so, is there a way to show the form in the bowser before locking the thread (just right after doing TUniForm.showModal) ?. Thanks.
×
×
  • Create New...