P T Withington | 1 Jun 03:37
Favicon

[RESENT] Re: For Review: Change 20070529-Philip-6. Summary: Ported LzTrack.lzs to new class system

Comments:

You should leave the arglist to `initialize` empty, since you don't  
use any args.  The list you give is the arglist of subclasses of  
LzNode, not relevant here.

Not sure I understand how __LZtrackDel is called on idle, since it  
does not register itself.  Is it somehow hardwired?  That seems like  
bad modularity.  Perhaps this is a question for Max.

Otherwise approved!

On 2007-05-29, at 14:32 EDT, Philip Romanik wrote:

> Change 20070529-Philip-6 by Philip <at> Philip-DC on 2007-05-29 14:15:49  
> EST
>     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/branches/legals
>     for http://svn.openlaszlo.org/openlaszlo/branches/legals
>
> Summary: Ported LzTrack.lzs to new class system
>
> New Features:
>
> Bugs Fixed: LPP-3986
>
> Technical Reviewer: ptw
> QA Reviewer: (pending)
> Doc Reviewer: (pending)
>
> Documentation:
(Continue reading)

J Crowley | 1 Jun 10:47
Favicon

For Review: Change 20070601-jcrowley-C Summary: Contributor Bug Fix - Got warning while resizing grid width.

Change 20070601-jcrowley-C by jcrowley <at> doctormanhattan.mshome.net on  
2007-06-01 04:44:41 EDT
     in /Users/jcrowley/src/svn/openlaszlo/legals-ten
     for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: Contributor Bug Fix - Got warning while resizing grid width.

New Features:

Bugs Fixed: LPP-4012

Technical Reviewer: pbr
QA Reviewer: max
Doc Reviewer:

Documentation:

Release Notes:

Details: Applied Yuwen Fang's bug fix to grid.lzx.

Tests: Ran Yuwen's example from LPP-4012 with both the modified and  
unmodified files, and
	noticed an absence of the errors in the modified version.

Files:
M      lps/components/lz/grid.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070601- 
jcrowley-C.tar
(Continue reading)

Philip Romanik | 1 Jun 15:28
Favicon

Re: For Review: Change 20070601-jcrowley-C Summary: Contributor Bug Fix - Got warning while resizing grid width.

Approved!

BTW, Resizing the grid in the x direction is painfully slow in dhtml. This 
isn't caused by your change though.

>Change 20070601-jcrowley-C by jcrowley <at> doctormanhattan.mshome.net on
>2007-06-01 04:44:41 EDT
>      in /Users/jcrowley/src/svn/openlaszlo/legals-ten
>      for http://svn.openlaszlo.org/openlaszlo/branches/legals
>
>Summary: Contributor Bug Fix - Got warning while resizing grid width.
>
>New Features:
>
>Bugs Fixed: LPP-4012
>
>Technical Reviewer: pbr
>QA Reviewer: max
>Doc Reviewer:
>
>Documentation:
>
>Release Notes:
>
>Details: Applied Yuwen Fang's bug fix to grid.lzx.
>
>Tests: Ran Yuwen's example from LPP-4012 with both the modified and
>unmodified files, and
>         noticed an absence of the errors in the modified version.
>
(Continue reading)

J Crowley | 1 Jun 19:17
Favicon

For Review: Change 20070601-jcrowley-8 Summary: lzenv finds a lot of extra stuff due to .svn directories

Change 20070601-jcrowley-8 by jcrowley <at> doctormanhattan.mshome.net on  
2007-06-01 13:13:39 EDT
     in /Users/jcrowley/src/svn/openlaszlo/legals-ten
     for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: lzenv finds a lot of extra stuff due to .svn directories

New Features:

Bugs Fixed: LPP-2512

Technical Reviewer: pbr
QA Reviewer: ben
Doc Reviewer:

Documentation:

Release Notes:

Details: Applied Scott Evans' change to prevent lzenv from making  
classpath
	enormous due to adding stuff from .svn directories.

Tests:

Files:
M      WEB-INF/lps/server/bin/lzenv

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070601- 
jcrowley-8.tar
(Continue reading)

Jim Grandy | 1 Jun 21:09
Favicon

Re: for review, additional automatic test scripts

Approved, with a few qualifications.

1- you need to 'chmod +x build-tools/findtestsbrowser.sh'

2- believe it or not, OSX includes 'awk' but not 'gawk'. I substituted 'awk' for 'gawk' in build-tools/findtestsbrowser.sh, and findlztestbrowser_swf7 ran without errors.

I modified WEB-INF/lps/lfc/views/LaszloView.lzs, and verified that 'ant findlztest' discovered the change.

I wasn't sure how to verify that findlztestbrowser_* was doing the right thing, but it looks reasonable.

jim

On May 30, 2007, at 1:38 PM, Henry Minsky wrote:

Try this one

Change 20070530-hqm-b by hqm <at> IBM-2E06404CB67 on 2007-05-30 16:37:14 EDT
    in /cygdrive/c/users/hqm/openlaszlo/legals3
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: new automatic testing script

New Features:

Bugs Fixed:

