Re: Bouncing Balls: Creating a new ball when two balls collide Programming Software Development by jprog1000 Hello, Thank you again so much! All your additions are clear, but it seems like whenever two balls collide, more than one ball is added to the arraylist and painted. Any way to have just one ball added to the panel for every collision? Have some kind of a toggle flag in paintcomponent? Regards Re: Extracting values from capturing groups in regex Programming Software Development by AndreRet … <td> tags. You should also use re.DOTALL flag to make the dot (.) in the pattern match newline characters… Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by jimlaver flag Re: wat is flag??pls...can someone explain it to me!! Programming Software Development by b2daj flag is a preordered keyword that isnt avaible to be used as a variable or a function name or a structure name blah blah.... simply change the keyword and it'll work Re: Why these button are there ? Community Center Meta DaniWeb by ~s.o.s~ > "Flag bad post" In case you want to rectify something … or you have a duplicate post which you want to flag for deletion. > "Post Reply" You want to… Re: mysql database Programming Software Development by peter_budo Flag Bad Post is marking a post if something is not in order from spam, wrong forum, request for help through email or phone, basicly anything what may be in your opinion against forum rules. Once we recieve report, we check it and make decision Re: Final Year Project In Java Programming Software Development by Ezzaral Flag Bad Post calls a post to the attention of the moderators for things like spam, egregious rule violations, misplaced posts (ie.e wrong forum), etc. Re: Guidelines, Forum information, and how to do stuff! Community Center Meta DaniWeb by jasimp "Flag Bad Post" button it's on every post. Although usually a thread bump is just left alone. Re: VB6 complier Programming Software Development by Freaky_Chris Flag this for move...or move it now! please :DDDD @OP: read the rules about posting please Chris Re: Time To Wake everyone up - Words Within Words Community Center Geeks' Lounge by stephen84s flag, cage, game freedom Re: how to loop in switch?? Programming Software Development by rahul8590 flag is a variable name .. u can also write ur name instead of that.. its just that i am a bit convenient with that name that's its..... and i am also giving an option in switch case if the user wants to exit. both the way it works..... Re: ASP TO PHP translation help required Programming Web Development by diafol Flag bad post to moderator and explain why Mike. Re: Deleting a question from Dani Web Programming Web Development by Ezzaral Flag Bad Post is preferred, as all moderators will be able to see it instead of just a single individual. Re: What does it take to be banned from this site? Community Center Meta DaniWeb by happygeek Flag the posts as bad, they will appear in the reported posts forum and the mods/myself will then investigate and take any appropriate action. <later> Ah, looks like you did that and he has, indeed, now been banned after having received warnings about his behavior initially. Re: jquery click and hover questions and issues Programming Web Development by diafol Flag it as a bad post and explain what you want to do. Re: Extract data from string Programming Software Development by HiHe flag = None should be okay Python object None is simply an empty object/value Re: Invalid Email DNS Programming Web Development by jkon - flag the low hanging fruit -  you wrote (....what a phrase) .... do … Re: Flag Programming Software Development by engrjawad … main(String args[]){ int num = Integer.parseInt(args[0]); int flag=0; for(int i=2;i<num;i++){ if….println(num+" is not a Prime Number"); flag = 1; break; } } if(flag==0) System.out.println(num+" is a… Flag Programming Software Development by engrjawad What is a flag in java? when do we need it in our program? what it is used for? Re: Flag question in quiz Programming Software Development by bertha … qns,all button are working fine except one button NEXT flag. Does any body can assist how to impelement please. I…. " NEXT FLAG QUESTION" CODE Populate first flag If not Populate next flag Do while ++ Click next flag Check previous flag answer (same as… Re: Flag question in quiz Programming Software Development by JOSheaIV …and create new event handler for button Instructions.Text = "Flag"; Instructions.Click -= this.Instructions_Click; Instructions.Click += this.… Flag_Click(Object sender, EventArgs e)// Event handler for flag button { //flag instructions to go here } private void Line1_Click(object … Re: Flag question in quiz Programming Software Development by mcoliver88 … new event handler for button Instructions.Text = "Flag"; Instructions.Click -= this.Instructions_Click; Instructions.Click … sender, EventArgs e)// Event handler for flag button { //flag instructions to go here } private void … FLAG and InputBox Programming Software Development by TommyTran … word, there will be no more inputBox. How can we FLAG (stop) the inputBox, or let the inputBox know when to… "Flag" a post for future review Community Center Meta DaniWeb by daviddoria I saw a post today that I said "hm I'd like to have a closer look at that tonight". Is there anyway to "mark" or "flag" a thread to put it in your "favorites" or something like that? Dave Flag bad post 1 why? Community Center Meta DaniWeb by layman114 why my post has a flag bad post as 1? is it because i wrote 'Silly'? Re: Flag bad post 1 why? Community Center Meta DaniWeb by pritaeas You don't have any downvotes. You got an **upvote** from me because you shared what solved your issue and marked the thread as solved. The "Flag Bad Post" link next to it is to notify moderators, and is not related to that number. Flag question in quiz Programming Software Development by mcoliver88 Hi I am creating a quiz in C# and i want to know how to flag a question that the user is unsure about. At the end of the quiz i would like them to review flagged questions. How can i do this? So far i have created the array of questions and answers. Thanks for any help Re: Flag question in quiz Programming Software Development by mcoliver88 … and answer them, When the question is answered then the flag is removed. Another thing probally sound really stupid but when… Re: Flag question in quiz Programming Software Development by JOSheaIV … value of their new answer, and then simply change the flag to false (however the way this loop works, it wouldn… Re: Flag question in quiz Programming Software Development by JOSheaIV … putting it in that if statement, if they don't flag it, then you won't increment). Also make sure you…