Jump to content

patmap

Members
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by patmap

  1. We feel that these controls are very good, but there are some problems, and We are eager to be able to solve as soon as possible......

    1.Why two pictures show only one do?

    2.The following is the source files and runing picture.

    3.We also found that running in ie8 browser is slower.

    post-364-0-99146500-1358476643_thumb.pngpost-364-0-89320400-1358476827_thumb.png

     

    Hi,

     

    The *.dfm files not found in this attachment project.

    Reupload project with dfm filess.

     

    Regards

  2. We feel that these controls are very good, but there are some problems, and We are eager to be able to solve as soon as possible......

    1.Why two pictures show only one do?

    2.The following is the source files and runing picture.

    3.We also found that running in ie8 browser is slower.

    post-364-0-99146500-1358476643_thumb.pngpost-364-0-89320400-1358476827_thumb.png

     

     

    Hi,

     

    I will solve this problem.

     

    Regards

     

     

  3. uniXPagecontrol not have PageCount Pages Property

     

    Hi,

     

    uniXPagecontrol a new component and not complete i start this component for a region in viewport or UniXPanel.

    If i want to use UniPageControl and set region := east and split := true; for the standard uniPageControl, the internal splitter show in right of pagecontrolnot in left !

     

    I try to complete this component and other new components.

  4. Hello patmap

     

    This example to adapt TUniXPopupmenu to standard unigui component (TUniButton,TUniMemo,TUniEdit etc)

    Tested with extjs3(UniGui 089) and extjs4 (UniGui 090).

    Thanks for this component.

    Regards.

     

     

     

    Hi, Stas

     

    This is very good idea, good work,

     

    I will use some of your code in this component, Thank you,

     

    and i hope Mr. Frashad add Popup property in all UniGUI controls.

     

    Regards

  5. Ok, but i have another problem:

     

    When I create a new unigui project and add a unichart component on the main form and compile I get error: "can't find chart.dcu file" how can i solve it?

     

    Hi,

     

    Find Chart in uses list and replace with VclTee.Chart where you see this error.

     

     

    Regards

  6. Hello

     

    I try many hours with the appended code(package) bring to work with uniGui.

    The issues are, how the VCL class "TGraphicControl" can be replaced by a uniGui-class. Unfortunately, all my tryings are unsuccessful.

    Maybe someone can help me here.

     

    Thank you very much

     

     

     

    Hi,

     

    You can not use all the features of TGraphicControl in web mode.

    The best method is to use the TUniCanvas class for graphic.

     

    Regards

  7. Hi patmap.

    Thank you for your components!

     

    I am trying to run the PopupMenu demo on Delphi 2010 ,

    but when I click a menu item the result is an exception "Invalid session or session Timeout."

     

    Hi lema,

     

    Thank you for your bug report,

    This is a bug in ExtPascal Source code, for Event Handling. I solve this bug in UniXPopupmenu unit with adding SessionID in parameter list.

     

    Post #1 Updated

     

    Regards

     

     

     

  8. Hi,

    All my used inherited components with many extra properties.
    Also i developed a New Popup Menu

     

     

    Updated 2013/03/25 ( v5.9.2 )
    - Popupmenu runtime Enable/Disbale Items.

    - Popupmenu runtime Visible/Hide Items.

     

    Updated 2013/03/14 ( v5.9.1 )
    - Fixed many bugs.

    - Improved many components.

    - ViewGrid last column auto fit !

    - Added RTL Property (many thanks to Mr. Farshad Mohajeri)


    Updated 2013/01/21 ( v5.9 )
    - Added Footer Toolbar to Panel ( Property FooterControls ).
    - Added Header Toolbar to Panel.
    - Added Property FitChilds (not complete).
    - Change Panel Title Runtime.

    Updated 2013/01/21 ( v5.2 )
    - Fixed many bugs.
    - Fixed UniImage position on UniXPanel
    - Added TUniXJalaliCalendar with Demo For Persian language (Jalali Calendar)
    - Added TUniXHTMLMemo with Demo For Adding own Button on Editor Toolbar.
    - Added TUniXCombobox with Demo for Multi Select Items.

    Updated 2013/01/16 ( v5.0 )
    - Fixed many bugs.
    - Add Viewport Component (NEW)
    - Add Viewport Demo
    - Improved GridView
    - Improved Popupmenu
    - Improved XPanel (For region panels)

    Updated 2013/01/09 ( v4.1 )
    - add cell selection to BufferedGridView
    - Fix bugs on BufferedGridView
    - Fix Memory leak on BufferedGridView
    - improved popup menu

    Updated 2013/01/08 ( v4.0 )
    - Some Bug Fixed.
    - Added XButton with Drop Down Menu. (With Demo)

    Updated 2013/01/07 ( v3.4 )
    - Final Version Of BufferedGridView. (You can add many data and append to grid)
    - Some bug fixed.
    - Improved PopupMenu Functions ( Thanks to Stas )
    - Add Popup Menu Demo For UniGUI Controls ( Thanks to Stas )

    Updated 2013/01/05
    - Bug fix "Invalid session or session Timeout"
    - Added TUniXGridView New component . (This is a Buffered Grid for view many record in Scrolling Page). This component in test mode.

    This package tested and compiled with XE3 and latest UniGUI

    Enjoy it!

    Regards

    XComponents.v5.9.2.zip

    • Upvote 8
  9. Usage:

     

    background-color: #ddd;

     

    Example:

     

    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    
    <style>
    body {
      background-color: #ddd;
      color:#222;
    }
    </style>
    
    </head>
    
    <body>
     <div style="text-align:center;background-color: #999;">Hello World!</div>
    </body>
    
    </html>
    
    

×
×
  • Create New...