My favorites | Sign in
Logo
                
Details: Show all Hide all

Today

  • 3 hours ago
    r573 (Version 0.1.3 (03-Jan-2010): - Moved toolkit subfolders one...) committed by MacPgmr   -   Version 0.1.3 (03-Jan-2010): - Moved toolkit subfolders one level down to be consistent with location of "ExtP Toolkit" subfolder in ExtPascal SVN. - Support for rich-text TExtFormHtmlEditor in converter and as a design control. - Turned off autosize behavior in TExtFormTextField, etc. design controls in Lazarus. - Added support for Hint property in TExtButton design control. - Now that TExtButton is descended from TExtBoxComponent in Ext JS 3.0, eliminated workaround with invisible panel used to position button. - Added Maximizable, Resizable, etc. properties to TExtWindow design control.
    Version 0.1.3 (03-Jan-2010): - Moved toolkit subfolders one level down to be consistent with location of "ExtP Toolkit" subfolder in ExtPascal SVN. - Support for rich-text TExtFormHtmlEditor in converter and as a design control. - Turned off autosize behavior in TExtFormTextField, etc. design controls in Lazarus. - Added support for Hint property in TExtButton design control. - Now that TExtButton is descended from TExtBoxComponent in Ext JS 3.0, eliminated workaround with invisible panel used to position button. - Added Maximizable, Resizable, etc. properties to TExtWindow design control.

