Wednesday, January 27, 2010
Tuesday, January 26, 2010
Gestures Examples
The API of the gesture framework is not yet finalized and still subject to change:
Image Gestures Example
It isn't encouraging, at least I need to try.
Image Gestures Example
It isn't encouraging, at least I need to try.
Friday, January 22, 2010
Thursday, January 21, 2010
Qt for Symbian
Lesson 1: Installation

OK, I need to reboot computer, right upon installing the variable is set but is not via visible via other instances.
Upon installing first difficulties:

OK, I need to reboot computer, right upon installing the variable is set but is not via visible via other instances.
Upon installing first difficulties:
Wednesday, January 20, 2010
symbian
http://labs.trolltech.com/blogs/2009/12/03/tutorial-videos-qt-development-for-symbian/
Moodle resource:
I should have changed my mind many attempts ago... I wish this is as easy as on this movie. I wish this will also be straightforward: http://www.google.pl/search?hl=pl&q=qt+symbian+emulator
Moodle resource:
9. Opracowanie przykładowej aplikacji graficznej w środowisku Qt dla platformy WindowsMobile/Symbain [Piotr Nawrocki]
Opis: Celem projektu jest sprawdzenie możliwości biblioteki Qt dla urządzeń mobilnych.
Technologie: Qt, WindowsMobile/Symbain
I should have changed my mind many attempts ago... I wish this is as easy as on this movie. I wish this will also be straightforward: http://www.google.pl/search?hl=pl&q=qt+symbian+emulator
2008 vs 2005
Many blog posts are about Visual Studio 2005. I'm using 2008, in lab there is 2008 version too. I remember searching in MSDN for Visual Studio and 2008 was the only avaiable version.
Qt and Windows CE:
My version of QT library already contains the Visual Studio project files in examples folder.
Qt and Windows CE:
To start your first project, navigate into the demos or examples directory in Qt and have qmake generate a Visual Studio project file for you. For example, navigate to demos\textedit and run:
qmake -tp vc
My version of QT library already contains the Visual Studio project files in examples folder.
working in a lab
First requirement to restore system image with Visual Studio.




Solving the “Visual Studio needs to close” error:

Now reading comments, thet might more valuable than the article | link (been there before)
Solving the “Visual Studio needs to close” error:
I have had problems with nearly every developer add in I have tried at some point in time. To test this, start Visual studio with devenv.exe /safemode and see if it occurs.
Now reading comments, thet might more valuable than the article | link (been there before)
Tuesday, January 19, 2010
blog about work
http://blogopracy.blogspot.com/
It was suggested in the comments. Actually when reading interesting article I trust in users comments... Future of advertising?
It was suggested in the comments. Actually when reading interesting article I trust in users comments... Future of advertising?
why my company is not marked with a square
Some resources:
• Maps Help
• Centrum firm lokalnych

exact thread | best answer:
Actual links:
• link to this particular local buisness
• link to this location on a map
• Maps Help
• Centrum firm lokalnych

exact thread | best answer:
We use a proprietary algorithm to determine which business are shown, and the set of businesses shown can be expected to change from time-to-time. Business owners should also know that we don't accept payment for these labels to appear on the map.
Actual links:
• link to this particular local buisness
• link to this location on a map
Monday, January 18, 2010
setting up QT project
Probably I started anothey way round, now I'm looking through these links:
Setting up a Qt project in Visual Studio .NET
Qt4 with Visual Studio
Well, that's what I've known already. Starting a QT project is possible, the problem is how to deploy it on a emulator...
The page I've visited some time ago, now I see why this comment is true:

This page is also known by me | http://qt.nokia.com/products/platform/qt-for-windows-ce | it's the official support page of this library, the problem is it doesn't show any sollutions.
Also visited, this one very frequently | http://qt.nokia.com/doc/4.5/install-wince.html:
Setting up a Qt project in Visual Studio .NET
Qt4 with Visual Studio
Well, that's what I've known already. Starting a QT project is possible, the problem is how to deploy it on a emulator...
The page I've visited some time ago, now I see why this comment is true:
This page is also known by me | http://qt.nokia.com/products/platform/qt-for-windows-ce | it's the official support page of this library, the problem is it doesn't show any sollutions.
Also visited, this one very frequently | http://qt.nokia.com/doc/4.5/install-wince.html:
To get started with Qt, you can check out the examples found in the examples directory of your Qt installation. The documentation can be found in doc\html.
another machine
Sunday, January 17, 2010
my first facebook application
facebook.com/developers

