Jump to content

Mediv

Members
  • Posts

    79
  • Joined

  • Last visited

Everything posted by Mediv

  1. Mediv

    Save image

    Спасибо, попробую.
  2. Mediv

    Save image

    Hi all, tell me how to save the image in the database, I load the image into the program and want to insert rows into a table. Thank you.
  3. Hi Farhad. In the coming months may appear in the library of components UniGui Region Slider Panel?? http://forums.unigui.com/index.php?/topic/1233-region-slider-panel/ There are examples for xe, but I would like to see this feature for earlier versions of the IDE. Thank you.
  4. Hi Farhad, is it possible to create a project UniGui for Apache?? Thank you.
  5. Also raised this question, but I can not find the topic and found your screen, use ExtEvents.
  6. Mediv

    Frame

    Hi Farhad. In the form of a property MonitoredKeys ..., in the frame there are no such properties, tell me how I can make use of the keys F1 ... F12 out of the frame. Thank you.
  7. Mediv

    UniDBgrid

    Hi all, please tell me how to set the focus to a cell in UniDBGrid? Thank you.
  8. Hi Farhad, need to dynamically create a component, there is a problem with the creation of Label,Edit component. Attached a test project, if the method uses its DynamicForm.CreateTUniLabel label created! If DynamicForm.ConstructionForm (5, 'Metka') there are problems, the result of the screenshot. I apologize in advance for the version I am using Delphi 2007, Build 943, there is no facility to upgrade. I think the problem is not connected with the version uniGui. Maybe the problem is a variable of type TUniControl. Thank you. TestDinamic - ?????.zip
  9. Mediv

    UniToolBar

    Build 943. delphi 2007.
  10. Mediv

    UniToolBar

    Hi Farhad, took your simpleDemo, added hint and call a new form in a new form of property is set animate = True, hint is not displayed, put animate = False and it works. SimpleDemo.zip
  11. Mediv

    TUniDBGrid

    Uses tag <br> Sample: hello<br>word
  12. Mediv

    UniToolBar

    Hi Farhad, In my project by clicking on the button I call a form, these forms I have UniToolBar with buttons. Hint on the buttons installed but they are not displayed. I have several of these forms with UniToolBar and anywhere hint is not displayed. Hint not displayed only UniToolBar, put it on the form UniSpeedButton all is well. object ToolsPanel: TUniPanel Left = 0 Top = 0 Width = 489 Height = 45 ParentShowHint = False BorderStyle = ubsFrameRaised Align = alTop Anchors = [akLeft, akTop, akRight] Color = clBtnFace TabOrder = 0 object PersonCardToolBar: TUniToolBar Left = 2 Top = 2 Width = 143 Height = 41 ParentShowHint = False ButtonHeight = 38 ButtonWidth = 39 Images = ImageList BorderWidth = 0 Anchors = [akLeft, akTop, akBottom] Align = alLeft TabOrder = 1 object FindPersonCardToolButton: TUniToolButton Left = 0 Top = 0 Hint = # 1055 # 1086 # 1080 # 1089 # 1082 "" 1079 # 1080 # '' # 1089 # 1087 # 1080 # 1089 # 1082 # 1072 '' # 1092 # 1080 # 1079 '. '# 1083 # 1080 # 1094 ShowHint = True ParentShowHint = False ImageIndex = 2 OnClick = FindPersonCardActionExecute end end Thank you.
  13. Mediv

    ajaxtimeout

    Hi all, please tell me what the property is responsible ajaxtimeout, I have set to = 60000, can cause a property error UnavailableErrMsg the user who has not worked in the program a couple of minutes. Thank you.
  14. Join us, after upgrading to version 19 drawing has changed, fell back to 18 version.
  15. Hi Farhad. In the project there are reports Unavailable ErrMsg with completely different operations in the program, after refreshing the page all done, Is there any way to track what work WebServer, is there a limit on the number of sessions? Values ​​SessionTimeOut enough to run queries. If the project is run locally on the machine and it works. How can I find bugs? WebServer for me, a black box, I do not know how it works. Are there any administration tools WebServer?? Build 943, delphi 2007 version of the Chrome browser are different from 15 and above. Thank you.
  16. Hi Farhad. I have TUni DBLookupComboBox component of the project, an event ComboBoxCloseUp I performed the procedure, I want to hang the mask on while the procedure is performed. For TUniDBEdit I used OnKeydown (sender, e) sender.showMask ('...', FormUpdateAccCard.Form); Can you tell me a good ExtEvents for my problem. Thank you.
  17. Set the StripeRows, coloring lines appeared slightly visible, but it's better than nothing. Thank you for your help.
  18. Mediv

    button id/css

    Put this into servermodule customcss .button { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } .button:hover { text-decoration: none; } .button:active { position: relative; top: 1px; } /* white */ .white { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); } .white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); } .white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff'); use UniLabel.Caption = <a href="#" class="button white" target=_blank>...</a>
  19. In Ehlib in ExtJS and the background color of rows in the grid can be rotated (white, grey, white ...), would do the same in my project, but The Standard properties of the component UniDBGrid not found, so started looking for a way to do it on the client side. The users want to see the lines that have a different background, it is easier to see the information. Maybe there's an easier way to do this?
  20. Hi Farshad. I have found a property in component Query Component -> Fields Editor -> DisplayFormat = 0.00, everything works as expected, but after adding the event ExtEvents -> OnReconfigure DisplayFormat property stops working. Can I fix it? delphi 2007, Chrome 18 ... beta Thank you.
  21. I do not know where Js, help me understand! I want to loop through the rows and columns, the columns did, the problem with strings. colModel.getColumnCount () returns the number to the columns. colModel.getRowCount () returns a count of rows? Or maybe I have an error in the other? function OnReconfigure (sender, store, colModel) { for (i = 0; i <colModel.getColumnCount() -1; i + +) { colModel.getColumnById (i). renderer = function (val, metadata, rec, row, col, store) { for (j = 0; k = 0; j <colModel.getRowCount () -1; j + +) { if (row == k) { metadata.attr = 'style = "background-color: grey;"'; k = k + 2; }; return val; }; }; }; } Thank you.
  22. Hi Farshad. Sorry. I'm probably not quite correct to explain my question, I want to change the background color of entire rows, the first line - white, the next - gray, etc. not a color value in the cell. Thank you.
×
×
  • Create New...