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)
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)