Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

richie cotton's example on fedora #4

Open
markleeds2 opened this issue Jan 14, 2014 · 0 comments
Open

richie cotton's example on fedora #4

markleeds2 opened this issue Jan 14, 2014 · 0 comments

Comments

@markleeds2
Copy link

Hi John: I just started playing with gWidgets2tlck2 and I am on fedora 19. I am
going through ezamples and I found richie cotton's example interesting. But when
I tried to run the code below, it blows up in the sense that everything just
dissapears when I run that line. I have other examples that I'll try ( some are yours ) so its okay but I just wanted to give you a heads up about it. There's definitely a chance that I'm doing something strange that's causing it but I think I typed in the code correctly.

Also, I can be reached at markleeds2@gmail.com if you want to write me
there. It's actually better for me if you can send there but if you want me to
stay here and check in, I can do that. All the best. It's amazing what you'
ve done. Learning it is definitely a job in itself. Writing it must have been
a job to the nth where n goes to infinity !!!!! All the best.

==========================================================

win <- gwindow("Tab delimited file load example")
grp_name <- ggroup(container = win)

lbl_data_frame_name <- glabel(
"Variable to save data to: ",
container = grp_name
)

txt_data_frame_name <- gedit("dfr", container = grp_name)

BLOWS UP AT THIS LINE

grp_upload <- ggroup(container = win)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant