Jump to content

TobiS

uniGUI Subscriber
  • Posts

    73
  • Joined

  • Last visited

Recent Profile Visitors

1168 profile views

TobiS's Achievements

Member

Member (2/4)

1

Reputation

  1. i got the same error sometimes. It appears when a form is opened and only for some users. Its not always the same user. In the form i only shows a pdf file, that was created. Anyone found a working solution or even the source for this error?
  2. Hi sorry for taking so long to read the answer. The problem still occurs sometimes. Most times in occures in google chrome. There is a error that happens in a .js file. "JS Error: Cannot read properties of undefined (reading 'internalId')" in "ext-sync-min.js" -> "function _log(a) { if (logEnabled && typeof console != "undefined") { console.log(a) } return (a) }" thats the columns while loading and here after its done. i activated the Menue in Columns but all i get is a very little small box. As well no popup afterwards works anymore.
  3. I am not sure in where to send it since its not actually a unigui problem. The following thing happend. 1. User is logged in everything works fine in chrome. 2. User log in to another website ( not unigui) . 3. Hours later user start chrome new and logs in again to the website. Now in datagrid columns and some other components just turn invisible. 4. Now using another browser to log in. Everything is visible like it should be and works. My question: Is there any known side effect that can cause such problems? Even after clearing the browser cache and restarting chrome the same thing stays. On another pc everything is still visible in chrome as well, so i guess its some browser problem. Any idea ?
  4. i didnt find a good solution that works. Anyone got an idea?
  5. its a workaround for the left mouse button. Would be great if it would work on the right mouseclick.
  6. yes of course. i used the code like explained to get the popup at the correct position. In addition i need the EventID from the clicked event so i can use it to access the Data for it. i made a workaround with the calendarpanel OnEventClick in combination with this code here. on the OnEventClick is the EventID. I like to return it in addition to the x, y params in the afterrender.
  7. This works great to set the popup at the correct location. Is there a way to put the eventid as a parameter in the "afterrender" event?
  8. of course i got the following now i want the event look more like this so if there is any way to change how it is drawn inside the event would be great.
  9. i am currently searching for a way to fully customize the event in the TUniCalendarPanel. I need 3 things to be done and cant figure out a way to access the right position. 1. Show Mutliple Lines instead of 1 for the title 2. create some kind of heading border in it. in the best case some way to overwrite the "paint" method. Is there any way to do this?
  10. oh my i already had that once before and forgot about it. sorry about that
  11. Hi, is there a way to write the full day name in the calender panel week view instead of the short 3 char ? so that "Mon" becomes "Monday" and so on? I found out how to change the names but not the visible length. Any Idea?
  12. awesome! that works perfectly. Thanks!
  13. anyone knows how to change the marked areas color?
  14. Hi i am currently changing a lot of css in the customcss and now i am looking for one position i just cant find. i want to change that gray area to white. It is the UniDBGrid component as well i want to change the selection color of the rows. Anyone knows how to set those? Best Regards
×
×
  • Create New...