There is always a grain of truth. But right now I have absolutely no time to start developing, anyway this is an area...
facebooknow | I regret I wasn't there. But this caused me to fill the registration form for another conference: searchenginestrategies.com/london
There is always a grain of truth. But right now I have absolutely no time to start developing, anyway this is an area...
facebooknow | I regret I wasn't there. But this caused me to fill the registration form for another conference: searchenginestrategies.com/london
how to select all your facebook friends
Saturday, January 16, 2010
advanced search form
search.twitter.com/advanced
Query class contains only a little fields. Advanced search form has many more features... Will it be bridged soon? Or is there any way to access this functionalities right now? | groups.google.com/group/twitter4j
Experiment shows that almost noone sets localization in profile.
The answer is: use operators | search.twitter.com/operators
Query class contains only a little fields. Advanced search form has many more features... Will it be bridged soon? Or is there any way to access this functionalities right now? | groups.google.com/group/twitter4j
Query query = new Query("obama");
query.setPage(1);
//query.setGeoCode(new GeoLocation(50.0, 20.0), 100.0,
Query.KILOMETERS); //ten drugi parametr to "radius"
query.setLang("pl");
QueryResult result1 = twitter.search(query);
query.setPage(2);
QueryResult result2 = twitter.search(query);
Experiment shows that almost noone sets localization in profile.
The answer is: use operators | search.twitter.com/operators
Tuesday, January 12, 2010
take me out of there
My topic was moved, anyway there you can still google it.
I'll create another topic in the suggested forum.

http://support.microsoft.com/search/default.aspx?query=0x80070070 | it doesn't bring me anywhere closer to the solution.
I'll create another topic in the suggested forum.
http://support.microsoft.com/search/default.aspx?query=0x80070070 | it doesn't bring me anywhere closer to the solution.
Friday, January 8, 2010
0x80070070 (probably corrupt installation)
Need help. Searched through every possible forum :) Here is the list of actions I did to land in the current position:
1. downloaded qt-everywhere-opensource-src-4.6.0.zip
2. followed the instuctions from:
http://doc.trolltech.com/4.4/install-wince.html especially:
3. set PATH enviromental variable
4. start Visual Studio Command Prompt
5. configure -platform win32-msvc2008 -xplatform wincewm50pocket-msvc2008
7. nmake (compilation took a few hours)
8. installation ActiveSync4.5
9. installation Windows Mobile 5.0 Pocket PC SDK
10. import of the sample project
C:\Qt\qt-everywhere-opensource-src-4.6.0\examples\tutorials\
I've receive this error: 0x80070070 (probably corrupt installation). I've reinstalled Visual Studio with the same effect... New Smart Device Project works fine, only when I start projekt from QT tutorial I've get this error.
I've tried to set path to file manually (screen 1): http://2.bp.blogspot.com/_sgHWyChoMa8/S0UHnfX9PKI/AAAAAAAAMbs/yC50L5QRfM0/s1600-h/path-actual.PNG
(screen 2): http://3.bp.blogspot.com/_sgHWyChoMa8/S0UPhqxtHAI/AAAAAAAAMb0/QzJglUY6DXw/s1600-h/path-literal.PNG
I've also tried setting (this time without screen): Properties | Configuration properties | C/C++ | Code Generation | Runtime library | Multi-threaded (/MT) | someone suggested that and as I said I tried every possible solution... Any help will be appreciated, especially working one with brief description what to set :)
I do really need some help with this stuff... Started two new topics:
http://groups.google.pl/group/microsoft.public.vc.ide_general/browse_thread/thread/7fa0e7c5521f9021?hl=pl#
http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/6374e657-7236-4b51-9b27-298302482a7e
Wednesday, January 6, 2010
reinstalling
Hope it'll work. Nope. But this might help | social.msdn.microsoft.com:
I have meet the same problem. I set /Project/Property/Configuration Property/General/Use of MFC to "use MFC in a static library" . And I also set /Project/Property/Configuration Property/C C++/Code Generation/Runtime Library to "Multi-threaded (/MT)" ,the problem has been solved.
I wish it was that easy, another "same" topic | tech-archive.net
Maybe this solution | visualstudiocoder.blogspot.com
Last one for tonight, I promise | social.msdn.microsoft.com
Actually I've broke my promise:
The reason why you cannot debug is because it is looking at the wrong folder for your application. If you go to the debug tab in preferences, can you just replace the string that says: "%CSIDL_PROGRAM_FILES%\BugDemo\BugDemo.exe" with the actual location of your file.
BTW this tutorial might be useful one day.
Tried to set the path manually:
Tuesday, January 5, 2010
mustache
urbandictionary.com/define.php?term=bonkers:

Facebook of course:

Last.fm too:

Youtube statistics:

Wykop:

Part one | Hitler dowiaduje się o Jadłodajni | youtube
Facebook of course:
Last.fm too:
Youtube statistics:
Wykop:
Part one | Hitler dowiaduje się o Jadłodajni | youtube