Last 7 days

  • Dec 31, 2009
    issue 33 (ExtPascalSamples3_embedded.lpi cannot compile - Ext.pas(1486...) changed by wanderlan.anjos   -   Use SVN version for while or Ext JS 3.0
    Status: Accepted
    Owner: wanderlan.anjos
    Use SVN version for while or Ext JS 3.0
    Status: Accepted
    Owner: wanderlan.anjos
  • Dec 30, 2009
    issue 33 (ExtPascalSamples3_embedded.lpi cannot compile - Ext.pas(1486...) reported by joshualimming   -   # What steps will reproduce the problem? 1). Open ExtToPascal.dpr using Lazarus. 2). Set Parsing options: Syntax mode: 'Delphi' ON Allow LABEL and GOTO ON C++ Styled INLINE ON C Style macros OFF Constructor name must be init OFF Static Keyword in Objects ON Use Ansi Strings 3). Run "ExtToPascal "...\ext\ext\docs\output"" Result: 238 HTML files found. ExtJS version 3.x detected. Fixing event prototypes... Loading custom fixes... > ExtFixes3.txt Writing unit files... > Ext.pas > ExtChart.pas > ExtData.pas > ExtDd.pas > ExtDirect.pas > ExtForm.pas > ExtGrid.pas > ExtLayout.pas > ExtList.pas > ExtMenu.pas > ExtState.pas > ExtTree.pas > ExtUtil.pas 249 ExtJS classes wrapped. 13 unit files generated. 01.125 seconds elapsed. Done! Press Enter. Unfreed classes count: 0/249 Unfreed params count: 0/17467 4). Open ExtPascalSamples3_embedded.lpi with Lazarus, choose Project | Compiler Options and change Other Unit Files to point to Indy. # What is the expected output? What do you see instead? ...\ext\indy\fpc\IdGlobal.pas(2593,3) Note: Local variable "LVoid" is assigned but never used ...\ext\indy\fpc\IdGlobal.pas(2637,15) Warning: lo/hi(dword/qword) returns the upper/lower word/dword ...\ext\indy\fpc\IdGlobal.pas(3935,4) Warning: "formal parameter" not yet supported inside inline procedure/function ...\ext\indy\fpc\IdGlobal.pas(3935,4) Warning: Inlining disabled ...\ext\indy\fpc\IdGlobal.pas(4007,4) Warning: "formal parameter" not yet supported inside inline procedure/function ...\ext\indy\fpc\IdGlobal.pas(4007,4) Warning: Inlining disabled ...\ext\indy\fpc\IdGlobal.pas(4166,4) Warning: "formal parameter" not yet supported inside inline procedure/function ...\ext\indy\fpc\IdGlobal.pas(4166,4) Warning: Inlining disabled ...\ext\indy\fpc\IdCustomTransparentProxy.pas(152,36) Warning: Function result does not seem to be set ...\ext\indy\fpc\IdCustomTransparentProxy.pas(208,36) Warning: Function result does not seem to be set ...\ext\indy\fpc\IdGlobalProtocols.pas(1812,40) Warning: Function result variable does not seem to initialized ...\ext\indy\fpc\IdGlobalProtocols.pas(1879,19) Warning: Local variable "LNum" does not seem to be initialized ...\ext\indy\fpc\IdGlobalProtocols.pas(2753,19) Warning: Function result variable does not seem to initialized ...\ext\indy\fpc\IdThreadSafe.pas(445,5) Warning: Mixing signed expressions and longwords gives a 64bit result ...\ext\indy\fpc\IdCustomHTTPServer.pas(508,22) Warning: Function result variable does not seem to initialized Ext.pas(1486,14) Fatal: Syntax error, "identifier" expected but "(" found Refers to this line: function (Fn : TExtFunction; Scope : TExtObject = nil) : TExtFunction; # What version of the product are you using? On what operating system? - extPascal: 0.9.7.1 - extJS: v.3.1.0 - compiler: FPC 2.2.5 - OSes: XP Home
    # What steps will reproduce the problem? 1). Open ExtToPascal.dpr using Lazarus. 2). Set Parsing options: Syntax mode: 'Delphi' ON Allow LABEL and GOTO ON C++ Styled INLINE ON C Style macros OFF Constructor name must be init OFF Static Keyword in Objects ON Use Ansi Strings 3). Run "ExtToPascal "...\ext\ext\docs\output"" Result: 238 HTML files found. ExtJS version 3.x detected. Fixing event prototypes... Loading custom fixes... > ExtFixes3.txt Writing unit files... > Ext.pas > ExtChart.pas > ExtData.pas > ExtDd.pas > ExtDirect.pas > ExtForm.pas > ExtGrid.pas > ExtLayout.pas > ExtList.pas > ExtMenu.pas > ExtState.pas > ExtTree.pas > ExtUtil.pas 249 ExtJS classes wrapped. 13 unit files generated. 01.125 seconds elapsed. Done! Press Enter. Unfreed classes count: 0/249 Unfreed params count: 0/17467 4). Open ExtPascalSamples3_embedded.lpi with Lazarus, choose Project | Compiler Options and change Other Unit Files to point to Indy. # What is the expected output? What do you see instead? ...\ext\indy\fpc\IdGlobal.pas(2593,3) Note: Local variable "LVoid" is assigned but never used ...\ext\indy\fpc\IdGlobal.pas(2637,15) Warning: lo/hi(dword/qword) returns the upper/lower word/dword ...\ext\indy\fpc\IdGlobal.pas(3935,4) Warning: "formal parameter" not yet supported inside inline procedure/function ...\ext\indy\fpc\IdGlobal.pas(3935,4) Warning: Inlining disabled ...\ext\indy\fpc\IdGlobal.pas(4007,4) Warning: "formal parameter" not yet supported inside inline procedure/function ...\ext\indy\fpc\IdGlobal.pas(4007,4) Warning: Inlining disabled ...\ext\indy\fpc\IdGlobal.pas(4166,4) Warning: "formal parameter" not yet supported inside inline procedure/function ...\ext\indy\fpc\IdGlobal.pas(4166,4) Warning: Inlining disabled ...\ext\indy\fpc\IdCustomTransparentProxy.pas(152,36) Warning: Function result does not seem to be set ...\ext\indy\fpc\IdCustomTransparentProxy.pas(208,36) Warning: Function result does not seem to be set ...\ext\indy\fpc\IdGlobalProtocols.pas(1812,40) Warning: Function result variable does not seem to initialized ...\ext\indy\fpc\IdGlobalProtocols.pas(1879,19) Warning: Local variable "LNum" does not seem to be initialized ...\ext\indy\fpc\IdGlobalProtocols.pas(2753,19) Warning: Function result variable does not seem to initialized ...\ext\indy\fpc\IdThreadSafe.pas(445,5) Warning: Mixing signed expressions and longwords gives a 64bit result ...\ext\indy\fpc\IdCustomHTTPServer.pas(508,22) Warning: Function result variable does not seem to initialized Ext.pas(1486,14) Fatal: Syntax error, "identifier" expected but "(" found Refers to this line: function (Fn : TExtFunction; Scope : TExtObject = nil) : TExtFunction; # What version of the product are you using? On what operating system? - extPascal: 0.9.7.1 - extJS: v.3.1.0 - compiler: FPC 2.2.5 - OSes: XP Home

Last 30 days

  • Dec 22, 2009
    issue 31 (Hi,I need demo extenddialer,Thanks.) commented on by wanderlan.anjos   -   Issue 24 has been merged into this issue.
    Issue 24 has been merged into this issue.
  • Dec 22, 2009
    issue 24 (Compiled demo appliaction request) changed by wanderlan.anjos   -  
    Status: Duplicate
    Owner: wanderlan.anjos
    Labels: Type-Task Type-Defect
    Status: Duplicate
    Owner: wanderlan.anjos
    Labels: Type-Task Type-Defect
  • Dec 22, 2009
    issue 27 (Can not use Chinese character) Status changed by wanderlan.anjos   -  
    Status: Need-User-Response
    Status: Need-User-Response
  • Dec 22, 2009
    issue 27 (Can not use Chinese character) Status changed by wanderlan.anjos   -  
    Status: Needuserresponse
    Status: Needuserresponse
  • Dec 22, 2009
    issue 31 (Hi,I need demo extenddialer,Thanks.) commented on by wanderlan.anjos   -   Issue 29 has been merged into this issue.
    Issue 29 has been merged into this issue.
  • Dec 22, 2009
    issue 29 (No real application tutorials available) changed by wanderlan.anjos   -  
    Status: Duplicate
    Status: Duplicate
  • Dec 22, 2009
    issue 27 (Can not use Chinese character) commented on by wanderlan.anjos   -   You tested using: Charset := 'utf-8'; // ??? It is the default If not ok try other Charset.
    You tested using: Charset := 'utf-8'; // ??? It is the default If not ok try other Charset.
  • Dec 22, 2009
    ChangeLog Wiki page edited by wanderlan.anjos   -   Revision r572 Edited wiki page through web user interface.
    Revision r572 Edited wiki page through web user interface.
  • Dec 22, 2009
    issue 29 (No real application tutorials available) changed by wanderlan.anjos   -   See new example: http://extpascal.googlegroups.com/web/LazExtendDialer.zip? gda=G6MGKUUAAAAHXQ9ZEtz1gOpjR5eIa3efVhtWlC5ZFBfRapgxtxDkTahsP0fIb8-IUKPkKqPMsva- ncxEZ4rCAxOtc9DB4LrTGu1iLHeqhw4ZZRj3RjJ_-A&gsc=MaJ5PwsAAABKScdgfYZMlNhyNldPMgcz
    Status: Started
    Owner: wanderlan.anjos
    Labels: Type-Task Type-Defect
    See new example: http://extpascal.googlegroups.com/web/LazExtendDialer.zip? gda=G6MGKUUAAAAHXQ9ZEtz1gOpjR5eIa3efVhtWlC5ZFBfRapgxtxDkTahsP0fIb8-IUKPkKqPMsva- ncxEZ4rCAxOtc9DB4LrTGu1iLHeqhw4ZZRj3RjJ_-A&gsc=MaJ5PwsAAABKScdgfYZMlNhyNldPMgcz
    Status: Started
    Owner: wanderlan.anjos
    Labels: Type-Task Type-Defect
  • Dec 22, 2009
    issue 31 (Hi,I need demo extenddialer,Thanks.) Status changed by wanderlan.anjos   -  
    Status: Started
    Status: Started
  • Dec 22, 2009
    issue 31 (Hi,I need demo extenddialer,Thanks.) changed by wanderlan.anjos   -   See new LazExtendDialer.zip (Lazarus version) on group forum. http://extpascal.googlegroups.com/web/LazExtendDialer.zip? gda=G6MGKUUAAAAHXQ9ZEtz1gOpjR5eIa3efVhtWlC5ZFBfRapgxtxDkTahsP0fIb8-IUKPkKqPMsva- ncxEZ4rCAxOtc9DB4LrTGu1iLHeqhw4ZZRj3RjJ_-A&gsc=MaJ5PwsAAABKScdgfYZMlNhyNldPMgcz
    Status: Accepted
    Owner: wanderlan.anjos
    Labels: Type-Task Type-Defect
    See new LazExtendDialer.zip (Lazarus version) on group forum. http://extpascal.googlegroups.com/web/LazExtendDialer.zip? gda=G6MGKUUAAAAHXQ9ZEtz1gOpjR5eIa3efVhtWlC5ZFBfRapgxtxDkTahsP0fIb8-IUKPkKqPMsva- ncxEZ4rCAxOtc9DB4LrTGu1iLHeqhw4ZZRj3RjJ_-A&gsc=MaJ5PwsAAABKScdgfYZMlNhyNldPMgcz
    Status: Accepted
    Owner: wanderlan.anjos
    Labels: Type-Task Type-Defect
  • Dec 22, 2009
    issue 27 (Can not use Chinese character) commented on by luocanqi   -   Today,I test it again. On ExtP Toolkit,it did not support Chinese character. Only use ExtPascal,it support Chinese character.
    Today,I test it again. On ExtP Toolkit,it did not support Chinese character. Only use ExtPascal,it support Chinese character.
  • Dec 19, 2009
    issue 32 (Where to download 3.0.0 or extpascal compatible with 3.x.x) commented on by wanderlan.anjos   -   Access "Source/Checkout" TAB and follow the instructions. In GoogleCode to use Subversion on Windows follow these steps: 1 - Install TortoiseSVN: http://tortoisesvn.net/downloads 2 - Create the directory where the sources will be. 3 - In Windows Explorer click on the directory using the right mouse button 4 - Select Ckeckout 5 - Enter the URL of the repository, it is in the "Source" tab in this case http://extpascal.googlecode.com/svn/trunk/ use read-only access 6 - Click the OK button For more information go to: http://subversion.tigris.org/links.html, there are links to SVN clients for Linux and Mac
    Access "Source/Checkout" TAB and follow the instructions. In GoogleCode to use Subversion on Windows follow these steps: 1 - Install TortoiseSVN: http://tortoisesvn.net/downloads 2 - Create the directory where the sources will be. 3 - In Windows Explorer click on the directory using the right mouse button 4 - Select Ckeckout 5 - Enter the URL of the repository, it is in the "Source" tab in this case http://extpascal.googlecode.com/svn/trunk/ use read-only access 6 - Click the OK button For more information go to: http://subversion.tigris.org/links.html, there are links to SVN clients for Linux and Mac
  • Dec 18, 2009
    issue 32 (Where to download 3.0.0 or extpascal compatible with 3.x.x) commented on by cesarpa...@hotmail.com   -   excuse my ignorance.. what are the parameters to download the SVN version? Is there a page I can browse to get this info? Many thanks for this quick upgrade to 3.0.1!!!
    excuse my ignorance.. what are the parameters to download the SVN version? Is there a page I can browse to get this info? Many thanks for this quick upgrade to 3.0.1!!!
  • Dec 18, 2009
    ChangeLog Wiki page edited by wanderlan.anjos   -   Revision r571 Edited wiki page through web user interface.
    Revision r571 Edited wiki page through web user interface.
  • Dec 18, 2009
    ChangeLog Wiki page edited by wanderlan.anjos   -   Revision r570 Edited wiki page through web user interface.
    Revision r570 Edited wiki page through web user interface.
  • Dec 18, 2009
    issue 32 (Where to download 3.0.0 or extpascal compatible with 3.x.x) commented on by wanderlan.anjos   -   Fixed in SVN
    Fixed in SVN
  • Dec 18, 2009
    issue 30 (compile errors in ext.pas) changed by wanderlan.anjos   -   Fixed in SVN
    Status: Fixed
    Owner: wanderlan.anjos
    Fixed in SVN
    Status: Fixed
    Owner: wanderlan.anjos
  • Dec 18, 2009
    issue 32 (Where to download 3.0.0 or extpascal compatible with 3.x.x) changed by wanderlan.anjos   -  
    Status: Fixed
    Owner: wanderlan.anjos
    Status: Fixed
    Owner: wanderlan.anjos
  • Dec 18, 2009
    r569 (Support for Ext JS 3.1.0) committed by wanderlan.anjos   -   Support for Ext JS 3.1.0
    Support for Ext JS 3.1.0
  • Dec 18, 2009
    issue 32 (Where to download 3.0.0 or extpascal compatible with 3.x.x) Status changed by wanderlan.anjos   -   I will update ExtPascal to Ext JS 3.1.0 today
    Status: Started
    I will update ExtPascal to Ext JS 3.1.0 today
    Status: Started
  • Dec 18, 2009
    issue 32 (Where to download 3.0.0 or extpascal compatible with 3.x.x) reported by cesarpa...@hotmail.com   -   I know there are issues compiling the latest release for extjs on the new 3.X.X version. Is there a place where I can get the plain 3.0.0 version? or a compiled libraries (and extpascal generated .pas files). -Or- Is there a plan to make extpascal to be compatabible with the latest extjs. Thanks.
    I know there are issues compiling the latest release for extjs on the new 3.X.X version. Is there a place where I can get the plain 3.0.0 version? or a compiled libraries (and extpascal generated .pas files). -Or- Is there a plan to make extpascal to be compatabible with the latest extjs. Thanks.
  • Dec 17, 2009
    extp_tk_20091206.zip (ExtP Toolkit for 0.9.7.1) file uploaded by wanderlan.anjos   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Dec 15, 2009
    issue 31 (Hi,I need demo extenddialer,Thanks.) reported by luocanqi   -   Hi,Wanderlan I found the extenddialer demo in the group forum,I compiled and run it,I need this demo to study how to use the db query. Can you send me sql and db data? Thank you. Luocanqi@gmail.com
    Hi,Wanderlan I found the extenddialer demo in the group forum,I compiled and run it,I need this demo to study how to use the db query. Can you send me sql and db data? Thank you. Luocanqi@gmail.com
  • Dec 07, 2009
    issue 30 (compile errors in ext.pas) reported by jksmithiii   -   # What steps will reproduce the problem? 1.Follow instructions for install and compile with Laz/FPC in "Getting Started" 2.Attempt to compile extpascalsamples3 3. # What is the expected output? What do you see instead? # What version of the product are you using? On what operating system? - extPascal: 0.9.7.1 - extJS: v.3.0.3 - compiler: FPC 2.2.4 - OSes: Vista sp4, XXXXX, XXXXX # Please provide any additional information below. Lazarus 0.9.28 beta - related discussion thread: http://groups.google.com/group/extpascal/browse_thread/thread/xxxxxxxxxxx - related FPC issue: http://bugs.freepascal.org/view.php?id=xxxx
    # What steps will reproduce the problem? 1.Follow instructions for install and compile with Laz/FPC in "Getting Started" 2.Attempt to compile extpascalsamples3 3. # What is the expected output? What do you see instead? # What version of the product are you using? On what operating system? - extPascal: 0.9.7.1 - extJS: v.3.0.3 - compiler: FPC 2.2.4 - OSes: Vista sp4, XXXXX, XXXXX # Please provide any additional information below. Lazarus 0.9.28 beta - related discussion thread: http://groups.google.com/group/extpascal/browse_thread/thread/xxxxxxxxxxx - related FPC issue: http://bugs.freepascal.org/view.php?id=xxxx
  • Dec 06, 2009
    r568 (- Added extp_grid package, with TExtGridEditorGridPanel and ...) committed by MacPgmr   -   - Added extp_grid package, with TExtGridEditorGridPanel and associated grid column controls. - Added grid_example project.
    - Added extp_grid package, with TExtGridEditorGridPanel and associated grid column controls. - Added grid_example project.

Older

  • Nov 20, 2009
    r567 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 20, 2009
    r566 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 19, 2009
    r565 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 19, 2009
    r564 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 19, 2009
    r563 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 18, 2009
    r562 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 18, 2009
    r561 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 15, 2009
    r560 (Grammar updates) committed by wanderlan.anjos   -   Grammar updates
    Grammar updates
  • Nov 13, 2009
    r559 (Required grammar command updates) committed by wanderlan.anjos   -   Required grammar command updates
    Required grammar command updates
  • Nov 09, 2009
    r558 (Required grammar command updates) committed by wanderlan.anjos   -   Required grammar command updates
    Required grammar command updates
  • Nov 09, 2009
    r557 (Required grammar command) committed by wanderlan.anjos   -   Required grammar command
    Required grammar command
  • Nov 09, 2009
  • Nov 08, 2009
    issue 29 (No real application tutorials available) commented on by bdgri...@mailbolt.com   -   >>In the forum,had a demo d3tkjdt,it is a demo include mysql.<< Great. Do you have a link for it?
    >>In the forum,had a demo d3tkjdt,it is a demo include mysql.<< Great. Do you have a link for it?
  • Nov 08, 2009
    issue 29 (No real application tutorials available) commented on by luocanqi   -   In the forum,had a demo d3tkjdt,it is a demo include mysql.
    In the forum,had a demo d3tkjdt,it is a demo include mysql.
  • Nov 08, 2009
    r556 (Support for TExtFormRadioGroup in converter and as a design ...) committed by MacPgmr   -   Support for TExtFormRadioGroup in converter and as a design control.
    Support for TExtFormRadioGroup in converter and as a design control.
  • Nov 06, 2009
    r555 (Compiler updates) committed by wanderlan.anjos   -   Compiler updates
    Compiler updates
  • Nov 06, 2009
    r554 (Compiler updates) committed by wanderlan.anjos   -   Compiler updates
    Compiler updates
  • Nov 06, 2009
    r553 (Compiler: new intrinsic functions Mark and Pop) committed by wanderlan.anjos   -   Compiler: new intrinsic functions Mark and Pop
    Compiler: new intrinsic functions Mark and Pop
  • Nov 05, 2009
    r552 (Compiler updates) committed by wanderlan.anjos   -   Compiler updates
    Compiler updates
  • Nov 05, 2009
    FAQ Wiki page commented on by bdgri...@mailbolt.com   -   These are very good tips, keep them coming. :) But if extPascal is going to take off, someone is going to have start writing tutorials on how to write simple web apps based on Delphi applications we're already familiar with, like FishFacts or some other db related application that comes with Delphi. Most of use come from a Delphi background and are not familiar with javascript and so we haven't used ExtJS. Put the tutorials in a .pdf and you'll see extPascal take off. Without tutorials a lot of people are going to feel lost and will have to devote a lot of time piecing things together. If you had tutorials then people can hit the ground running and start producing useful web apps in just a couple of days. Brent
    These are very good tips, keep them coming. :) But if extPascal is going to take off, someone is going to have start writing tutorials on how to write simple web apps based on Delphi applications we're already familiar with, like FishFacts or some other db related application that comes with Delphi. Most of use come from a Delphi background and are not familiar with javascript and so we haven't used ExtJS. Put the tutorials in a .pdf and you'll see extPascal take off. Without tutorials a lot of people are going to feel lost and will have to devote a lot of time piecing things together. If you had tutorials then people can hit the ground running and start producing useful web apps in just a couple of days. Brent
  • Nov 05, 2009
    r551 (Compiler updates) committed by wanderlan.anjos   -   Compiler updates
    Compiler updates
 
Hosted by Google Code