-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an application that inserts an ApplicationMenuItem into the native blackberry contacts menu. I can get this to work just fine. Now my question is how would I change or remove that ApplicationMenuItem based on the contact that i am highlighted on? Would I need to use a GlobalEventListener? I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
A View with expand and contract list where you show, for instance, Chats, Contacts, Groups. You click on of them and expands to a list of Chats and each element of the list is a Rectangular box with User defined image, name, status (offline, online, busy) as an image and status message.
How can i…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Forum,
We are developing a game application for Blackberry, which will have multi player option to let two or more player compete against each other. We have implemented the logic for that and already two or more player are able to play the game simultaneously on single device.
Now we want to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Friends
I created one blackberry application, and i tested in blackberry simulator, now i need test in blackberry mobile phone , can u please tell me the process for creating setup file and how to install in the black berry phone...
Thanking you
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I developed a Blackberry application using Eclipse. The application is working fine in the simulator. By using Blackberry desktop software, I tested the application in Blackberry mobile and it's working fine; but when I am using Progressbar screen, I am getting an error like this "Error starting…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Part 1 of this series was an introduction and overview of Hyper-V Dynamic Memory. This part looks at SQL Server memory management and how the SQL engine responds to changing OS memory conditions.
Part 2: SQL Server Memory Management
As with any Windows process, sqlserver.exe has a virtual…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
SQL and Dynamic Memory Blog Post Series
Hyper-V Dynamic Memory is a new feature in Windows Server 2008 R2 SP1 that allows the memory assigned to guest virtual machines to vary according to demand. Using this feature with SQL Server is supported, but how well does it work in…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
SQL and Dynamic Memory Blog Post Series
Hyper-V Dynamic Memory is a new feature in Windows Server 2008 R2 SP1 that allows the memory assigned to guest virtual machines to vary according to demand. Using this feature with SQL Server is supported, but how well does it work in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear everyone,
I have successfully debugged my own memory leak problems. However, I have noticed some very strange occurence.
for fid, fv in freqDic.iteritems():
outf.write(fid+"\t") #ID
for i, term in enumerate(domain): #Vector
tfidf = self.tf(term…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
In parts 1 and 2 of this series we looked at the basics of Hyper-V Dynamic Memory and SQL Server memory management. In this part Serdar looks at configuration guidelines for SQL Server memory management.
Part 3: Configuration Guidelines for Hyper-V Dynamic Memory and SQL Server
Now that…
>>> More