object not displaying....

MichaelTJ

Member
Licensed User
Longtime User
i had this problem once before with a Label but used a different approach to simply go around the problem

now it is a spiinner that i cannot get to display.... i've settofront, initialized, both in subglobal and the sub where i wish to utilize the spinner (not at the same time) .... this is the second spinner on the same layout if that means anything to anyone....

i pulled the panels to the side (non-displaying) so that only the two spinners would be visible and NOT on a panel..... one spinner works just fine the other does not show up on the screen/display as if it were set to visible-false.... it is visible True on the designer screen as well

what might i try next?... what am i missing?
 

MichaelTJ

Member
Licensed User
Longtime User
response to question....

it shows in the designer just fine.... i kept on fiddling with it and it finally showed up BUT.... it does not follow the expected behavior in that when you click on it, an empty progressbar that is definitely NOT in the design pops into view.... by not in the design i mean that it is not on the designer AND there is no reference to it anywhere in the module.... i call it an empty progressbar because it is he exact same dimensions as a completely functional progressbar that exists on the panel that is pulled to the side in order to leave the main "screen" fully visible

i've begun disassembling the whole thing as i just couldn't make it work.... is there some other place i should look to spot residual/remnant code that might not have been removed correctly during previous development efforts on this module/screen (i've click the clean project several times)..... there is nothing in the module code as i have been over it and rewritten it dozens of times and done enumerable searches for progressbars while attempting to find this "ghost" pb that seems concurrent with the rest of the problem
 
Upvote 0
Top