Jump to content

Point

uniGUI Subscriber
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Point

  1. this code moves the form with all the controls in it. how to move the form with just one control, for example only the unipanel1 can move the form. I tried to modify the code but it didn't work :).
  2. how to change all comboboxs/dblookupcomboboxs to be transparent in unigui projects, when using the ubuntu or mac theme. (not one by one).
  3. Point

    default button

    any methods to make button default so no dependent of themes.
  4. the following is an illustration : 1. Unit File : 2. Unit Data Module : 3. Unit Form1 : when active session more then one and one of the user call the procedure CloseOpenDataset, will it be done simultaneously in each session ?
  5. that is what I mean, even though there is something under the combobox (like a thick line) when it's clicked. thanks Sherzod.
  6. Helo Sherzod, thanks, it's work. eventhough the button is a bit too edge. maybe because I omit the border of unidbgrid. sorry Sherzod, I have another question, I have a Unigui to 1.0.0.1422 license but the one currently installed is version 1.0.0.1401. In this version, Is refreshcurrentrows/refresh function on unidbgrid not implement yet for datasnap ?, I tried to create an application with datasnap framework but the function does not seem to have much effect (cannot get the latest record) when the function is called. And whether on that version the enter key (#13) cannot be used to move between columns on the grid. fyi : i've set navigator key properties on form. Sorry, I asked a lot, I am now excited again to learn Unigui
  7. Is posible to change unidbgrid navigator alignmet form left to right ?
  8. regarding this, I am also looking for a solution. As in the Cindy component there is a TcyFlyingContainer (Delphi VCL). This component functions to display a panel called by a control. This component really helps me when I will search records. In UniGUI, I've tried it using the form but the clienttoscreen function doesn't seem to work properly. I also hope there are suggestions regarding this.
  9. Point

    File not update

    recurring problems. although i've set timestamp. is the problem in IIS, Browser or unigui ?
  10. Point

    File not update

    it work, thanks you very much, Oliver Morsch
  11. Point

    File not update

    hi oliver morsh, what the format of timestamp should i use, yyyy-MM-dd-hh-nn or i can use the other format or depend on regional setting ? is betwen name file dan timestamp separated with '?'
  12. Point

    File not update

    I've cleaned up all the history on the browser, I have tried it on other computers but the result is the same, whereas the pdf file is the first time in open
  13. Point

    File not update

    I save a pdf file in folder Files. the pdf file is a manual book. this file is called by client with pdf viewer. when I replace it with a new file with the same name (because any revision of content), the pdf file is still displaying the old content, any suggestion? i used IIS versi 8.5.
  14. hi rullomare i try to install package BMUiniDbGrid in delphi xe3 but raise errors. so i remark this codes : procedure TBMUniDBGrid.JSEventHandler(AEventName: String; AParams: TUniStrings); var CurrentPos: TBookmark; Vals: String; //{$IFDEF COMPILER_18_UP} //XE5 and higher ArrayOfIndex: TArray<String>; I: Integer; //{$ELSE} //XE2 and lower compatibility TS : TStrings; X : integer ; //{$ENDIF} and here : package BMUiniDbGrid; //{$R *.res} {$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION OFF} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES ON} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$DEFINE DEBUG} {$ENDIF IMPLICITBUILDING} {$IMPLICITBUILD ON} . . ========================== after i remark that codes, the package can install successfuly.
  15. hi rullmore, i use your TBMunidbgrid for multi selection. thanks.
  16. I prefer if you can create TMenubuton as a feature in right bottom/top corner of grid, like this design :
  17. Point

    Need Solutions

    hi delphi developer, I tried to make a component derived from TuniDbEdit to handle display format with data type of date and number, but still there are errors. i hope you can help me to fix the script. uniDBCstmEdit.rar
  18. Point

    Need Solutions

    for information i use : delphi xe3 unigui 0.98.0.1127 google chrome firefox
  19. Point

    Need Solutions

    - cases No 1 has been solved on the advice of mr delphi developer. - UniDBNumberEdit does have display format properties. - i try to set unidbgrid with UniDBGrid.WebOptions.DefaultFloatFormat :='#,##0.00', not work, still be able to input some character.
  20. Point

    Need Solutions

    UniDBDateTimePicker always show MM/DD/YYYY, whereas UniDBDateTimePicker has set to date format dd/MM/yyyy
×
×
  • Create New...