Jump to content

estor485

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by estor485

  1. Don't worry is great!
  2. Good job, but is very difficult for me XD
  3. 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
  4. 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
  5. Hello Fabio congratulation this is a great post, I'm interested in your project can you send me to my email please? Best Regards eMail: estor485@gmail.com Thank you so much.
  6. now run ok, Thank you so much! Best Regards and congratulations @Patmap
  7. 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.
  8. 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
  9. Done, in demo run well, but when I add the component to my project shows error "Access Violation" (attached image), I'm using Delphi 2010, Unigui v.89, any idea? Thanks Best Regards
  10. 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.
  11. Hello Oscar, congrats your application looks very well, I have a question for you what tool use for generate the report in the picture 14? best regards.
  12. Hello all looks very nice, but I have a doubt, is possible save the file and open after? if the answer is 'Yes', support PDF files? Best regards.
  13. Looks great, but when I use the component, I can't see nothing (in Web mode). I have D2010, I change xxxx15.dcp for xxxx14.dcp, add the route for UniRegionPanel.bpl, any idea? best regards. (Sorry for my bad English)
  14. Thanks is very good, but I have a doubt, how to conect the graphic with a DB?
  15. 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
  16. 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.
  17. I think is important add this components: 1) any component as DxNavBar or NavBarSide 2) Ext JS 4.X 3) SSL 4) Add better graphics Thanks!!
  18. Thanks @Lema now works
  19. 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.
  20. estor485

    Video streaming

    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
  21. Thanks for the input =)
  22. estor485

    Web Addrees

    Hi Farshad, good morning, I have a question you can use something like this "http://server IP:port/page1","http://server IP:port/page2" in a local area, as if it were a regular page? or only is possible access to page uses method Show? example page2.show; Thanks
×
×
  • Create New...