Search results

  1. S

    setting position of color picker

    oh gosh...seems like this is not an easy problem....its been a week.... :'(
  2. S

    setting position of color picker

    sure i can but why is there a need? Pardon me for my ignorance. Is it some devt tools specific stuff? I am using code warrior. Let me know how you want me to enclose it? (every line ?) thanks again
  3. S

    setting position of color picker

    Hi, The following is the function that I wrote to prompt the ColorPicker dialog. The input parameter is the color that I wanted the dialog to pick. Everything works except for the position setting. Thank you all so much. >>>>>>>>>>>>>>>>>>>> */ bool CDialogs::PromptObjectTimebarColor(...
  4. S

    setting position of color picker

    Thanks for the link provided. that was the exact one that i used to reference and came up with the stated code but it failed to work....oh my god!!!! i am so helpless........:(
  5. S

    setting position of color picker

    ai....sad to say, it does not work and tt't y i badly needed help on this. in fact, it does not even come out on the side of the window. it appears in the center of the screen, just like setting the placeWhere flag to the center. HELPPPPPP
  6. S

    setting position of color picker

    Hi all, Is everybody clueless to my problem? I really appreciate if anyone could help me with any types of possible solution. Thank you very much once again
  7. S

    setting position of color picker

    Hi all, Does anybody know how I can get the PickColor control to start-up at a specified position? I tried setting the value in the following ways (psuedo code): ColorPickerInfo.placeWhere=kAtSpecifiedOrigin; ColorPickerInfo.dialogOrigin.v = 10; ColorPickerInfo.dialogOrigin.h = 10; Also...
  8. S

    Writing trial

    hey everone, thank you all for so much inputs. really appreciate it. will look into the various possible ways suggested. :)
  9. S

    Writing trial

    found the way to do it. Thanks everyone. For the benefit of those who dont know, you can use RunAppModalLoopForWindow to get your window into modal state and use QuitAppModalLoopForWindow to end it. :)
  10. S

    Writing trial

    btw, i tried creating a splash screen that has buttons ( try, quit ) for user selection before the launch of my program. I had made the splash screen modal but it cant seem to stop my main program from running until user clicks some stuff ( the splash screen loads, followed by my main program) ...
  11. S

    Writing trial

    sounds cool. i guess that is the best that could really be possible. Yap, on windows, i used the registry concept and sort of encrypt the keys such that it is not easy to find and name the keys very similar to those used by windows. Will try out and thank you very much
  12. S

    Writing trial

    Sounds good. However, this run a risk of being able to locate the file, delete it and reinstall the program to make it work again. *sigh*, looks like this is quite a difficult area to tackle.
  13. S

    Writing trial

    Hi, I was trying to write a trial implementation for my sample program and would like to get some ideas on the best and fastest way of implmenting it in Mac. Appreciate for all help render. Thanks in advance
  14. S

    setting default file location with NavCreateGetFileDialog

    Hi, I was trying to set the default file location using the NavCreateGetFileDialog but failed. The following is what I have done. Please advice and thank you very much. The call is: code: OSStatus theErr = ::NavCreateGetFileDialog( &theDialogOptions, theTypes, DialogCallback, NULL...
Back
Top