|
I tried some regex tools like Regulator, Regulazy & RegexBuddy. They don't do what I want and they expect the user to know regular expressions.
I want a tool for dummies. You tell the tool I need a regex for something like "match anything that ends with...
Started by Abdu on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Althought it's also a tester i find it quite useful as it's really easy to get to it while learning.
|
|
Example:
I have an class that inherits from UIImageView. An object creates an instance from that class. Now, that class needs a weak reference to it's parent. I could make an initializer where the object has to pass "self" to the new created object. But...
Started by Thanks on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The problem you would have with such a function even if it was available is what would occur if the "parent" object has been deallocated?
You might want to take a look at:
SO question... .
I don't think there's any way to do this natively in the language .
|
|
Posted 02 February 2012 - 10:22 PM
All I want to do is transfer LPs and clean them up a little. I want to know what has the most I need.
Started by roofdog on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at roxio):
If you go to THIS TOPIC in the Easy CD Creator 5 forum get through all that.I want to know....
Roofdog, on 03 February 2012 - 03:36 PM, said:
XP
Easy CD Creator 5 works fine in XP without all for the delay, I was busy elsewhere.
|
Ask your Facebook Friends
|
Posted 09 January 2012 - 09:19 AM
Before I purchase a new Dell 64 bit computer, I would like to know if my "easy cd creator 5" will work with it. I now have a Dell T3500 32 bit system, with both win XP and win7 (on 4th hard drive). My sound stream even...
Started by jivenet on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at roxio):
Like and Windows Media Player break....
I have Roxio 5, 7.5, 2009, 2011, and I still only use "easy cd creator 5".
I now works on win7.
A new Dell 64 bit computer, I would like to know if my "easy cd creator 5" will work with it.
|
|
Posted 22 January 2012 - 01:57 PM
Hi, I have been using Easy CD Creator 5 for a long time. I am blind and it is very user friendly. I have a Dell computer, Windows XP, SP 2.
I had to install a new cd/dvd writer: Lite on 24X, iHAS424.
After the install...
Started by Ed G on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at roxio):
I don't know, and can't which might fool Creator....
It might be that yours was working OK because Creator was installed before IE8.
Parts stop working.
With I.E.8 - We have found that Creator usually has problems with I.E.7 and above.
|
|
Posted 09 February 2012 - 09:57 PM
VISTA. I meant VISTA. Unfortunately I can't edit the title of the post. But I meant to say Either Easy Cd Creator 6 Or Photosuite 5 Causes Total Failure In Vista.
Well, I got some software that originally came with a...
Started by medworks on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at roxio):
Roxio easy cd and dvd creator 6 and roxio, and THEY were not problems....
Well, I got, and EVERYTHING was installed except for TWO THINGS .
But I meant to say Either Easy Cd Creator 6 Or Photosuite 5 Causes Total Failure In Vista.
|
|
I'm a Kindle DX owner and I normally download some free PDFs from the internet, but I prefer to read then using the PRC format. As I'm a Linux user, I can't use Mobipocket Creator, then I want to ask for a alternative.
Started by Nathan Campos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It's quite easy....
So you can install mobipocket creator using a virtual machine, but you...).
But mobipocket creator doesn't run in wine.
Mobipocket creator to extract the images and then to make a prc without these images.
|
|
Hi,
Anyone knows about some 8-bit game creator software that runs under GNU/Linux?
I want to make some funny game in my spare time, but I prefer to have a tool (or a set of tools) that will help to keep it just a spare-time-project, thus not involving...
Started by dag729 on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
FOUND IT!
Here.
Unfortunately, it's only for Windows.
About Flash under Linux, however, it's not really easy, you can find some informations editing, and claims to be quite easy to use.
|
|
I want a tab control to "dock" to the entire window panel, in Qt Creator. Now in Winforms and WPF this is super easy but in Qt its not working.
I've tried all the layouts, grid layouts, etc etc. it's just shrinking the tabs not making them grow to fill...
Started by Joshua on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm unsure what you are trying to achieve here - do you want the control to fill the client area? Are you creating a QMainWindow-derived class or a QDialog-derived one? If using QMainWindow then you'd make the tab control the... .
I have the same issues..
|
|
When I hit a normal assert statement while debugging with Visual Studio I get the option to break into the debugger so I can see the entire stack trace and the local variables, not just the assert message.
Is it possible to do this with Qt Creator+mingw...
Started by Dan Berindei on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It should be easy to insert a break in a custom.
For qInstallMsgHandler and the example they give there.
|