Search found 48 matches

by AkiraDev
Sun Jul 03, 2005 11:16 pm
Forum: Open Discussion
Topic: RSS stuff
Replies: 47
Views: 11500

It sounds like you two are on to something, but I'm not quite sure. With RSS it would automatically do the updates in the best case. However, in the worst case one would be asked to do a merge of their code and the update. As this process could potentially happen while you are working on something,...
by AkiraDev
Thu Jun 30, 2005 1:02 pm
Forum: Open Discussion
Topic: RSS stuff
Replies: 47
Views: 11500

Hi AkiraDev, Well first of all, what do you want to accomplish with it that is the question you should ask. I think it would be a good system to send out patches as an administrator of a project but also very useful if people have a customized source of something, and cannot afford downloading and ...
by AkiraDev
Thu Jun 30, 2005 9:13 am
Forum: Open Discussion
Topic: RSS stuff
Replies: 47
Views: 11500

I started giving this a little bit more thought and there might be an advantage in this to automate synchronized patching within a development team. Any software that manages this can easily sort the order in which the patches were applied through a time stamp... it could work just like regular RSS,...
by AkiraDev
Wed Jun 29, 2005 2:00 pm
Forum: Open Discussion
Topic: RSS stuff
Replies: 47
Views: 11500

Just a thought.... Has anybody ever used RSS for directly patching source code? I think we could have a fairly robust system which makes open source software development easier... something like a RSS-based CVS system. In any case, Ryan's RSS Reader can be a very useful starting point... Congrats fo...
by AkiraDev
Tue Jun 28, 2005 4:53 pm
Forum: Open Discussion
Topic: Totally Off Topic - Most famous bugs
Replies: 6
Views: 3059

It definitely works in my system ... but I'm not sure if it works the correct way: When I choose "Exit" it closes all firefox windows (Even though there is no separate process for every window I still think it should close the window that I'm using and not all windows at the same time) .....
by AkiraDev
Tue Jun 28, 2005 4:33 pm
Forum: Open Discussion
Topic: Totally Off Topic - Most famous bugs
Replies: 6
Views: 3059

Totally Off Topic - Most famous bugs

Just checking guys...

Is it just me or trying to close Firefox 1.0.4 through menu File->Exit doesnt work?? Pretty dumb if you ask me!...

Apart from that... How about a bit of fun and remembering the industry's most embarrassing bugs ever to show up?...
by AkiraDev
Mon Jun 27, 2005 7:49 pm
Forum: Open Discussion
Topic: Programming: Successor of C++
Replies: 10
Views: 4724

Programming: Successor of C++

An open question to open the new forum: which programming language do you think has the best chances of taking, on a long term, the position C++ has nowadays as a complete programming language? If so, why? Please note, I am referring to merit based on language design, not marketing! :lol: My bet is ...
by AkiraDev
Fri Jun 17, 2005 11:42 am
Forum: General Development
Topic: Drawing.
Replies: 3
Views: 1409

Hi there!

I once tried to make a custom plotting widget, and used DrawLine calls for plotting. It's likely to also work fine for you.

Regards
by AkiraDev
Thu Jun 09, 2005 2:04 pm
Forum: General Development
Topic: how to implement SaveAll at an mdi-application?
Replies: 4
Views: 1515

The problem was, that the RTTI-support of the compiler wasn't activated. :oops:
This problem appears rather often. There are some IDEs out there that disable exceptions and RTTI at the compiler especially for wxWidgets.
by AkiraDev
Thu Jun 09, 2005 8:23 am
Forum: Announcements and Discoveries
Topic: wxRapid - A GUI editor
Replies: 43
Views: 13904

Hi! Screenshots look fantasic. Can't wait for the Linux version (or source) to become available. ;) *hint*hint* Yep, a linux version should be possible, but just let me finish the windows version first. Maybe I'll try and compile a snapshot on my Fedora box to see if there will be any problems. I e...
by AkiraDev
Wed Jun 01, 2005 11:44 pm
Forum: C++ Development
Topic: what is wxUSE_STD_STRING?
Replies: 7
Views: 2471

Hi there, Defining wxUSE_STD_STRING = 1 means that wxString inherits from the standard C++ string class, rather than being completely implemented on its own. I'd recommended using it as a std::string subclass, since no functionality is lost with respect to the independent implementation, and you'll ...
by AkiraDev
Fri May 27, 2005 2:33 pm
Forum: Announcements and Discoveries
Topic: wxRapid - A GUI editor
Replies: 43
Views: 13904

Hi upCASE!

These are really good news! Already took it for a testdrive. The use of the wxMDIChildFrame was clever ;).
Is there also a Linux executable available? I'd like to test it there.

Regards
by AkiraDev
Thu May 26, 2005 5:05 pm
Forum: Forum Announcements
Topic: AkiraDev retired
Replies: 7
Views: 21139

Thank you gentlemen, for your warm welcome. :D It so happened I saw a topic on C++ templates, which I find a very interesting subject, and just had to leave my impression on it. This does not go without saying that I am still having grave personal problems, even at this time. So I will in the future...
by AkiraDev
Wed May 25, 2005 10:01 am
Forum: General Development
Topic: Wrong default GUI font?
Replies: 8
Views: 3489

Your post made me curious, so I took a peek at the source. In settings.cpp: // ---------------------------------------------------------------------------- // global data // ---------------------------------------------------------------------------- // the font returned by GetFont(wxSYS_DEFAULT_GUI...
by AkiraDev
Tue May 24, 2005 8:32 pm
Forum: C++ Development
Topic: scripting toolkit for wxWidgets???
Replies: 10
Views: 3776

Hi!

I saw once a wxScript class that interprets scripts. Is this what you are looking for?

http://wxjs.sourceforge.net/wxScript.html

EDIT: I apologize for my confusion. This is related to wxJS (JavaScript port of wxWidgets). Anyway, it may prove useful, all things considered.