Technical Reviewer: jgrandy (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:


Tests:

Files:
D      test/lztest/smoketest.txt
A      test/lztest/browser.txt
A  +   test/lztest/rhino.txt
A      test/lztest/lztest-lpp-2958.lzx
A      build-tools/findtestsbrowser.sh
M      build-tools/findtests.sh
M      build-tools/findtests.js
M      build.xml


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070530-hqm-b.tar


On 5/30/07, Jim Grandy <jgrandy <at> openlaszlo.org> wrote:
I think this is missing a file:

findlztestsbrowser-swf7:
     [exec] /bin/bash: line 1: build-tools/findtestsbrowser.sh: No such file or directory


On May 30, 2007, at 9:43 AM, Henry Minsky wrote:

See also the new wiki page explaining how to add and run tests

http://wiki.openlaszlo.org/Regression_Testing_from_ANT




Change 20070530-hqm-2 by hqm <at> IBM-2E06404CB67 on 2007-05-30 12:39:23 EDT
    in /cygdrive/c/users/hqm/openlaszlo/legals3
    for http://svn.openlaszlo.org/openlaszlo/branches/legals

Summary: automated testing support

New Features: scan for tests which need to be run, and run in rhino or browser

Bugs Fixed:

Technical Reviewer: jgrandy (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:

added new targets for ant

findlztestsbrowser-swf7 and
findlztestsbrowser-dhtml

they will find tests which need to be run based on svn status, and run them in a browser


Tests:

Files:
D      test/lztest/smoketest.txt
A      test/lztest/browser.txt
A  +   test/lztest/rhino.txt
A      test/lztest/lztest-lpp-2958.lzx
M      build-tools/findtests.sh
M      build-tools/findtests.js
M      build.xml

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20070530-hqm-2.tar


--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com





--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com


P T Withington | 1 Jun 21:48
Favicon

Re: for review, additional automatic test scripts

On 2007-06-01, at 15:09 EDT, Jim Grandy wrote:

> 1- you need to 'chmod +x build-tools/findtestsbrowser.sh'

Doesn't he also have to set the svn props? If he had his ~/subversion/ 
config set properly, svn would do that for him.

Picon
Favicon

splash view and audio resources issues

Hello!

I don't know if these are bugs, so excuse me if this is not the right place to write this:

1. When I load an mp3 file at compile time, It increments the size of the application but the audio doesn't start.
2. I can't see the splash (<splash/>) in my applications.

I've attached a sample file.

NOTE: I'm working on SOLO applications (proxied="false")

OL: version 4.0.2
OS: Microsoft Windows XP Pro. service pack 2
Browser: Firefox 2.0.0.4
Flash plugin: 9.0 r28

Thanks in advance,

Be a better Heartthrob. Get better relationship answers from someone who knows.
Yahoo! Answers - Check it out.
Attachment (puzzle.zip): application/zip, 246 KiB
Henry Minsky | 1 Jun 22:51
Picon

Re: for review, additional automatic test scripts

Y'know I've set my subversion config but it never seems to have any effect.
Have you by chance ever tried creating a new file in a cygwin world and seeing
if it gets the right properties automagically. It never seems to work for me :-(


On 6/1/07, P T Withington <ptw <at> openlaszlo.org> wrote:
On 2007-06-01, at 15:09 EDT, Jim Grandy wrote:

> 1- you need to 'chmod +x build-tools/findtestsbrowser.sh'

Doesn't he also have to set the svn props? If he had his ~/subversion/
config set properly, svn would do that for him.



--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com

Antun Karlovac | 1 Jun 22:52
Favicon

Has no properties error

Hi all,

In DHTML (4.0.2), I'm seeing an error in the debugger that says "has no 
properties". This causes the runtime to break completely, so nothing 
further is drawn:

ERROR: 
http://localhost:8080/lps-4.0.2/lps/includes/lfc/LFCdhtml-debug.js:11855: 
$2_np has no properties

Can anyone explain what the "has no properties" errors mean? Is there a 
we can avoid having them be so destructive?

It happens both with the debugger open and closed.

Here's the offending line from the LFCdhtml-debug.js:

$2_np = $2_np.getFirstChild()

Not sure if it helps, but I've attached the gzipped LFCdhtml file too.

Thanks,

Antun
Attachment (LFCdhtml-debug.js.gz): application/gzip, 84 KiB
Henry Minsky | 1 Jun 23:09
Picon

anyone know what svn is trying to tell me here?

I get this error when trying to run svn-commit on a changeset


hqm <at> IBM-2E06404CB67 /cygdrive/c/users/hqm/openlaszlo/legals3
$ svn-commit
Sending        build-tools/findtests.js
Sending        build-tools/findtests.sh
Adding         build-tools/findtestsbrowser.sh
Sending        build.xml
Adding         test/lztest/browser.txt
Adding         test/lztest/lztest-lpp-2958.lzx
Adding         test/lztest/rhino.txt
Deleting       test/lztest/smoketest.txt
Transmitting file data ......svn: Commit failed (details follow):
svn: MERGE request failed on '/openlaszlo/branches/legals'
svn: MERGE of '/openlaszlo/branches/legals': 409 Conflict (http://svn.openlaszlo.org)

When I run svn status, it does not list any conflicts though ...
I did an svn up, and it does not complain either.


--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com


Gmane