Web development , php , ajax , symfony, framework, zend
In: gadgets
19 Mar 2010Yesterday Andrew told us how Windows Phone 7 Series was not going to come with the Copy and Paste function which also happens to be one of my 8 reasons not to ditch your iPhone in favor of the first Windows Phone 7 Series handset that’s going to be available in stores this fall.

But now, in an anticipated turn of events, Redmond itself has decided to confirm to everyone that Copy and Paste, a function that “nobody really uses”, will be coming to the WP7S universe at some point after launch, which is still better than nothing.
So if Microsoft was going to include Copy and Paste and Flash in its new mobile platform why not do so from the beginning? Why take an Apple-like approach and launch the first phone running a new OS without some very basic features.
Unlike Apple, who offered us the Copy and Paste function after a very long period of time after the launch of the original iPhone, Microsoft will offer the same functionality a lot faster. And unlike Apple who hates the guts of Flash, Microsoft will make Flash available to the masses.
If all that comes true then it means I’ll only have 6 reasons not to replace the iPhone with a new Windows Phone 7 Series smartphone. But until then the first users of WP7S handsets won’t be able to Copy and Paste anything which is pretty annoying in my book. I like to Copy and Paste every once in a while. In fact in some days I think of six impossible things and Copy and Paste them on my smartphone before breakfast.
On the other hand I’ll also appreciate the lack of Flash and Copy and Paste function in the first handsets that are going to run Windows Phone 7. You know why? Because should Microsoft have wanted to include them in the first place then we’d see Windows Mobile 7 emerge only at some point in 2011 which is not something we really want to witness. Instead we want to see the iPhone 4G battle all those HTC HD2-like handsets by the end of the year. But don’t tell anyone, it’s a secret!
Original Post Link: Windows Phone 7 to Get Copy & Paste Support Later [Microsoft Says Copy & Paste Function Will Head to WP7S Phones After Launch; Money Will Grow on Trees Thereafter] | Published by TFTS – Technology, Gadgets & Curiosities
Related posts on TFTS:
This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.
2 Responses to Windows Phone 7 to Get Copy & Paste Support Later [Microsoft Says Copy & Paste Function Will Head to WP7S Phones After Launch; Money Will Grow on Trees Thereafter]
Cozmosis
March 28th, 2010 at 1:37 am
Here is an event macro that will duplicate the images from one sheet to another automatically.
To install the macro…
Select the sheet you want to have the pictures copied to
Right-click on the sheet tab and select View Code
Paste the macro below in the VB edit window.
The macro is currently setup to copy pictures from the worksheet called "Sheet1". You need to change the name in the code to the name of the worksheet you want to copy From. Where it says…
Set ws = Sheets("Sheet1")
…change "Sheet1" to your sheet's name.
Once the macro is installed, select Sheet1 in Excel and add or delete a picture. Select the sheet where you installed the macro and it should have identical pictures.
—
Private Sub Worksheet_Activate()
Dim ws As Worksheet
Dim shp As Shape
'
'Name of sheet you want to copy images from
Set ws = Sheets("Sheet1")
'
Application.ScreenUpdating = False
For Each shp In Shapes
If shp.Type = msoPicture Then shp.Delete
Next
For Each shp In ws.Shapes
If shp.Type = msoPicture Then
shp.Copy
Range(shp.TopLeftCell.Address) _
.Activate
ActiveSheet.Paste
End If
Next shp
Application.CutCopyMode = False 'Clear Clipboard
Application.ScreenUpdating = True
End Sub
—
Leah
May 13th, 2010 at 8:30 am
Tap Tap 1,2,3 or metallica, any tap tap game
Touch hockey
Pocket Tanks,
iShoot
those are the best.