Jump to content

SIRE Software

uniGUI Subscriber
  • Posts

    65
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SIRE Software's Achievements

Member

Member (2/4)

5

Reputation

  1. Hi there I figured out that the problem was caused because i was setting up on runtime the readonly property of the editor control (TUniEdit) related to the grid column. I disabled the function that set this property and just use the readonly property of the grid column and the problem was gone. Besides i upgraded to the last version but it was after i found the issue. thanks.
  2. Hi. Thanks My build is 1.90.0.1547 My Grid has the next settings - Hidden panel linked with 11 TUniEdit controls (each by column of the grid). The UniEdit controls has one trigger linked each - Height := 28 - ClicksToEdit := 1 - LayoutConfig * DockWhenAligned := False * IgnorePosition := False - Options [dgEditing, dgColLines, dgRowLines, dgAutoRefreshRow] - StripeRows := False - TrackOver := False - WebOptions * KeyNavigation := knDisable * Paged := False The sequence is: - Execute append of the source - Set focus (click into one of the cells) the change the focus to another and another then back focus to the first one i mean, is just selecting cells 4 or 5 times - Execute the cancel of the source - Start again. The error occurs sometimes when i do this sequence 3 or 4 times constantly. Some times when i execute append and some times when execute cancel. Worth mentioning that when i execute the append and cancel event, i set by code the property readonly to true or false to some of the columns. Thanks.
  3. Hello. I have an issue with a DBGrid that uses a hiddenpanel with some controls (TUniEdit) bound it to the Editor property of the columns. When i execute the append instruction of my table, the Grid enable the controls (UniEdit) of each cell where i set the focus After that when i execute the cancel of my table, some times (not all the time), an error shows up "Ajax Error" Cannot set property 'readOnly' of null After searching into the javascript files using chrome developer tools, i foun that the columns into the property InputEl has null assigned to the dom property so thats why the error. Could you pleas help me here? Thanks in advance
  4. After searching on the web a little but more i found the how. Here is how: http://someip.com/app.dll/server Thanks.
  5. Sorry i forgot to mention the version, i am using the version 1.90.0.1547
  6. Hello. I am using HyperServer on IIS server following all the instructions given in the documentation but i can not found why the hyperserver monitor doesn't load i mean, when i set my url with http://someip/, the application loads very well but if i change it to http://someip/server, i get a 404 error, page not found. So this the questions: monitor of HyperServer is not operable when dll hyperserver is implemented? or am i missing something? Thanks in advance
  7. Hello. Please can you share with me how did you solve your problem? I have the situtaion. Maybe i won't be able to have an answer too.
  8. If i do the same on a windows 10 operative system with IIS7, everything works fine but not when i do it on a Windows Server 2016 with IIS 10. Please can anyone helpme?
  9. I installed on a IIS Server the ISAPI dll of my application following the basic steps to do that. When i load my application into Chrome, the login form shows correctly but after i provide the credentias (user and password) and hit the login button, the application never responds again. I checked the develompent tools of chrome and could see that the handle event returns or show an error "Canceled" and after few more canceled messages, the error 503 appears. I reload the browser and then the login form shows again correctly but after the login this errors happens again. I did read the documentation to deployment an ISAPI dll and folow those steps but i can not figured it out whats could be happening. Can you please tell me some recomendations? thanks in advance
  10. Good morning! I'm trying to use the TUniFileUpload component to upload files to my database but depending on some validations i need to filter the types of files when opening the explorer, for example sometimes i need to upload just .pdf and in other case just .xls is it possible to make this kind of approach? or how can i make the file type validation ?
  11. Good afternoon everyone! I have this situation where i need to put a memo in a TUniGrid column, but i haven't found out how to do it. Have anyone done something like that? I leave the image of an example of a devExpress Grid wich is the component i have to reply with uniGUI
  12. Anyone has implemented this component? I don't know how to use it
×
×
  • Create New...