[Gambas-user] Bug inTabStrip control

kobolds kobolds at ...2041...
Mon Jul 13 14:49:42 CEST 2009


You're right . thanks  




Werner-9 wrote:
> 
> Werner wrote:
>> kobolds wrote:
>>   
>>> sorry here the code
>>>
>>> http://www.nabble.com/file/p24460070/test.zip test.zip 
>>>
>>> Benoît Minisini wrote:
>>>   
>>>     
>>>>> the whole project I doing now still in very messy status . but I
>>>>> confirm
>>>>> the problem exist by create a new project to see if it happen or not .
>>>>>
>>>>> now that you said that , I also not sure whether the problem is
>>>>> because
>>>>> of
>>>>> kde 4.3 qt 4.5 .
>>>>>
>>>>> I guess this is why I unable to compile gambas3
>>>>>
>>>>> on the yast the gambas version I using showing 2.14.0-2.2
>>>>>
>>>>>       
>>>>>         
>>>> I need the actual code, because the code you wrote in your e-mail is
>>>> not 
>>>> coherent. Please read it again to see what I mean.
>>>>
>>>> Regards,
>>>>
>>>> -- 
>>>> Benoît
>>>>     
>>>>       
>> I run compiled version 2.14 on openSUSE 11.1/64 with KDE 3.5
>> What I see is when I single step
>> through the Button_Click routine
>>
>>  tabstrip1[0].visible = false 'Index becomes -1
>>  tabstrip1[1].visible = true  'Index becomes 1
>>  tabstrip1[2].visible = false
>>
>> but what is shown is still tab strip 0.
>>
>> Regards
>> Werner
>>   
> ...whereas if I change the code a little
> 
>  tabstrip1[1].visible = true  'Index remains as it was
>  tabstrip1[0].visible = false 'Index becomes 1
>  tabstrip1[2].visible = false
> 
> and the result is as it should be.
> 
> Regards
> Werner
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full
> prize  
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 

-- 
View this message in context: http://www.nabble.com/Bug-inTabStrip-control-tp24458745p24461127.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list