Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by TrustyTony For our long discussion: [url]http://www.daniweb.com/code/snippet216632.html[/url] Both jumping to first unread and going to last message by poster's name does not work. Also jumping to specific post does not work: [url]http://www.daniweb.com/forums/post1253810.html#post1253810[/url] Jumping on an object Programming Software Development by corby … object collision but im not sure how. My code for jumping for an image with a certain height is below. I… TO JUMP public void jump(){ if(peak == false) v--;//character jumping if(v == 250)//max height for jump peak = true; if… jumping from function to function Programming Software Development by Jacobah … My dialog include button and using event handler I am jumping to request function my problem is that: When I am… Re: jumping from function to function Programming Software Development by mike_2000_17 … to look at for achieving whatever goal to which this jumping problem is a problem for. I suggest looking into the… jumping from script mode Programming by Gordon_2 i've just got python ver3 it keeps jumping outof script mode what am i doing wrong, is there a command to return it to script mode ? Re: Jumping to the next boot device? Programming Software Development by lee.j.baxter … pain, I don't quite understand what you mean by jumping to the next sector, and how it would switch to… it restarts)... Please could you explain what you mean by jumping to the next sector? Thanks :-) testing is player is jumping or not jumping. falling or not falling. Programming Software Development by hwoarang69 … set jump to true only if only is not jumping. public void hitJUMP(Ground g) { if(jump … } } else if(jump == false) //if player is not jumping so that mean player is falling { y += 4; //player …how to test when is my player is jumping or not jumping. but falling part is confusing to me… Mario Jumping method Programming Software Development by llemes4011 Hi, I was wondering is anyone could help me out. I'm trying to program Mario as my final for my comp sci. class. I'm not working about the actual Sprites now, just the basics, ie, moving, jumping and collisions. I'm stumped on the jumping part. Is there a good way to make him jump while retaining his x Velocity, and moving in a smooth arc? help mouse jumping Hardware and Software Information Security by regina11 my mouse is jumping around like crazy i think i have a virus or … also i think i need some help with this mouse jumping it may be a virus or something it just started… Re: help mouse jumping Hardware and Software Information Security by ngisy [QUOTE=regina11;906497]my mouse is jumping around like crazy i think i have a virus or … also i think i need some help with this mouse jumping it may be a virus or something it just started… Re: What does it mean keep it a website from jumping? Digital Media UI / UX Design by Garidius … Xenu, and it's great showing bad links. Regarding the jumping, I undertand better, and I think it could be when… reports Html, CSS errors? for example, to see why the jumping occurs or some other errors. Many thanks again. Web page jumping down when browser window is shortened Digital Media UI / UX Design by Aliciajp I need help figuring out why a web page is jumping down in IE when the browser windows width is shortened. My clients have very small monitors and the webpage jumps down about an inch . Please HELP!! Re: Web page jumping down when browser window is shortened Digital Media UI / UX Design by MidiMagic …. 3. You have code with the text fill-in cursor jumping to a place which is not on the screen. The… Mouse jumping bug Hardware and Software Information Security by slacke Does anybody know about some virus or malware which causes the mouse jumping in periodical time (1s). If I restart from safe mode it dose not load this bug. If I restart from normal mode it loads the bug. Or it is just a OS bug?? What does it mean keep it a website from jumping? Digital Media UI / UX Design by Garidius …, 1-) What does it mean keep it a website from jumping and how to do it (in general)? 2-) Is something… CSS3 Jumping transitions Digital Media UI / UX Design by jammmie999 … have any idea how I can continually scroll it without jumping back to beginning after 20s. If I adjusted duration this… Prevent aspx page jumping to the top portion under button click. Programming Web Development by korathualex Prevent aspx page jumping to the top portion under button click..I have set update panel but triggers are given for fileupload and few other given...Hence post back occurs....But still i want the aspx page to remain where it is... Re: Prevent aspx page jumping to the top portion under button click. Programming Web Development by LastMitch **@korathualex** >Prevent aspx page jumping to the top portion under button click..I have set … Number jumping Programming Software Development by Yuki_1 Hey guy,I would like to do a number jumping just like the picture.In the textbox,it will show … Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by Dani Hi, Thanks for the bug report. :) Will investigate ... although it seems to be a bug report that's existed for a very long time already. Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by Nick Evan >> although it seems to be a bug report that's existed for a very long time already. Your point being? 1. Whoops, I'd better get it done right now 2. It's been around for so long, I'm not going to fix it Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by ~s.o.s~ Maybe her point was that it's a long standing vBulletin bug which hasn't been fixed till now... Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by Dani I mean that I am adding it to my todo list. However, I am still spending everyday squashing bugs and fixing problems with the new design. Therefore, a problem that no one has discovered for years but has existed all that time is lower down on my priority list. Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by TrustyTony Is that bug list public so we know what is not supposed to work? Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by Dani No because as the only person working on the dev, it's more of me squashing little things and tweaking little things as they arise. Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by TrustyTony [QUOTE=~s.o.s~;1260220]Maybe her point was that it's a long standing vBulletin bug which hasn't been fixed till now...[/QUOTE] Mayby any link to vBulletin bug list bug tracker or something like that to DaniWeb? Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by ~s.o.s~ vBulletin has a public accessible bug tracker which you can find [URL="http://tracker.vbulletin.com/secure/BrowseProjects.jspa?selectedCategory=all"]here[/URL]. But yeah, finding the bugs which are affecting you might be a bit of bother given that Daniweb uses some kind of customized vBulletin. Re: Jumping into end of thread/first unread not working (code snippet problem?) Community Center Meta DaniWeb by TrustyTony Maybe my issue of report was [url]http://tracker.vbulletin.com/browse/VBIV-7128[/url], but I can not be sure. Two issues were only assigned for solving in [url]http://tracker.vbulletin.com/secure/IssueNavigator.jspa?sorter/field=assignee&sorter/order=ASC[/url]. Re: Jumping on an object Programming Software Development by NormR1 No idea what your code is supposed to do. Can you explain your problem in terms of x and y values? You have a character at one x,y location and an object at another x,y location. Then what do you want to happen? How are the x,y values changing for the two items in question? Re: jumping from function to function Programming Software Development by Ancient Dragon Everything in MFC is handled via events -- messages that are passed through the event handler ([URL="http://social.msdn.microsoft.com/Forums/en-US/winforms/thread/b44f06fb-fc4a-4fac-87cd-48b2953ea5fa"]Windows Message Pump[/URL])located in an MFC function that is called from main(). OnStnClicked() will not be called until program control …