1. Bug in latest IDE (0.18.6Q)

This version does not seem to be released yet, but I did find a bug.
Line 11855: the wrong variable is being changed
        at = find( '.', shortName )
        if at then                   
            if not equal(projectFileTypeTest, lower(shortName[1..at-1])) 
then
                ok=displayErrorMessage(7,{})
                return
            end if
        else
            --add prjectFileType            --CoJaBo
           -- shortName&="."&projectFileType --shortName should be 
fName--CoJaBo
-- shortName doesn't seem to even be used after this.
              fName&="."&projectFileType  --CoJaBo
--            ok=displayErrorMessage(8,{})
--            return
        end if


I've tried to recreate the old bugs, and IDE works perfectly.

new topic     » topic index » view message » categorize

2. Bug in latest IDE (0.18.6Q)

fName&="."&projectFileType --CoJaBo
Change made, thanks.

I'm hoping to get IDE v0.18.7 out this weekend. There is a puzzle using
Menu, Timer and Popup Editors. They work fine using win32lib v0.59.1 but
crash with the beta when user is deleting all entries. I'd like to find why
there is this difference between the win32libs before I release.
~judith

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu