similar to: [1058] trunk/wxruby2/swig: Move TB_ constants into ToolBar and add the new 2.8 ones.

Displaying 20 results from an estimated 90 matches similar to: "[1058] trunk/wxruby2/swig: Move TB_ constants into ToolBar and add the new 2.8 ones."

2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2007 Apr 28
6
XRC Problem
Hello All, I''ve looked back through the wxruby-users archive, and found someone else was having the same problem when it comes to Accessing XRC and getting a GTK Error about GtkPizza. I don''t know what the problem is, as what I''m using, is wxGlade to develop my user interface, and it creates all the controls in what looks like it should be fine, but it''s
2007 Jun 22
0
[1055] trunk/wxruby2/swig/classes/ToolBar.i: Chnage methods returning ToolBarToolBase to return position of new tool;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2007 Jun 22
0
[1057] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add new methods from the 2.8 API
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2005 May 03
10
Is wxRuby-SWIG version usable enough to package for download?
If wxRuby-SWIG is as usable as wxRuby 0.6.0, maybe it should be given a version number and packaged up for download. Given the nature of SWIG, having a lot more people use it would probably result in more code contributions to this project. Seems most of the changes are 2+ months old, so I''m guessing wxRuby-SWIG is fairly stable right now in terms of frequency of changes...
2004 Nov 04
2
Strange create_tool_bar behaviour
This has to be wrong: I have an application that shows a form with a toolbar on it. The toolbar is created using `create_tool_bar` On linux, everything works fine. On windows, sometimes when this form is shown `create_tool_bar` returns an object of type FLogin, instead of WxToolBar. FLogin is the class of my login form. Any ideas? -- David Mitchell Software Engineer Telogis NOTICE: This
2007 Apr 26
2
Bitmap in Toolbar display only a quarter of picture on Windows XP
I don''t know why the bitmap in toolbar displays only a quarter of picture on Windows XP, but it displays OK on Ubuntu. The attachments are results both on Windows XP and Ubuntu -- flyerhzm@hotmail.com _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2008 Mar 04
0
Weird Notepad++ toolbar bug
Hey :) I've recently installed WINE 0.9.56 through Archlinux's Pacman, and I'm experiencing a small issue with Notepad++ that I didn't had before way back in 9.45-49. When you click the New toolbar button, the entire toolbar and blinking cursor disappear, not being available again to view and use unless I press F11 (fullscreen) twice so it "refreshes", or so I think it
2008 May 30
0
[ wxruby-Bugs-20446 ] Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing
Bugs item #20446, was opened at 30/05/2008 12:13 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=20446&group_id=35 Category: Incorrect or missing docs Group: None Status: Open Resolution: None Priority: 3 Submitted By: Pascal Hurni (phi) Assigned to: Alex Fenton (brokentoy) Summary: Wx::ToolBar API changed in 1.9.7, new Wx::ToolBarTool doc missing
2008 Jun 02
1
Add TextCtrl to toolbar
Hi, How can I add a textctrl to a toolbar? I tried toolbar.add_control(TextCtrl.new(self, ID_ANY)), but that returns false and the control gets placed wherever. Thanks
2007 Jan 20
3
Download Weather Toolbar
Download Weather Toolbar - Instant weather reports, forecasts, and radar images anytime for FREE! - http://surl.in/HLWTD238206SVRAKSX --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2009 Jan 11
1
Toolbar Icons on Macromedia Flash MX 8 are invisible
Toolbar Icons on Macromedia Flash MX 8 are invisible and i have problems to see the some graphics in Office 2007 i put some images in my blog so you can check the next image: [Image: http://eduardo.sandino.googlepages.com/wine_no_icons.jpg ] Can anyone say me how to fix it ?
2001 Sep 03
0
equation editor's toolbar disappears
Hi As a newbie I was really surprised that wine worked at the first trial... except some minor problems: EquationEditor's toolbar disappears from the screen, and it is only visible in some funny situations (for example if I close WinWord when using the equation editor, and the applications asks, if I want to save changes). Has anyone had such a problem? I am using SuSE-7.2 and I have a
2001 Nov 28
0
Question about toolbar...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. What message is 2210 in Toolbar ? I tried to take a look at commctrl.h, but I wasn't able to figure it out. I'm receiving the folliwing messages: err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001002a err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001002d This is the message the ToolbarWindowProc
2010 Dec 09
1
Unable to visualize menus and tooltips from a ribbon toolbar
I am trying to make my application run on wine first of all I'm running Ubuntu 10.04 and wine 1.2, I did an override to native gdiplus.dll in order to let the graphical compontents of my app run "properly". I also installed odbc client using this procedure http://wiki.winehq.org/NativeOdbc in order to use the mssql database. I tried to run this with or without compiz, and result is
2011 Apr 16
2
ERP Application working slow & toolbar missing in applicatio
Hi, i installed dotnet framework & Oracle 11g Runtime client, My ERP Applicaton working good in wine but two issue is there One is, its access database from oracle server, listed database i can not see when i scroll it, its take 5 to 6 minutes, and I cann't see tool bars in ERP application. please help
2004 Dec 15
2
Missing Toolbar Icons?
Hello all. It's been a long while since I posted to this list but here goes. When running the latest sidenet config I get no toolbar Icons in IE. Where the icons are supposed to be is just an empty space. (that you can still hover over). The console shows a fair amount of errors. Icon related error is: err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32 This is a
2008 Apr 29
1
One toolbar button not working in Chart Navigator
I had an installation of Mandrake Linux 10.1 (wine 0.9.9) for which Maptech's Chart Navigator functionally worked out-of-the-box. Absolutely nothing was needed to be done to install or run, and everything worked. I attempted to install ChartNav on Mandriva 2007.0 which failed. I then attempted to compile most recent version from source, and Chart Nav continued to fail on start-up. I
2008 Jun 14
0
Re: Weird Notepad++ toolbar bug
Hi, This bug is not a necesary a wine bug. There was a logic coding bug with the toolbar in notepad++ and at one point could work only if was compliled with the old Visual Studio 7 (2003). This version you allso downloaded and worked correct even in Wine. I maintain a custom version of Notepad++ @ phpBB forums here (http://www.phpbb.com/community/viewtopic.php?f=15&t=802725). This is the
2008 Nov 04
1
toolbar button icons appear washed out
Hi Folks, I'm trying to get MetaTrader working and am almost there except for the toolbar buttons showing up incorrectly. They appear white with some light blue features. I've turned on palette tracing with WINEDEBUG, and ran strace on wine to see if there was any sort of palette data being accessed, but haven't found anything. Is there a method to discover what is causing this to