Search found 12 matches

by irrdev
Sat Nov 03, 2007 2:11 pm
Forum: C++ Development
Topic: Get the Screen Size or Bounds...
Replies: 1
Views: 960

Get the Screen Size or Bounds...

I have several dialogs which I want to position on the screen, although not relative to the parent form. More specifically, I need to position these dialogs in the bottom right corner of the screen, just above the System Tray. In order to do this, I need to get the screen size, and then position the...
by irrdev
Sat Nov 03, 2007 1:26 pm
Forum: C++ Development
Topic: WxWidgets and AppBar? Similar to Vista Sidebar...
Replies: 0
Views: 668

WxWidgets and AppBar? Similar to Vista Sidebar...

If you have ever used the Vista Sidebar or Google Desktop, you will probably know that AppBars are Windows-specific applications which can be docked onto one side of the screen. I am looking to implement an AppBar with WxWidgets, and I am wondering how I would do this. A small example for creating A...
by irrdev
Tue Jul 03, 2007 9:56 am
Forum: C++ Development
Topic: using wxWidgets in another main program?
Replies: 3
Views: 1190

If I understand correctly, you have an application in executable form, but no source code. In other words, you are trying to intercept the application's Win32 messages and then modify them with wxWidgets to plot a graph on a new window? Unless you plan to reverse engineer your application, I don't t...
by irrdev
Tue Jul 03, 2007 9:30 am
Forum: The Code Dump
Topic: Sample Application
Replies: 9
Views: 5400

Can you update a correct link to the screenshot then? It is not working. Please put the screenshot on a public place or adjust the post so that it has no screenshot.. thanks :-) - Jorgen I don't understand, the link to the screen shot is correct and visible to me, even if I don't login to my site. ...
by irrdev
Tue Jul 03, 2007 9:26 am
Forum: wxDev-C++
Topic: wxDev-C++ Auto-completion incomplete!
Replies: 4
Views: 3621

Thanks a lot guys. I am glad to hear that plugin support is planned for the future. This will definitely bridge wxDev-C++'s current gaps and small inefficiencies.
by irrdev
Sun Jul 01, 2007 3:05 pm
Forum: Platform Related Issues
Topic: cross-platform ide for windows-linux?
Replies: 7
Views: 1792

The Code::Blocks nightly builds are extremely stable. I have been running a January build for over five months without one crash. :wink:
by irrdev
Sun Jul 01, 2007 3:01 pm
Forum: wxDev-C++
Topic: wxDev-C++ Auto-completion incomplete!
Replies: 4
Views: 3621

wxDev-C++ Auto-completion incomplete!

First of all, this is not a question, but a suggestion for the IDE's improvement. If you open Code::Blocks or VC++ and enter this line inside a function: int ALongNamedInteger; Then if you begin typing this on the next line: ALongNam Code::Blocks or VC++ will bring up Auto-Completion("Intellise...
by irrdev
Sun Jul 01, 2007 2:45 pm
Forum: Open Discussion
Topic: Some feelings about using wxWidgets
Replies: 1
Views: 1230

Not a bad blog. This is definitely a good idea. However, I find that all the Chinese characters make the page hard to read. I would suggest separating your blog into two web sites; one for English, one for Chinese. TIP: You might want to change this forum post from a "question" to "no...
by irrdev
Sun Jul 01, 2007 2:38 pm
Forum: Open Discussion
Topic: My first shareware wx program. Need suggestions for website.
Replies: 7
Views: 4006

I tried several of these "click-and-go" websites such as Joomla. All of them I found were far from customizable, and considering your needs, I would learn HTML first. However, if you don't have the time for this, I would use NVU, which is an open-source alternative to Microsoft's Frontpage...
by irrdev
Wed Jun 20, 2007 8:06 am
Forum: C++ Development
Topic: Screen saver - multiple monitors
Replies: 2
Views: 1508

While it is definitely not impossible to create a screen saver with wxWidgets, I don't think it would be recommended. You should really use a graphic library; not a gui library. Here are two which I would consider. Both are cross-platform, and screen savers have been successfully made with both: SDL...
by irrdev
Tue Jun 19, 2007 6:55 am
Forum: General Forum Issues
Topic: "Create RSS!" doesn't work!
Replies: 1
Views: 1620

"Create RSS!" doesn't work!

There seems to be a little bug in the modified phpBB2 script. If I click on "Create RSS!" on the Forum's top toolbar, the server returns a page with a list of php errors. It would be nice if this could be fixed, since I am sure that many users like myself like using RSS feeds to stay up-to...
by irrdev
Tue Jun 19, 2007 6:48 am
Forum: wxDev-C++
Topic: Auto-complete with wxDev-C++?
Replies: 2
Views: 1985

Auto-complete with wxDev-C++?

How can I make wxDev-C++'s code completion feature work with wxWidgets. It seems that this ide suffers the same problems as Visual C++, as demonstrated in this article. However, including wx_intellisense.h does not fix the problem in wxDev-C++. Therefore, what is the solution to this problem?