Search found 210 matches

by emarti
Mon Apr 02, 2007 11:06 am
Forum: Announcements and Discoveries
Topic: wxWidgets CodePak for Turbo C++ / Borland C++ 2006
Replies: 2
Views: 1695

Hi, sf link may be invalid. I clicked but visible=false;
by emarti
Thu Feb 01, 2007 11:21 pm
Forum: Compiler / Linking / IDE Related
Topic: Linux & wxMediaCtrl
Replies: 2
Views: 1841

:cry: Can anybody hear to me?
by emarti
Tue Jan 16, 2007 3:47 pm
Forum: Compiler / Linking / IDE Related
Topic: Linux & wxMediaCtrl
Replies: 2
Views: 1841

I try ./configure --with-gtk=2 --enable-mediactrl

But it occurs errors. After build, not create (wx_media-2.8) lib.
by emarti
Tue Jan 16, 2007 2:58 pm
Forum: Compiler / Linking / IDE Related
Topic: Linux & wxMediaCtrl
Replies: 2
Views: 1841

Linux & wxMediaCtrl

Hi, I builded wxGTK2-8.0. My Linux has gstream and I play mp3, wav files etc. with mplayer. In sample folder, mediaplayer sample. When it builds, occurs error. ------------------------ Source File(s) & Lib(s): mediaplayer.cpp -I/usr/local/lib/wx/include/gtk2-ansi-release-2.8 -I/usr/local/include...
by emarti
Sat Jan 13, 2007 11:11 pm
Forum: The Code Dump
Topic: Scrolling text control derived from wxStaticText(with bugs)
Replies: 3
Views: 4251

http://forums.wxwidgets.org/viewtopic.php?t=7919 wxScrollText works under Linux & Windows. it may be useful.
by emarti
Mon Jan 08, 2007 9:07 pm
Forum: Announcements and Discoveries
Topic: wxquran
Replies: 2
Views: 1516

Hmm, generic e-book reader. it is good idea. Thank you for suggestion.
by emarti
Sun Jan 07, 2007 11:43 am
Forum: Announcements and Discoveries
Topic: wxquran
Replies: 2
Views: 1516

wxquran

Hi, I have just released first version 1.0 of wxquran. The wxQuran project is aimed to be a comprehensive tool to navigate through texts of the Quran, play readings of selected verses, as well as other features. It should also cover multiple translations of the Quran. http://wxquran.sourceforge.net ...
by emarti
Wed Dec 13, 2006 9:59 am
Forum: C++ Development
Topic: How to prevent mouse & key events for wxSplashScreen?
Replies: 5
Views: 2103

In wxWidgets source ($WXWIN\include\generic\splash.h & $WXWIN\src\generic\splash.cpp), when I removed or remarked lines that releationship key & mouse events, it is OK!. Of course, you have to build wxWidgets library again. But this way is not legal, I think. Is it legal? In fact, if I selec...
by emarti
Tue Dec 12, 2006 4:01 pm
Forum: C++ Development
Topic: How to prevent mouse & key events for wxSplashScreen?
Replies: 5
Views: 2103

Hi, I wanna do that.... My project is using wxSplashScreen & wxMediaCtrl. After splash screen displayed & media file played, I wanna created wxFrame. I create wxFrame in EVT_MEDIA_FINISHED not wxApp::OnInit(void). Everything is OK but while application starting, when I click on splash screen...
by emarti
Tue Dec 12, 2006 9:39 am
Forum: C++ Development
Topic: How to prevent mouse & key events for wxSplashScreen?
Replies: 5
Views: 2103

How to prevent mouse & key events for wxSplashScreen?

As title...

Respectly,
emarti
by emarti
Wed Dec 06, 2006 10:37 am
Forum: wxDev-C++
Topic: Using crypto++
Replies: 9
Views: 3064

Sorry, I do not know it that library. In fact, My solution is very easy than crypto++. I downloaded it, I am trying... I'll be write to found alternative solution. :)
by emarti
Tue Dec 05, 2006 2:08 am
Forum: wxDev-C++
Topic: Using crypto++
Replies: 9
Views: 3064

Re: Using crypto++

Hey, Has anybody here used crypto++ with wxwidgets? Basically, I'm looking for an (easier) way to encrypt a wxString that will be outputted to a file... Thanks, FlyingIsFun1217 I usually use this. I hope to help you. const wxChar* Codes64 = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop...
by emarti
Thu Nov 30, 2006 2:03 am
Forum: Component Writing
Topic: Timer on linux
Replies: 7
Views: 2884

I also have same problem using wxTimer. it is OK for Windows, Pardus Linux & Fedora but not Ubuntu. I do not know why to do. I think that gnome is problem, because pardus & fedora uses kde.
by emarti
Sat Nov 25, 2006 5:25 pm
Forum: C++ Development
Topic: Anybody know a good C++ wrapper for sqlite?
Replies: 16
Views: 5061

bigpilot wrote:I'm using SQLite without a wrapper and that works just fine. I recommend it.
You are right.
by emarti
Thu Nov 23, 2006 11:40 pm
Forum: Compiler / Linking / IDE Related
Topic: sqlite3: 2 warning
Replies: 3
Views: 1445

I am waiting new version for sqlite3.