[R-br] adicionar e configurar celula em uma tabela de Tktable
Cleber N.Borges
klebyn em yahoo.com.br
Domingo Dezembro 6 11:19:45 BRST 2015
olá a todos,
ainda que seja muito especifico, pergunto
caso alguém saiba dar uma dica
estou tentando usar uma tabela do tk e tentando aplicar uma tag a uma
determinada célula
(que é o modo de configurar cada célula individualmente, até onde entendi )
mas não entendi como esse processo funciona...
caso alguém saiba, agradeço por antecipação a ajuda.
att.,
cleber
#############################
library( tcltk )
tclRequire('Tktable')
tt <- tktoplevel()
tt.f <- ttkframe( tt, relief='sunken', borderwidth=10 )
tkpack( tt.f, expand=T, fill='both' )
tt.f.l <- ttklabel( tt.f, text='test' )
tkpack( tt.f.l, expand=T, fill='both' )
vartab <- tclArray()
tt.f.table <- tkwidget( tt.f, 'table', titlecol=1, titlerow=1,
background='white', multiline=0, variable=vartab )
tkpack( tt.f.table, expand=T, fill='both' )
tktag.add( tt.f.table, "celltag", "ZeroZero", "0,0" ) ### erro!!!!!
---
Este email foi escaneado pelo Avast antivírus.
https://www.avast.com/antivirus
Mais detalhes sobre a lista de discussão R-br