Jump to content

JDDEV

uniGUI Subscriber
  • Posts

    73
  • Joined

  • Last visited

Recent Profile Visitors

1290 profile views

JDDEV's Achievements

Member

Member (2/4)

3

Reputation

  1. Thanks for this link. I would like to test some of the solutions...but how to code this "<input type="file"onchange="this.nextElementSibling.textContent = this.value;">" on the Onclick event of a SpeedButton....and then how to get the result ? I suppose i have to use AddJS function...but i don't know how to do that Thanks
  2. I would like to select a local directory without download, just to have the path. for exemple the user click on a unispeedbutton, a fileselector dialog opens with just the list of local directories (c:/documents selected by default). then the user choose for exemple c:/users/toto/desktop and the path selected is showing in a unilabel. is that clearer ? thanks
  3. Hi all, For my docs library project, I need to have 2 speedbuttons to just select a directory or a file on the local computer of the user. I just need to get the local path or path+filename without download selected directory or file. How i do that ? Is it possible directly with a UNIGui component or do i need to add a JS library ? Thanks for answers
  4. Yes i use these properties when i use a button to refresh data. But if, i want to show form.screenmask during an another event (like timer for exemple), i would like to do that automatically when form.BeginUpdate is called and hide screenmask when form.EndUpdate is called.
  5. Hi all, I would like to show the ScreenMask when data are refreshing on a form. When refresh action is launched on a button click event, i configure the button screenmask properties. In other case, i would like to view mask between from.BeginUpdate and form.EndUpdate functions : is it possible to do that without use showmask et unisession.synchronize manualy ? Thank you for answer.
  6. JDDEV

    Live demo Theme

    I use v.1.90.0.1565 I think it is because when i put DBGrid not visibled, i reinitalize fieldsDef (clear and adds) of the dataset (FDMemTable). If i don't reinitialize the dataset...it is working without ajax error.
  7. JDDEV

    Live demo Theme

    Hello, I have got a new issue when my DBGrid is not visible. There is an ajax error : Cannot set properties of undefined (setting 'onWidgetAttach') Before i put my DBGrid not visibled, is it possible to reconfigure it and cancel onWidgetAttach function ? Thank you for answer.
  8. JDDEV

    Live demo Theme

    Thank you. Is it possible to have just the CSS config for this progressBarWidget ? Tips : for my Show/Hide question, i find this solution : JSHideWidgetInt:string= 'reconfigure=' +'function reconfigure(sender, store, columns, oldStore, the, eOpts) {' +' var widgetColIndx = %d;' +' columns[widgetColIndx].onWidgetAttach = function(column, widget, record) {' +' if (record.data[%d] == %d) {' +' widget.hide();' +' } else {' +' widget.show();' +' }' +' };' +'}';
  9. JDDEV

    Live demo Theme

    Hi all, I would like to know the name of the theme on the LiveDemo. I would like to have the same uniProgressBarWidget look like. Thanks you. One more question : is it possible to hide a widget for juste one row : for exemple if the value is < 0
  10. Thank you, that is working fine 🤩
  11. It is to optimize a custom message form size
  12. Yes on the server side.
  13. No solution for that ?
  14. Hello, I have just added the path "C:\Program Files (x86)\FMSoft\Framework\uniGUI\Dcu\Delphi2024" in the "Project Options -> Delphi Compiler -> Search path" parameter... ...and my project is compiling fine again It is the first time i need to do that manualy when i update UniGUI.
  15. Hi all, I have just installed uniGUI - v1.90.0.1552 But when i want to compile my project i have these errors : [dcc32 Fatal Error] IfsWeb.dpr(82): F2063 Could not compile used unit 'uniGUIISAPI' [dcc32 Fatal Error] ServerModule.pas(29): F2063 Could not compile used unit 'UniGUIVars' The same project with Delphi 10.4 and uniGUI - v1.90.0.1551 work fine. What is wrong ? Thank you for answer.
×
×
  • Create New...