Hi all!
I'm looking the GLSample provided by apple and I have a question...
how can I change the background (now is black)??
best was to use an image!!
thanks
I was wondering if there was a Sequence Diagram generator for C#?
Im using Visual Studio 2008 Professional.
If not is there a quick and simple software?
Im finding Enterprise Architect and Visio a bit to cryptic for a beginner.
I have found the Class Diagram feature on Visual Studio, which s very useful and am hoping for a equally useful simple program to generate Sequence Diagrams.
Thanks.
GUI's written using WPF seem to be closer to a Web 2.0 feel than older Winforms development has been; do you know of any good quality references online or books which give a general overview of how to design nice WPF applications?
I saw this StackOverflow question where some GUI design books are mentioned, but am interested in information specifically for WPF.
http://stackoverflow.com/questions/1193001/is-wpf-silverlight-design-worth-learning
Thanks!
Hello,
I'm trying to make a board like that you can import as many pictures as you like to that board.
How can I do that? handle multiple images?
The other question is how to recognize a drag movement and move the image to the Cursor position?
Thanks!!
(Mac SDK)
Hi,
have developed an app for BB storm while tilting the device the background image of the app screen does not matches with the screen size , i have tried with the sublayout methord
public void sublayout(int width, int height)
{
//update scrren layout based on orientation
if(Display.getOrientation()== Display.ORIENTATION_LANDSCAPE)
{
invalidate();
}
else if(Display.getOrientation()== Display.ORIENTATION_PORTRAIT)
{
invalidate();
}
super.sublayout(width, height);
}
Still not successfull can any one help to sort out this tilt issue in BB storm
Thanks
SujithRavindran
Rapidvaluesolutions
I am trying to create some snap to grid functionality to be used at run time but I am having problems with the snapping part. I have successfully drawn a dotted grid on a panel but when I add a label control to the panel how to I snap the top, left corner of the label to the nearest dot?
Thanks
Hi
I've received data from an external source, which is in a summarised format. I need a way to disaggregate this to fit into a system I am using.
To illustrate, suppose the data I received looks like this:
receivedTable:
Age Gender Count
40 M 3
41 M 2
I want this is a disaggregated format like this:
systemTable:
ID Age Gender
1 40 M
2 40 M
3 40 M
4 41 M
5 41 M
Thanks
Karl
Hi All
IPhone SDK has UIViewAnimationTransitionCurlUp/Down
I want Curl left-right like a reading a book.
Is any way to do this without Landscape Orientation.
Thanks
Amit Battan
I am using MediaPlayer to play a video in my app. The video takes a while to buffer and the videoview is blank for that time.
Is there a way to start the buffering when the user is in the previous screen, so that when he comes to the video playing screen, the video is ready to play?
Thanks
Chris
Hi,
I'm trying to update my existing SQL server 2008 SP1 installation with SQL Server 2008 R2 (November CTP).
I started the setup and chose the upgrade option and after some time the installer told me to reboot. As soon as I confirmed with OK, it crashed.
After rebooting I can't even run the setup file anymore. it crashes instantly without an error message.
What's the recommended way of troubleshooting this?
Thanks,
Adrian
Hello, I have a table. In this table have select element. How can I find in which table row is select element, from within the select's event handler:
$('#selectElemID').live('change', function(){...});
Thanks
I am wondering if there is an easy way to keep this popup window (span) JPicker (built on JQuery) on top of other modal windows or divs? Zindex, is there a way to make sure the zindex is always on top?
Thanks
Hi,
I don't know if it's appropriate to ask for this but I really need to know what's the initial content of /var/www/vhosts/mydomain.com/conf/httpd.include on Godaaddy's VDS because the conf directory was accidentally deleted by somebody and now I cannot start Apache.
We didn't purchase an assited service plan so Godaddy won't help me with this. So please, if you're using Godaddy's VDS plan, please help me with this.
** I also need to include in httpd.conf the lines needed for Plesk to work.
Thanks a lot
Salutations,
Need some help writing this;
a pseudocode that accepts as input the name and sections(160, 220, 280, 350, 425) of a masquerader, continue to run until a blank name is input. After that, pseudocode should process the amount the masquerader pay.Then pseudocode code output masqueraders name and amount to pay.
Then use programming language Pascal to write this.
Thanks, appreciate your response.
Hi,
I am aware that table valued functions are not supported in previous versions of entity framework. I was wondering if this is now supported in EF 4? I cant see my functions in the edm designer so i'm guessing they are not supported unless I am doing something wrong?
If they are not supported is there a workaround?
Thanks,
Imran
I'm looking at using the MongoDB-CSharp driver for MongoDB on a small test project. The downloads have binary and source, but I can't find any documentation anywhere.
Does anyone know if there's documentation for MongoDB-CSharp, or should I just be reading the source??
Thanks
i'm having 3 years of exp working with excel vba. Now i want to port to excel programming using .net and C#, where can i find learning resources to get up to speed with the equivalent way in C#?
thanks
During many, sometimes inundating, debugging sessions using DDD, I stumble upon loops. And I keep pressing next to get passed it, and if there are many iterations, I just set a break point right after it, and press "continue." Is there any other way to go passed loops?
Thanks
hai to all... i am trying to mark some places on map from xcode(iphone app) but now i can mark the only 1 place at a time ..i want to mark the so many places at a time with titles for them could any one help me its urgent
thanks
hi experts, how to get xcode variables result from one view controller to another view controller,
actually in one view controller i called web services to get userID which is declare as NSString, and in another view controller i want to display the userID which is retrieve from previous view controller, so how this can be done
thanks
Some cells in my SlickGrid table have myClass class.
I added a tooltip for them like this:
$(".myClass").hover(// Mouse enters
function(e) {...},
// Mouse leaves
function() {...});
It works fine, but if I scroll the table to the bottom, and then scroll it back to the top, the tooltip does not appear anymore.
Can someone suggest any workaround ?
Thanks !
Post-release, I have made one small change to one form in our development site in Sharepoint Designer. Is there a way of releasing a change to one form into Production without doing an entire STSADM web site restore ?
Thanks in advance.
I'm working with the ASP.NET Charting Library and I've got it generating a pie chart but I'm having a problem configuring it to generate the pie chart with semi-transparent slices. If you look at the image here you'll see what I'm talking about. Of the 4 pie charts the top 2 and the bottom left chart have the pie slice transparency I'm talking about.
What settings of the chart do I tweak to render the slices with a certain % of transparency?
Thanks!
Hi All,
Please tell the concept of AbInitio recovery file.
When the Abinitio graph fails in execution which cases should we rollback the recovery file and in which cases we shouldnt rollback the recovery file.
Please provide links for any AbInitio materials.
Thanks.