Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Added wxAnimationCtrl and wxMediaCtrl to wxSmith.
Cryogen:
--- Quote from: Loaden on June 08, 2010, 06:36:09 pm ---Great working!
--- End quote ---
Cool ta. ;-)
ZinnJonas:
Hi Cryogen,
your wxAnimationCtrl and wxMediaCtrl was added into the SVN version, but
in this version there are some mistakes.
Please finde endclosed my pruposle to correct the files:
--- Code: ---Index: Makefile.am
===================================================================
--- Makefile.am (revision 6578)
+++ Makefile.am (working copy)
@@ -77,6 +77,7 @@
./wxsglcanvas.cpp \
./wxshyperlinkctrl.cpp \
./wxsanimationctrl.cpp \
+./wxsmediactrl.cpp \
./wxsfindreplacedialog.cpp \
./wxsfontdialog.cpp \
./wxsmessagedialog.cpp \
@@ -167,6 +168,7 @@
./wxsglcanvas.h \
./wxshyperlinkctrl.h \
./wxsanimationctrl.h \
+./wxsmediactrl.h \
./wxsfindreplacedialog.h \
./wxsfontdialog.h \
./wxsmessagedialog.h \
--- End code ---
also in the wxSmith.cbp;D
--- Code: ---Index: wxSmith.cbp
===================================================================
--- wxSmith.cbp (revision 6578)
+++ wxSmith.cbp (working copy)
@@ -528,10 +528,10 @@
<Option target="wxSmithLib" />
</Unit>
<Unit filename="wxwidgets\defitems\wxsmediactrl.cpp">
- <Option target="<{~None~}>" />
+ <Option target="wxSmithLib" />
</Unit>
<Unit filename="wxwidgets\defitems\wxsmediactrl.h">
- <Option target="<{~None~}>" />
+ <Option target="wxSmithLib" />
</Unit>
<Unit filename="wxwidgets\defitems\wxsmenu.cpp">
<Option target="wxSmithLib" />
--- End code ---
So I hope this is the right place to post this;D
You did a good Job
Jonas
Jenna:
--- Quote from: ZinnJonas on September 11, 2010, 01:35:23 pm ---Hi Cryogen,
your wxAnimationCtrl and wxMediaCtrl was added into the SVN version, but
in this version there are some mistakes.
Please finde endclosed my pruposle to correct the files:
--- Code: ---Index: Makefile.am
===================================================================
--- Makefile.am (revision 6578)
+++ Makefile.am (working copy)
@@ -77,6 +77,7 @@
./wxsglcanvas.cpp \
./wxshyperlinkctrl.cpp \
./wxsanimationctrl.cpp \
+./wxsmediactrl.cpp \
./wxsfindreplacedialog.cpp \
./wxsfontdialog.cpp \
./wxsmessagedialog.cpp \
@@ -167,6 +168,7 @@
./wxsglcanvas.h \
./wxshyperlinkctrl.h \
./wxsanimationctrl.h \
+./wxsmediactrl.h \
./wxsfindreplacedialog.h \
./wxsfontdialog.h \
./wxsmessagedialog.h \
--- End code ---
also in the wxSmith.cbp;D
--- Code: ---Index: wxSmith.cbp
===================================================================
--- wxSmith.cbp (revision 6578)
+++ wxSmith.cbp (working copy)
@@ -528,10 +528,10 @@
<Option target="wxSmithLib" />
</Unit>
<Unit filename="wxwidgets\defitems\wxsmediactrl.cpp">
- <Option target="<{~None~}>" />
+ <Option target="wxSmithLib" />
</Unit>
<Unit filename="wxwidgets\defitems\wxsmediactrl.h">
- <Option target="<{~None~}>" />
+ <Option target="wxSmithLib" />
</Unit>
<Unit filename="wxwidgets\defitems\wxsmenu.cpp">
<Option target="wxSmithLib" />
--- End code ---
So I hope this is the right place to post this;D
You did a good Job
Jonas
--- End quote ---
That's not an error, wxMediaCtrl is currently not compiled in on linux, because it's missing on many distributions and leads to a compile-and/or link-time error therefore.
ZinnJonas:
hi Jens,
thx for your reply.
I'm not using Linux, I'm running Win, with these changes the mediaCtrl runs perfektly well.
I'm using Win32 WX-2.8.11 with mingw-4.5.
Pls don't hesitate to post if you have any news.
Br
Jonas
Cryogen:
--- Quote from: ZinnJonas on September 11, 2010, 03:56:31 pm ---hi Jens,
thx for your reply.
I'm not using Linux, I'm running Win, with these changes the mediaCtrl runs perfektly well.
I'm using Win32 WX-2.8.11 with mingw-4.5.
Pls don't hesitate to post if you have any news.
Br
Jonas
--- End quote ---
Hi there. I proposed making it conditional for Windows only, as it works fine here, too. How does that sound, Jens.
Cheers.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version