Jump to content

estor485

Members
  • Posts

    49
  • Joined

  • Last visited

Posts posted by estor485

  1. ¿where do we have to add those lines?

    Open UniRegionPanel project, in UniRegionPanel.pas locate this procedure

    procedure TUniRegionPanel.Loaded;

     

    and looking for

     Self.ExtPanel.AddTo(RegionParent.ExtPanel.Items);

    , and add this line

    if Assigned(RegionParent) then

    (this line is before)

     

    Best Regards

  2. There are five included in uniGUI: XP, Blue, Gray, Standard and Vista. I'm sure there are many themes out there for Ext JS, but some changes are needed to make them fully compatible with uniGUI.

     

    With some knowledge of JS and CSS plus some artistic skills everyone can create his own custom theme.

    Excuse me I have a doubt, for example I can create a CSS based on yourtheme.css, how I can add this theme to list of themes? example I copy and paste yourtheme, after change the name for xtheme-personal.css, but when I look in UniMainModule on theme property I can't see my theme.

    I need add my theme on CustomCSS or change another property?

    Thanks.

    Best regards

  3. Debug source code of component to see where the issue is.

    When the error aper I press the button Break and send me to this line "Self.ExtPanel.AddTo(RegionParent.ExtPanel.Items);" in uniregionpanel.pas

    Note: the error appears when called the form.

    Any solution? thanks for all, best regards.

  4. You need to set the parent region property

    I added a uniregionpanel and have aligned AlClient, over uniregionpanel1 added other uniregionpanel and set region at north,regionable, regionsplit and regiontitlecolapse in true, set uniregionpanel1 like regionparent, when run the application show this message "Access violation at address 0076E661 in module 'StandAloneISAPI.exe'. Read of address 000003D0." any idea?

    Thank you

    Best Regards

  5. I've played with the example and I changed this line "'var series=Chart1.addSeries(new Tee.line(Chart1));' +" and I created a graphic Pie , but I can't activate the property "Donut", in Sencha example the form contain a buttom for active this option and one button for save image, how is posible activate these options for this example?

     

    Best regards.

  6. 1) if I'm not wrong, the forms are not created at runtime, and what you do when you call each of them is to use the function with the same name, this function creates an instance of that object.

    2) No is necessary set the DB components in the UniMainModule, but is most recommended.

    3) Already tried change the port in ServerModule-->Port?

     

     

    I hope to be useful

  7. Hello all, I'm new in this of web programmer, I have a doubt:

     

    How I use JS with UniGui, example, I need connect a DB with graphics made in JS, but i don't know how.

    How is posible that in the JS code make a reference to DB, I use DBExpress for connect with DB, any example or idea?

     

    Thanks.

  8. Hello All, I'm new in the world of Js and UniGui, i see the example and is great, i wanted to copy and appears this error "Ajax error AlertBox not defined

    AlertBox.show("Top Dock", "This came from the top and it will disappear in 3 seconds!", "warning", {dock: "top" , timeout: 3} );

    " i added the files js in file folder and nothing, any idea?

    Thanks.

  9. I have a doubt, I embed WMP in UniHTMLFrame,and i can see the video file in a localhost, but when i try see the video file in client side i can't see the video :( the route is "C:\Users\Administrador\Documents\RAD Studio\Projects\appfolder\video.avi". I try using uniServerModule.filesfolderpath/video.avi and nothing. the code i use is

    <embed src="C:/Users/Administrador/Documents/RAD Studio/Projects/StandAloneISAPI/files/Thor.avi" loop=false autostart=true hidden=false width=800 height=640>

    any idea how to fix the route?

    Thanks

×
×
  • Create New...