I realise this seems a stupid question but I have googled this to death with no results so here goes:
I have two files, game.h and player.h. Each contains a reference to the other.
I started by simply putting an include to the other each file. This resulted in an infinite loop when I compiled...
I am new to C++ and I think I may have thrown myself in a bit too deep!! I have programmed before in Delphi and Java so I think this may be more of a syntaxical problem.
I am trying to create a class and, on calling the constructor, pass a filename to the constructor. As it stands I'm trying to...
While I am typing, and usually after the prompt box has popped up, Delphi sets the file I am editing to read only!!
It's only recently started happening and only seems to happen when the prompt box is displaying parts of an object I have created.
Sometimes I can set it back to edit and carry...
Ok, so it's just me being stupid!! I declared UFID as an array and forgot to specify the array element!! If anyone else has a similar problem, the correct code should be:
info.UFID[i].owner := LeftStr(strreadin, compos - 1);
info.UFID[i].identifier := RightStr(strreadin...
I don't know if its just how you typed it or whether it's meant to be like that, but you have no colon after D!!!!
Is it meant to read D:\Programs??
Just a passing thought
Hope it helps
I am trying to assign values to two properties of an object I have created. The relevant parts of the declaration are below:
type TTagv2 = record
//Variables used by unit
exists: Boolean;
//Frame variables
UFID: array of record //Unique file identifier
owner: string...
Sound to me that its a problem with something you have done to all the affected computers. It isn't really something that coincidentally happens to 5 computers at once!!!
Also check for viruses. If you find a virus, take the affected computers straight off the network as this will be how it...
I am using a media player object and I'm having trouble getting it to pause and resume.
Whenever I pause it, it seems to stop instead. The Mode property is mpStopped and even if I use Resume it still plays from the beginning.
Anyone got any ideas?
Gary
It is a problem with your logitech mouse. For some reason even usb mice come up as ps/2 compatible!!! try the logitech website for the latest drivers for your operating system
Hope it helps
Gary
If you right click on the icon in the start menu for front page and click on properties the target box will show you where the .exe file for front page is located.
Navigate to this through the open with... dialog and viola! You've done it!!
Make sure to check the 'Make this the default...
I had a quick google on the subject of scripts to get user rights but with no success. I did however have a mini-brainwave!!
It is possible through VB, and therefore it might be possible through VBScript, to get the username of the current user logged on.
If you used this in conjunction with a...
Depending how many users you have, you could always set a background for each user? I would assume that only a few people can change user rights, so just get them to change the image with the rights!!
I will look into other ways for you
Hope it helps
Gary
I had this problem when I installed Vista on my laptop. It turned out to be a dodgy driver for my Nvidia Go 7400 graphics card.
If you have installed any new hardware lately or you're using a driver designed for an older version of windows, boot into safe mode and uninstall the device from...
Success!! Thank you very much.
I think you were right, it was running too fast to keep up with and while redraw slowed it down enough to see, the fact that it had to redraw so much made it flicker.
Thanks a lot
Gary
Ok so I've solved my own problem in part at least!!
I was refreshing the whole form. So even if the player frame (the one with lots of buttons on it!) wasn't being moved, it was being refreshed.
I still have a problem with the flickering when I move the player however. And I'm worried that...
Where in the register procedure did you put them. I would imaging they would have to go at the start, before you register the component? Again, this is all guesswork, but you cant complain if it works!!!!
Hope it helps
Gary
It's worked on three out of the four frames. But they are the three that have an image and a label and thats it!!!!
The last frame has about 20 images buttons and it still flickers, even when it's not being moved!!!!!
There are a couple of things you could try:
Firstly, assuming you will have text by every + sign, change the margin or padding to a minus figure. I'm not sure if this will work. I haven't used these properties much in the past!
If that doesn't work you can try absolutely positioning your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.