Re: delete *object not working properly Programming Software Development by Moschops bullets is an array of pointers to Bullet objects. When you … that memory, that you are storing in the array called bullets, remains in existence and continues to point at the same… there for a long time. This test here: [B]if( bullets[i] != NULL[/B] It is up to you to set… Re: The "answer song names with song names" game Community Center Geeks' Lounge by cecil.vera bullets - creed bullets missing in UL Digital Media UI / UX Design by ggeoff Hi Most people want to disable bullets! I can't see mine. If I disable my CSS …external stylesheet I see the bullets, and as a consequence disable my horizontal list used to… would function properly. Well it does except for the missing bullets! Has anyone any information as to why I have missing… Re: bullets missing in UL Digital Media UI / UX Design by ggeoff … The ul looks fine except for the fact that the bullets are not visible. Disabling the stylesheet proves that the… bullets are there, so there is something wrong with the stylesheet…using a dark grey background I thought that maybe the bullets are not showing, so I altered the background color but… Re: bullets missing in UL Digital Media UI / UX Design by teedoff [QUOTE]Disabling the stylesheet proves that the bullets are there[/QUOTE] No actually that may prove that you could have styled the list to remove the bullets, or you might have a box model issue...or a number of things. As suggested, speculation is the best anyone can do without seeing your code or even better your live test site link. Re: bullets missing in UL Digital Media UI / UX Design by ggeoff … were the same and the ul works correctly in MSIE9 bullets shown but not in the other browsers. Safari is so… Re: bullets missing in UL Digital Media UI / UX Design by carrieathomer … looks like black, so there is a chance that your bullets are in a camouflage . When you set the body background… Re: bullets missing in UL Digital Media UI / UX Design by ggeoff … looks like black, so there is a chance that your bullets are in a camouflage . When you set the body background… Re: bullets missing in UL Digital Media UI / UX Design by ggeoff [QUOTE=teedoff;1667450]No actually that may prove that you could have styled the list to remove the bullets, or you might have a box model issue...or a number of things. As suggested, speculation is the best anyone can do without seeing your code or even better your live test site link.[/QUOTE] Thanks teedoff Useful observation! Geoff Re: bullets missing in UL Digital Media UI / UX Design by ggeoff … color one of which must have influenced matters as the bullets that are visible only in IE9 disappeared. Lytebox.css lists… Re: bullets missing in UL Digital Media UI / UX Design by ggeoff Forgot to add where the bullets are missing its the Profile page. Bullets in my game (ish) Programming Web Development by jackmaverick1 … far, its gone pretty well, but recently I started on bullets. This also has gone well. I've decided to try… Re: player shoot bullets class Programming Software Development by JamesCherrill … paint method. Maintain a list of all the current active bullets, and make that list available to the main class. In… method. The simplest way to share the list of active bullets is to have a `public static ArrayList<Bullet>… other class can access that list to iterate through the bullets. If you are going to have different types of things… how to use bullets Programming Web Development by dskumar_85 hai friend's how to use the bullets in HTML , we use the editor for hmtl is dreamviewer , ya i use the bullets but the aligment change's if i use the bullets' How can I align bullets and list items Digital Media UI / UX Design by ryy705 Hello, I am trying align bullets with the bottom of the text in the li tags. …I used different font sizes for text and bullets because that's what the design calls for. But since… use top and bottom margin to align them with the bullets. Please advice. Any help is appreciated. Here is my HTML… Re: How can I align bullets and list items Digital Media UI / UX Design by Veneficae Using an image to replace the bullets is your best shot. The following code will achieve just … reply; any format can be used. */ } [/code] If you want bullets, simply make a file in Photoshop or another graphics editor… 'filename' with the correct one, and that'll replace the bullets. The good thing about this method is that if the… player shoot bullets class Programming Software Development by game06 …gt; store_bullets = new ArrayList<shoot>(); //store bullets ... //set and get methods public ArrayList<shoot>…getBULLETS() { return store_bullets; } public void setBULLETS(shoot value) //add bullets { store_bullets.add(value); } .... public void KEYS() //i am … How to open word file with images and bullets in a rich text box in c# Programming Software Development by mayankshri … through open dialog box. It works fine but images and bullets are not shown in a rich text box. i want… to open open word file with images and bullets in a rich text box. I am using this code… Delphi 7 TRichEdit not recognizing bullets Programming Software Development by KE50 … text is pasted from MSWord to a TRichEdit control, the bullets are well formatted (on the display) but after; Fetching the… the saved rtf string back to the TRichEdit control The bullets are being formatted as fullstops Using Delphi 7, Windows xp… Re: player shoot bullets class Programming Software Development by game06 i have a question on arraylist? what is the reason for storing bullets. i am using player without storeing and i can use collision and other function on it. is it so if i shoot my 1st bullet than i can use function on it but if i shoot my 2nd bullet. than java forget about 1st bullet and it will use collsion function on 2nd bullet, not 1st bullet? Re: Delphi 7 TRichEdit not recognizing bullets Programming Software Development by KE50 I found that by changing the font charset to ANSI_Charset it is possible to retain the formatting but the moment I change the font Name to "Times New Roman" and the font size to "11" the formatting for the bullets gets lost Re: Delphi 7 TRichEdit not recognizing bullets Programming Software Development by KE50 What is the relation of the Charset and the font name since changing the font name seems to change the way the bullets are being interprated Custom Styled Numbered Bullets Digital Media UI / UX Design by kaleemz i don't have an exact idea but can someone please guide me that are custom bullets of the style [B](1)[/B] or style [B](a) [/B]etc possible in HTML? If yes can you please provide me help that what CSS i have to create to achieve this Javascript Bullets and Numbering Programming Web Development by sunilsinha Hi, I need to indent text of textarea control with either bullets or numbers How can we achieve this in javascript. Any help will be greatly appreciated. Thanks in advance Re: Javascript Bullets and Numbering Programming Web Development by Airshow …]I need to indent text of textarea control with either bullets or numbers[/QUOTE] Maybe you just want a scrolling area… Adding bullets in shooter Programming Software Development by delizihin I have problems with adding bullets. I know I can add pictureboxes with commands, but I … Limiting bullets fired with time.clock()? Programming Software Development by Frensi … try to implement that it just won't work. The bullets keep firing multiple times a second. Here's my code… Re: Custom bullets in <ul> Digital Media UI / UX Design by MidiMagic … you have a sublist inside the list with the custom bullets, you will need to create another style to return the… bullets or numbers of the inner list back to the proper … Why won't my asteroids do anything?! Programming Software Development by skatamatic …++) { Bullets[i].iTick++; if (Bullets[i].iTick < BULLET_TICKS) { Bullets[i].pnt.X = (int)(Bullets[i].pnt.X + Math.Sin(Bullets[i].dBulletAngle) * Bullets[i].dBulletVel); Bullets Help with Pygame lists and collision detection Programming Software Development by ben.juarez.773 …if playerRect.colliderect(bA): return True return False def bulletCollide(bullets,baddies,baddiesA): for b in baddies:#lists will not collide…? if bullets.colliderect(b): baddies.remove(b) for bA in baddiesA:…