Topic profile page for Callbacks.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Callbacks.
Topic "Callbacks" was discussed 3,335 times on 865 sites in last 3 months
Started 3 days, 1 hour ago (2009-11-28 20:03:00)
by Arian
I just upgraded my mod from BUG 3.6 to BUG 4.2. All went fine except the Python Callbacks don't work anymore. After talking to EF, I post my files here: Here's the stripped ANDGameUtils.py. All default functions are removed. They are ofcourse still in the original BTS CvGameUtils.py. Spoiler : Code: ## Sid Meier's Civilization 4 ## Copyright Firaxis Games 2005 ...
Started 3 days, 9 hours ago (2009-11-28 12:40:00)
by mfratto
I am self-learning Java using the BigJava text book and I have a question about an callbacks. The code below is from the example in the text book. The example adds rectangles and stores the largest area as well as the average size. What exactly is a call back? From what I can see, in the main method, we instantiate a RectangleMeasurer (which implements a Measurer interface). We then ...
Started 1 week ago (2009-11-24 17:06:00)
by hubbobubbo
Hi I have a dll that I just ported to Symbian and I want to start making the GUI in QT. The DLL uses callbacks to notify of asynch events in the dll. My question is simply: What is the best approach for handling these callbacks in QT. The callback function must not under any circumstances block the calling dll thread so I expect that I have to copy the information given in ...
Started 2 weeks ago (2009-11-17 02:02:01)
by unbeleivable
not really important, just some random jc thing for abdc.... ABDC : JC to judge audition callbacks ABDC Audition Changes for Season 5: crew size, callbacks with ABDC judges and alums! Next day call-back and challenge: Some of the auditioning crews will be invited to perform in a call-back. As part of the process, they will be given a challenge and about 30 seconds of a song and ...
Started 2 weeks, 5 days ago (2009-11-12 11:29:00)
by Alex
Hello, Is it safe to call FltGetStreamHandleContext from a pre-IRP_MJ_ACQUIRE_FOR_SECTION_SYNCHRONIZATION callback in a minifilter? Couldn't find any documentation about this (or the callbacks in FsRtlRegisterFileSystemFilterCallbacks). Thanks!
Started 1 week, 1 day ago (2009-11-23 07:39:00)
by graffy76
Hello, I'm trying to port some VBA classes I wrote to .NET. The classes basically act as event managers that allow me to assign custom callbacks to any control / form event. I've just got started with VB.NET and I have thus far figured out writing VB.Net functions and exposing them to COM so they're callable within VBA. However, when I try to write a .NET function that ...
Started 1 week ago (2009-11-24 15:56:00)
by Michael Zhu
Hi guys, I have 2 questions about PreCreate() and PostCreate() callbacks. 1. For PreCreate(), Under what conditions, the passed in FltObjects-> FileObject could be NULL? And why? 2. According to my test, in PostCreate(), if the operation fails, the contents of the FileName buffer were changed. The FileName.Length was changed to 1 in my case. And I want to reissue the create with ...
Started 2 days, 16 hours ago (2009-11-29 05:43:14)
by kinodance
***AUDITION ANNOUNCEMENT*** KINODANCE COMPANY - Boston-based intermedia performance collaborative SEEKING 1 MALE & 2-3 FEMALE DANCERS FOR TOURING ENGAGEMENTS IN NEW ENGLAND 2010 Sat. December 12th 9am - noon @ Gina Gibney Studio 5-2 890 Broadway, NY, NY Studio Phone: 212.677.1818 *Callbacks will be on Sun December 13th 10 - 1pm at PMT Studio @ 69 West 14th Street, NY, NY ...
Started 2 days, 16 hours ago (2009-11-29 05:44:25)
by kinodance
***AUDITION ANNOUNCEMENT*** KINODANCE COMPANY - Boston-based intermedia performance collaborative SEEKING 1 MALE & 2-3 FEMALE DANCERS FOR TOURING ENGAGEMENTS IN NEW ENGLAND 2010 Sat. December 12th 9am - noon @ Gina Gibney Studio 5-2 890 Broadway, NY, NY Studio Phone: 212.677.1818 *Callbacks will be on Sun December 13th 10 - 1pm at PMT Studio @ 69 West 14th Street, NY, NY ...
Started 4 days, 7 hours ago (2009-11-27 14:04:00)
by kempelen
Hi guys, TinyMCE 2 advanced theme insert link and insert image had two callbacks, to replace the default popup windows with mine: insertlink_callback : "myInsertLink", insertimage_callback : "myInsertImage" I specified my own functions, and a lot of nice paramters of the image or link were passed to it function myInsertImage(src, alt, border, hspace, vspace, width, height, align, title, ...
Started 4 days, 3 hours ago (2009-11-27 17:57:00)
by ASJoke
Is there a mechanism in Action Script for modifying a swf similar to the mechanism of javascript and Ajax callbacks (server response to post, modifying state without need for reload)? Thank you JK
Started 5 days, 15 hours ago (2009-11-26 06:42:00)
by lav.agrawal
Hi, I want to use VLM in my .Net project and I was trying to define VLM event callbacks, and I am using VLC 1.0.2 release but I found there is no libvlc_vlm_get_event_manager() method defined in libvlc.dll. Can anybody help me to define VLM callbacks with c# .Net project. Thanks Regards Lav Agrawal
Started 2 days, 5 hours ago (2009-11-29 16:16:00)
by EmperorFool
I can only guess what that callback does, so this info is pretty general. Each callback needs to be defined somewhere and if it has a return value, given a default value. BUG has been told about all the original callbacks in CvGameUtil, but you must tell it about any new callbacks that you add. Here I am talking about the definition of the callback itself (name and default ...
Started 3 days, 8 hours ago (2009-11-28 13:20:00)
by axeljaeger
For correct speech: You do not create queued signals but you do a queued connection. You can also do a syncronous connect to such a signal side by side with queued connections. Blocking the GUI means that the thread in which the GUI runs stops. Because the thread of your dll is a different thread, it works as you describe.
Started 2 days, 14 hours ago (2009-11-29 06:55:00)
by yawmark
mfratto wrote: I didn't go into details in my original post about what I researched, learned, or tried so I didn't waste anyones time. Except that when you don't provide the relevant details, then we waste time trying to guess at what you actually need. ~