[Bf-python] About popup

Campbell Barton cbarton at metavr.com
Sat Jul 24 01:45:54 CEST 2004


Whoops


      PupIntInput(text, default, min, max)

Blender.Draw.PupStrInput("This ia a very long Name:", 20, 0, 25)

Campbell Barton wrote:

> Read the docs, you need more
>
> Blender.Draw.PupStrInput("This ia a very long Name:", "", 25)
>
> The 2nd value is "", it should be a number
>
> Blender.Draw.PupStrInput("This ia a very long Name:", 20, 25)
>
> Paolo Colombo wrote:
>
>> If I use this piece of code:
>> """
>> import Blender
>> Blender.Draw.PupStrInput("This ia a very long Name:", "", 25)
>> """
>>
>> The number of the shown characters is cut to 20, is it correct, or a 
>> bug?
>>
>>
>> Ciao Jody
>> _______________________________________________
>> Bf-python mailing list
>> Bf-python at blender.org
>> http://www.blender.org/mailman/listinfo/bf-python
>>
>>




More information about the Bf-python mailing list