Jump to content

normanha

Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by normanha

  1. normanha

    Limit forms

    Dear This problem is troubling. I'm starting a new project with Unigui and if this problem is confirmed will be very discouraging. Nirlan, you managed to solve the problem? I await your return. Regards.
  2. Dear Please, any suggestions? The HTML page should be mayor, I've tested in Firefox (26), Google Chrome (32.0.1700.76) and IE (11) without success. Regards.
  3. Hi, I have same problem. See the post I just made . http://forums.unigui.com/index.php?/topic/3803-problem-with-edges-windowless-app/
  4. Dear I'm development an windowless application , and I have problems with some edges that insist on staying on the page. Look at the prints I took of the page during an inspection of the elements. Developed a custom login form and inject the HTML into the page using the TUniHTMLFrame . To leave my main div maximized , it was necessary to reset the stylesheet of the page using " ClientEvents.ExtEvents.window.show " TUniForm used as the example below . Event code. function window.show(sender, eOpts ) { sender.addClass('resetCSS'); } Code style sheet. .resetCSS html, body , div , span , applet, object , iframe , h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre, a, abbr , acronym , address , big , cite , code , del , dfn , in , font , img , ins , kbd , q , s , samp , small , strike , strong , sub , sup, tt , var , b , u , i , center , dl , dt , dd , ol , ul , li , fieldset , form , label , legend , table , caption , tbody , tfoot , thead , tr , th , td { border: none ; border-style : none ; margin: 0 ; padding: 0 ; outline : 0 ; font-size : 100 % ; vertical - align: baseline ; background: transparent ; } Is there any way to solve this problem? I realize that the very UniGui generates html unnecessary when using TUniHTMLFrame and I wonder if it is possible to minimize or eliminate this process . I await feedback and any questions I am available. Regards.
  5. Dear I identified the problem, but have not figured out the cause. The error occurs because during installation I did not uncheck the options related to other versions/platforms of Delphi. For resolve this problem, i used step by step bellow. 1º Uninstall unigui and remove the directory "C:\Program Files (x86)\FMSoft" 2º Install unigui selecting only the platforms XE4 Delphi 32 and 64 bits 3º Compile and install all packages "without errors".
  6. Hi for All, I'm trying to install version 0.94.0.1024 in delphi xe4 upadate 1 , when compiling the uniGUI18Chart bpl located in " C : \ Program Files ( x86 ) \ FMSoft \ Framework \ uniGUI \ " I am getting a series of errors as listed below . [ dcc32 Error] ExtData.pas ( 476 ) : E2003 Undeclared identifier: ' TExtXTemplate ' [ dcc32 Error] ExtData.pas ( 483 ) : E2005 ' TExtXTemplate ' is not a type identifier [ dcc32 Error] ExtData.pas ( 502 ) : E2005 ' TExtXTemplate ' is not a type identifier [ dcc32 Error] ExtData.pas ( 699 ) : E2003 Undeclared identifier: ' TExtError ' [ dcc32 Error] ExtData.pas ( 701 ) : E2137 Method ' JSClassName ' not found in base class [ dcc32 Error] ExtData.pas ( 853 ) : E2005 ' TExtError ' is not a type identifier [ dcc32 Error] ExtData.pas ( 855 ) : E2137 Method ' JSClassName ' not found in base class [ dcc32 Error] ExtData.pas ( 913 ) : E2005 ' TExtError ' is not a type identifier [ dcc32 Error] ExtData.pas ( 915 ) : E2137 Method ' JSClassName ' not found in base class [ dcc32 Error] ExtData.pas ( 951 ) : E2005 ' TExtError ' is not a type identifier [ dcc32 Error] ExtData.pas ( 953 ) : E2137 Method ' JSClassName ' not found in base class [ dcc32 Error] ExtData.pas ( 2271 ) : E2005 ' TExtXTemplate ' is not a type identifier [ dcc32 Error] ExtData.pas ( 2273 ) : E2066 Missing operator or semicolon [ dcc32 Error] ExtData.pas ( 2293 ) : E2066 Missing operator or semicolon [ dcc32 Error] ExtData.pas ( 2293 ) : E2382 Can not call constructors using instance variables [ dcc32 Error] ExtData.pas ( 2330 ) : E2066 Missing operator or semicolon [ dcc32 Fatal Error] ExtChart.pas ( 10 ) : F2063 Could not compile used unit ' ExtData.pas ' Searching in previous posts found nothing related, a colleague from the list have been through some similar problem ? How to solve this issue , it is really a bug ? I await a return and I thank you for your attention .
  7. Leo, For Delphi XE2 you must build uniGUI2012Group.groupproj instead of uniGUI2013Group.groupproj as you mentioned. Luiz
  8. Boa idéia. Assim que tiver dúvidas postarei aqui.
  9. Hi Farshad, Thank you for your prompt response. I will update the version for Delphi used to compile the uniGUI.
  10. First congratulations on the good work!!! I use Delphi 2007 Enterprise version 11.0.2804.9245 I'm trying to compile uniGUI11Chart.bpl. The following error message occurs: "[DCC Error] uniGUI11Chart.dpk (36): F2051 Unit UniChart was compiled with a different version of Series.TPieSeries." Please can you help me? Thank you.
×
×
  • Create New...