Announcements about new features or events.
Wolfgang Ciriack
Posts: 481 Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany
#21
Post
by Wolfgang Ciriack » Wed Dec 22, 2021 10:43 pm
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
hz_scotty
Posts: 107 Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich
#22
Post
by hz_scotty » Thu Dec 23, 2021 2:20 am
Thanks
best regards
Hans
Wolfgang Ciriack
Posts: 481 Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany
#23
Post
by Wolfgang Ciriack » Mon Jan 10, 2022 12:34 am
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 716 times
_______________________
Best Regards
Wolfgang
hz_scotty
Posts: 107 Joined: Thu Jan 28, 2010 8:20 am
Location: Wr.Neustadt / Österreich
#24
Post
by hz_scotty » Mon Jan 10, 2022 1:21 am
No download yet
file not found
best regards
Hans
rdonnay
Site Admin
Posts: 4774 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#25
Post
by rdonnay » Mon Jan 10, 2022 7:28 am
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.
rdonnay
Site Admin
Posts: 4774 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#26
Post
by rdonnay » Mon Jan 10, 2022 7:29 am
No download yet
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.
Tom
Posts: 1205 Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany
#27
Post
by Tom » Mon Jan 10, 2022 7:59 am
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."
rdonnay
Site Admin
Posts: 4774 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#28
Post
by rdonnay » Mon Jan 10, 2022 9:25 am
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: 481 Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany
#29
Post
by Wolfgang Ciriack » Mon Jan 10, 2022 3:07 pm
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
rdonnay
Site Admin
Posts: 4774 Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:
#30
Post
by rdonnay » Mon Jan 10, 2022 3:45 pm
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.