I´m looking for use of strings. That could be a solution...

        "container"
        container := CLPanel new.
        Compiler new evaluate: 'container name: ''container''. 
        container text: ''''.
        container usePolymorphStyleMechanism: true.
        container balloonText: nil.
        container enabled: true.
        container location: 8...@10.
        container extent: 6...@460.
        container anchors: {false .false .false .false .}.
        container imageResource: nil.
        container style: {(BorderStyle width: 0 color: Color transparent) 
.(Color
r: 0.972 g: 0.972 b: 0.944) .(Color r: 0.972 g: 0.972 b: 0.944) .false
.false .}.
        container minWidth: 2.
        container minHeight: 2.
        container layout: {ProportionalLayout .#rigid .#rigid .0 .#center 
.#none .0
.#topLeft .#topToBottom .#none .false .#topLeft .#none .0 .1073741823 .}.
        container visible = false.
        container openInWorld.' in: thisContext to: nil.


I did the probe and works.
-- 
View this message in context: 
http://forum.world.st/Limitation-of-number-os-literals-in-a-method-tp2308740p2309111.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to