Hi,Christian Lippka Nice to receive your leeter ,and I am sorry for late response .Thanks for your suggestion.
I am working on this > your changes in sfx2/source/control/bindings.cxx > > if( !pImpl || ((long)pImp)==0xfeeefeee) > > Whatever you try to do with it, this is wrong. 0xfeeefeee is a value we > fill already freed memory in the > debug version only. I guess you have added this line because of a crash. > But this does not fix your > crash, you have to find the cause of the crash. > Why /I will not get called every second ,how can I /get called every second . / /you tell me to use the osl/time.h ,figure out the perpage rehearsal time like this : subtract the start time from the ended time ? > your changes in sd/source/ui/slideshow/slideshowimpl.cxx > > Using a 1 second timer to implement a clock is not an option, you will > not get called every second. So please > rework your RehearsalWinSecondHdl that it gets the system time please > see osl/time.h. > Could you give me some more details about this ? > Also the lines > Application::GetSolarMutex( ).acquire(); > and > Application::GetSolarMutex().release(); > are not exception save, please use a guard. A simple grep for > Application::GetSolarMutex() shows you > how to do it. > When the rehearsal timing is over ,the background should change to black. > The next line, I do not understand what you try to do with them but > please remove them > > mpShowWindow->GetParent()->SetBackground( aBlackWallpaper ); //set > background by using black > mpShowWindow->GetParent()->Invalidate( INVALIDATE_TRANSPARENT ); > //update background > When in the custom sequence if there is some hided page ,the /getFirstSlideNumber() and getLastSlideNumber() / make some bug ,so I fix them ./ / > I do not understand why you changed SlideshowImpl::getFirstSlideNumber() > and SlideShowImpl::getLastSlideNumber(), > but you killed the custom slide show mode with that. > The other problem I have resolved the other problem. Best wishes . Shilei 03 04 2008 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
