eXpress++ Build 268 is released

Announcements about new features or events.
Message
Author
Wolfgang Ciriack
Posts: 478
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: eXpress++ Build 268 is released

#21 Post by Wolfgang Ciriack »

Here it is:

Code: Select all

      ELSE
        // aDAttrs[GRA_AS_COLOR] := GraMakeRGBColor(IIF(lEnabled,{0,0,0},{180,180,180}))
        nColor := ::fgColor
        IF Valtype(nColor) == 'A'
          nColor := GraMakeRGBColor(nColor)
        ENDIF
        ** Added Ciriack, 18.12.2021
        if .not. lEnabled
           nColor := GraMakeRGBColor({180,180,180})
        endif
        ***
        aDAttrs[GRA_AS_COLOR] := nColor
        nColor := ::bgColor
        IF Valtype(nColor) == 'A'
          nColor := GraMakeRGBColor(nColor)
        ENDIF
        aDAttrs[GRA_AS_BACKCOLOR] := ::nColor
      ENDIF
_______________________
Best Regards
Wolfgang

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: eXpress++ Build 268 is released

#22 Post by hz_scotty »

Thanks :clap:
best regards
Hans

Wolfgang Ciriack
Posts: 478
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: eXpress++ Build 268 is released

#23 Post by Wolfgang Ciriack »

Hello Roger,

i found an error in version 268, which i can not solve.
Run the attached sample (extracted from my app) with build 266 and 268.
You see, that with 268 all output with HIDE in Group are not refreshed (shown), when selecting an Tree item, which works with 266.
Do you have a solution for me ?

Best regards
Wolfgang
Attachments
Test.zip
(22.96 KiB) Downloaded 247 times
_______________________
Best Regards
Wolfgang

User avatar
hz_scotty
Posts: 107
Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich

Re: eXpress++ Build 268 is released

#24 Post by hz_scotty »

No download yet :think: file not found
best regards
Hans

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: eXpress++ Build 268 is released

#25 Post by rdonnay »

i found an error in version 268, which i can not solve.
I will look into this today.
The eXpress train is coming - and it has more cars.

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: eXpress++ Build 268 is released

#26 Post by rdonnay »

No download yet :think: file not found
I don't understand. Did you send me an email requesting a download?
The eXpress train is coming - and it has more cars.

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: eXpress++ Build 268 is released

#27 Post by Tom »

The ZIP-file from Wolfgang is not available (anymore). I get the same error message if I try to download it.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: eXpress++ Build 268 is released

#28 Post by rdonnay »

I don't know what happened to the file, but it certainly appears to have disappeared.

I never had this problem before getting a new server with Windows 10.
Windows 7 was rock solid.

Wolfgang -

Please upload your file again or send it to me by email.
Make sure that you rename the extension to .ZIX so Gmail will let it thru.
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 478
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: eXpress++ Build 268 is released

#29 Post by Wolfgang Ciriack »

The file is there, if i click on it, i can download. So it seems to be a rights problem somewhere on the server/phpbb.
Roger, I have send the problem with an mail and zip-File to you on Friday or Saturday, perhaps it is in your spam ?
But i will send it to you with extension ZIX again.
_______________________
Best Regards
Wolfgang

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: eXpress++ Build 268 is released

#30 Post by rdonnay »

Very strange, but now I can download the file.
You don't need to send it by email.
The eXpress train is coming - and it has more cars.

Post Reply