Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Un clear behavior with grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00390753
Message ID:
00390938
Views:
8
Hi Jon,

Here is what I have: 10 columns and you can see 5 at the time.
When you scroll to the right colors are not displayed
properly. When I scroll back to the left colors are
displayed properly. When I expand the entire form
to display the entire grid this problem does not exist.
Colors are displayed properly even though those colors
were wrong since I scrolled to the right.

I think the DynamicBackColor property is not functioning
when you scroll to the right. I tried even to enter
within the Scroll method This.Refresh() and nada.

>>>>The following is the code within the init method of the grid:
>>>>
>>>
>>>FWIW, take a look at the SetAll method.
>>
>>I changed it to setall(). But the problem is still there.
>>This.SetAll("DynamicBackColor","This.Condition()","Column")
>>
>>>Is This.Condition a method of the column?
>>
>>Well the DynamicBackColor Specifies the background
>>and foreground colors of a Column object, should it be
>>anything else ?
>>
>>The condition method change the color of each column.

>>>>The condition method changes the color of the row based on
>>>>different conditions found within the Condition Method
>>>>below:

>>>What about when you run the program (not the form stand-alone) through the >interpreter?
>>
>>When I run the entire application as an app or an exe
>>I have this problem.
>>
>>It does not happen as a stand alone form.
>>
>>Thanks
>>
>>Doron
>
>When you rebuilt your executable, did you check 'ReCompile All Files'? If not,

>it is possible when your .exe was built, it used an object file from a >previous compile.

Not realy I 'ReCompile All Files'

Thanks

Doron
Previous
Reply
Map
View

Click here to load this message in the networking platform