I would like to make a small package for basic qualitative analysis (some
functions are like what http://www.pressure.to/qda/ does).

Basically, I read the texts into a database (using RSQLite), then fetch the
texts and push it to a text widget. Next, I will do some coding. That is,
select the text chunk, and link it to a concept/node. So I can use these
nodes to analysis the node-pattern, or I can retrieve the coded text chunk
by the names of node, etc..

Though R is a statistical environment, I think it can service my purpose
well, right?

Thanks

2008/1/22, Greg Snow <[EMAIL PROTECTED]>:
>
>  Yes this should be possible using tcltk.  Could you give a little more
> detail of what you are trying to do?  Are you putting the text in a text
> widget (mini-wordproccessor type window) or an entry widget (small, 1 line
> of text)?  The methods are a little different between them.  Also, do you
> want to click a button after making the selection to capture the text? or
> some other way to indicate that you have made the selection?
>
> ------------------------------
> *From:* [EMAIL PROTECTED] on behalf of ronggui
> *Sent:* Mon 1/21/2008 2:02 AM
> *To:* R-Help
> *Subject:* [R] Need suggestions about GUI
>
>
>
> What I want to do is:
> 1, creat a text box, insert text into that box.
> 2, select chunk of of the text by mouse, and link it to a lable. so I
> would
> like a way to get that chunk of text.
>
> Can I do such job with tcltk?  Any relavant tutorial materials?
>
> Thanks
>
> --
> HUANG Ronggui
>
> Bachelor of Social Work, Fudan University, China
>
> Master of sociology, Fudan University, China
>
> Ph.D. Student , CityU of HK,
> http://www.cityu.edu.hk/sa/psa_web2006/students/rdegree/huangronggui.html
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>
>


-- 
HUANG Ronggui

Bachelor of Social Work, Fudan University, China

Master of sociology, Fudan University, China

Ph.D. Student , CityU of HK,
http://www.cityu.edu.hk/sa/psa_web2006/students/rdegree/huangronggui.html

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to