search for: m_file

Displaying 4 results from an estimated 4 matches for "m_file".

Did you mean: vm_file
2007 Oct 19
1
tcltk: help with tkmenubutton
...e in this example: library(tcltk) # create a main window mw <- tktoplevel() # a menu consists of a horizontal menubar, # with associated submenus ##### first create the horizontal menubar mb <- tkframe(mw, relief = 'raised', bd = 2) # now put in the menubar some menubuttons m_file <- tkmenubutton(mb, text = "File", underline = 0) # pack everything from the menubar tkpack(mb, side = "top", fill = "x") tkpack(m_file, side = "left") #### now create the submenus # the file menus # # HERE!!! What is the magic inchantation that I mu...
2002 Apr 01
1
Fw: ov_open failing with all files
...handlers for FILE * that return -1 on the seek function, but a call to ov_open_callbacks fails with the same results. I'm using a static build of RC3 with MFC dll on Visual C++ 6. Any ideas? TIA Lance FILE *fd = fopen("c:\\Welcome.ogg", "r"); if ((ret = ov_open(fd, &m_file, NULL, 0)) < 0) { switch (ret) case OV_EREAD: TRACE(" - A read from media returned an error.\n"); case OV_ENOTVORBIS: TRACE("- Bitstream is not Vorbis data.\n"); case OV_EVERSION: TRACE(" - Vorbis version mismatch.\n"); case OV_EBADHEADER: TRACE(" -...
2009 Jan 29
6
Control Characters
I am attempting a text editor using wxRuby. I''m having character issues. Strings are not binary-safe. Some characters are not allowed. - newline / line feed (\n), tab (\t) are displayed - carraige return (\r) is stripped - Other control characters and high-ascii cause control values to become empty. Affected controls include: Wx::TextCtrl, Wx::StaticText, Wx::Clipboard, et al. Most
2009 Apr 03
2
Problem with spacing
...ault> </object> </object> </object> </object> </object> <object class="wxMenuBar" name="m_menubar1"> <label>MyMenuBar</label> <object class="wxMenu" name="m_File"> <label>_File</label> </object> <object class="wxMenu" name="m_data"> <label>_Data</label> <object class="wxMenuItem" name="m_datagroup"> <label>Contact Gro...