Search Results

Search found 3 results on 1 pages for 'treeuk'.

Page 1/1 | 1 

  • How does Silverlight Image Clipping work?

    - by TreeUK
    I've got a very large image which I'd like to use for sprite techniques (à la css image sprites). I've got the code below: <Image x:Name="testImage" Width="24" Height="12" Source="../Resources/Images/sprites.png"> <Image.Clip> <RectangleGeometry Rect="258,10632,24,12" /> </Image.Clip> </Image> This clips the source image to 24x12 at the relative position of 258, 10632 in the source image. The problem is that I want the cropped image to show at 0,0 in the testImage whereas it shows it at 258, 10632. It's using the geometry as a cutting guide but also as a layout guide. Anyone have any idea how this should be done? if at all. Conclusion: There seems to be no good way of doing this at present, Graeme's solution seems to be the closest to achieving this with Silverlight 2.0. That said, if anyone knows of a better way of doing this, please reply with an answer.

    Read the article

  • Blackberry - "[projectname].debug file is missing" and "I/O Error: Cannot find program "jar"

    - by TreeUK
    I'm running eclipse with the Blackberry Java Plug-in, working on a 1.4.5 Blackberry project. The project has been building and debugging in the emulator normally until I started getting: A prompt saying "[projectname].debug file is missing". A message in the Blackberry Packaging Console saying "I/O Error: Cannot find program "jar": CreateProcess error=2." Anyone have any ideas what could be causing this?

    Read the article

  • How can I write an autostarting dock app for the Mac?

    - by TreeUK
    I have an application I'd like to build that starts when you start the mac and will appear in the dock. I have some experience with Objective-C and iPhone dev but none with Mac dev, I'm also a PC user normally so I'm not au fait with the norms of Mac usage. Any guidance here is appreciated. How do you get an application to autostart? Can you run an app in the tray bar? (with the clock etc in) or do apps only run in the dock?

    Read the article

1