Jump to content

rafpic62

uniGUI Subscriber
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

507 profile views

rafpic62's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I'm building my application as ISAPI module to integrate with Apache server. Apache is configured for Mutual Authentication, so I need to read client certificate properties. In PHP this properties are retrieved through the $_SERVER[...] variables. How can read server variables with UniGui ?
  2. I put on a form a TUniMemo object. The object works fine. On the same form there's a button that opens a second form with another TUniMemo Object. This second TUniMemo is not editable at all. No edit, no paste. The blinking prompt is present. If I load text with Add function the text will appear correctly. I don't have any idea about the problem.
  3. Please ignore this post. I have resolved. It was an issue outside the Unigui components.
  4. I have an application having one class named "TUAziendeFrame" based on a TUniFrame and other similar classes It is working fine as CGI executable (port 8077) On the same server I'm running the same application (port 8099) and my surprise is that when it tries to open the frame "TUAziendeFrame" an error "Class not found" is raised. For other frames non error will occur. Why this error is raised only with the second running instance on port 8099 and not with the first instance on port 8077 ? I don't explain this behaviour.
  5. Is possible to detect the session end? My solution need that I register when the user logs in and also when it exits from the app. How can I detect this last event ?
  6. I have a TUniMenuButton on my toolbar with an image as icon get from a TUniImageList with the imageindex property. The images of the ImageList have size 24x24 but when rendering the image on the button seems that it always uses a 16x16 size. How can I tell the button that the image is 24x24 size ?
  7. What I'm experiencing debugging the generated code with the browser is: x-panel-bodyWrap has the overflow = hidden If I change this value to auto then the <div> content will be scrolled. Is there a way to force the x-panel-bodyWrap to have the overflow = auto ? Thank you
  8. Unfortunately it doesn't work. Thank you andyhill
  9. I have a TUniHtmlFrame on a TUniframe with client side alignment and layout set as 'fit' I put into the HTML a <div> that is dinamically filled by code and that will not scroll if the height overflows. I want the <div> content to scroll vertically in case of overflow. Analyzing the output through the browser I find that if I set #O3C_id-innerCt with the css { overflow: auto !important; } and #O34_id-bodyWrap {overflow:auto !important;} The scrolling will work correctly. My question is: Is possible to set this CSS without using absolute object names like O34_xxxx or O3C_xxxx ?
  10. Once I create an App as Apache module is there a way to change it to CGI and viceversa. Generally I prefer use CGI for testing. Thank you
  11. Hello, if can be of your interest I discovered that the problem happen because I use <b>...</b> in the FieldLabel for highlight the label. Without highlighting the FieldLabel it will not happen.
  12. Hello I'm having the following problem: I put on a form a TUniDBEdit control with Width=214 and some Fieldlabel with FieldLabelWidth set to 100 When running the application I would expect that the edit size will be 114 px but it will grow goig past the right border of the panel containing it. Have you some idea abou what is causing this problem. Thank you
  13. Hi, it's not simple to make a test case. I have also experienced that the problem arises when I make visible a column with the unidbgrid default columns menu that allow to hide or show columns. Is there a way to capture this event ? when the visible columns is changed through this menu? I would try to refresh the underly dataset after that happen. Thank you V.M.
  14. Sorry but the problem is still present. In few words with a dataset with a lot of records (about 1000) if I hide by code some grid columns it will freeze if I try do edit a single record and opening an edit form. The problem doesn't occur if the dataset has few records. Is there a way to programatically hide/show grid columns that you can suggest to me ? Thank you V.M.
  15. I'm now testing with last 1549 version of UniGui and the problem doesn't occur.
×
×
  • Create New...