home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractdev / archive / fractdev.9808 < prev    next >
Internet Message Format  |  1998-08-30  |  6KB

  1. From: Tim Gilman <t.gilman@apple.com>
  2. Subject: (fractdev) type-specific parameters question
  3. Date: 03 Aug 1998 15:30:55 -0700
  4.  
  5. I'm doing some dynamic dialog building for the type-specific parameters 
  6. screen, and it looks like 30 is the maximum number of prompts.  Does 
  7. anyone know if any formulas actually use this many prompts?  If none do, 
  8. does anyone know what the ceiling value is?
  9.  
  10. I don't want to get into dynamic window-resizing at this point, but I 
  11. also don't want to have a massive, full-screen dialog...
  12.  
  13. -= tim gilman
  14. t.gilman@apple.com
  15. tgilman@cats.ucsc.edu
  16.  
  17. Thanks for using Fractdev, The Fractint Developer's Discussion List
  18. Post Message:   fractdev@lists.xmission.com
  19. Get Commands:   majordomo@lists.xmission.com "help"
  20. Administrator:  twegner@phoenix.net
  21. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  22.  
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. From: "darryl" <darryl@dcs-chico.com>
  27. Subject: RE: (fractdev) type-specific parameters question
  28. Date: 04 Aug 1998 10:04:27 -0700
  29.  
  30.  
  31. Tim Gilman wrote:
  32.  
  33. I'm doing some dynamic dialog building for the type-specific parameters
  34. screen, and it looks like 30 is the maximum number of prompts.  Does
  35. anyone know if any formulas actually use this many prompts?  If none do,
  36. does anyone know what the ceiling value is?
  37.  
  38. I don't want to get into dynamic window-resizing at this point, but I
  39. also don't want to have a massive, full-screen dialog...
  40.  
  41. ---
  42.  
  43. I went down that road, too ... and quickly determined that dynamic sizing
  44. was the only viable method for displaying all of those parameters. It does
  45. get easier once you've done it :)
  46.  
  47.  
  48. Thanks for using Fractdev, The Fractint Developer's Discussion List
  49. Post Message:   fractdev@lists.xmission.com
  50. Get Commands:   majordomo@lists.xmission.com "help"
  51. Administrator:  twegner@phoenix.net
  52. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  53.  
  54.  
  55. -------------------------------------------------------------------------------
  56.  
  57. From: "Peter Gavin" <pgavin@mindspring.com>
  58. Subject: RE: (fractdev) C complex types 
  59. Date: 06 Aug 1998 20:26:06 -0400
  60.  
  61. Yep...  actually, I _should_ have used _TCHAR instead of wchar_t, so I
  62. wouldn't have to worry about defines and stuff.
  63.  
  64.  
  65.  
  66. Pete
  67. <pgavin@mindspring.com>
  68.  
  69. //  -----Original Message-----
  70. //  From: owner-fractdev@lists.xmission.com
  71. //  [mailto:owner-fractdev@lists.xmission.com]On Behalf Of Kragen
  72. //  Sent: Friday, July 31, 1998 10:34 PM
  73. //  To: fractdev@lists.xmission.com
  74. //  Subject: RE: (fractdev) C complex types
  75. //
  76. //
  77. //  On Fri, 31 Jul 1998, Peter Gavin wrote:
  78. //  > Geez, I'm an idiot...  it was the stupid _T() macro...
  79. //  forgive me, please?
  80. //  > :)
  81. //
  82. //  Lemme guess... you didn't define UNICODE, so _T("") was a const char *,
  83. //  not a const wchar_t *?
  84. //
  85. //  Kragen
  86. //
  87. //
  88. //  --------------------------------------------------------------
  89. //  Thanks for using Fractdev, The Fractint Developer's Discussion List
  90. //  Post Message:   fractdev@lists.xmission.com
  91. //  Get Commands:   majordomo@lists.xmission.com "help"
  92. //  Administrator:  twegner@phoenix.net
  93. //  Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  94. //
  95.  
  96.  
  97. Thanks for using Fractdev, The Fractint Developer's Discussion List
  98. Post Message:   fractdev@lists.xmission.com
  99. Get Commands:   majordomo@lists.xmission.com "help"
  100. Administrator:  twegner@phoenix.net
  101. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  102.  
  103.  
  104. -------------------------------------------------------------------------------
  105.  
  106. From: Tim Gilman <t.gilman@apple.com>
  107. Subject: RE: (fractdev) type-specific parameters question
  108. Date: 07 Aug 1998 10:15:13 -0700
  109.  
  110. >In the past, darryl@dcs-chico.com
  111. >I went down that road, too ... and quickly determined that dynamic sizing
  112. >was the only viable method for displaying all of those parameters. It does
  113. >get easier once you've done it :)
  114.  
  115. Yeah, it only took about 15 minutes to get it right.  The thing is, I 
  116. feel really sorry for anyone whose got a small screen and 30 parameters 
  117. to display...  They won't be laughing when the screen dumps a dialog on 
  118. their lap!
  119.  
  120. Thanks again for the prodding, I would have wasted time trying _not_ to 
  121. get dynamic resizing right...
  122.  
  123. -= tim
  124.  
  125.  
  126.   "There is no truth, in which passing through awareness, does not lie.
  127.    Yet we chase after it all the same."           - J. Lacan
  128.  
  129.  
  130. Thanks for using Fractdev, The Fractint Developer's Discussion List
  131. Post Message:   fractdev@lists.xmission.com
  132. Get Commands:   majordomo@lists.xmission.com "help"
  133. Administrator:  twegner@phoenix.net
  134. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  135.  
  136.  
  137. -------------------------------------------------------------------------------
  138.  
  139. From: Phil McRevis <legalize@xmission.com>
  140. Subject: (fractdev) a programming book of interest
  141. Date: 31 Aug 1998 15:18:04 -0600
  142.  
  143. Advanced Windows, Jeffrey Richter
  144. <http://www.hamiltonbook.com/titles/5/0/1/501492.html>
  145. $8.95 (retails for $45, includes CD-ROM)
  146.  
  147. I have a copy of this book and it is a good reference for learning
  148. about the Win32 details of: memory management, process management,
  149. device/file I/O, thread management, etc.  It notes the differences in
  150. system support between Win NT and Win 95/98 (i.e. the security calls
  151. are unimplemented on Win 95/98 but are described in full detail).
  152.  
  153. I'm not affiliated with Hamilton, except as a satisfied repeat
  154. customer.  Hamilton sells remainder books at heavy discounts and only
  155. charges $3 shipping per order, regardless of how many books you
  156. order.
  157. --
  158. http://www.xmission.com/~legalize/    Legalize Adulthood!
  159. legalize@xmission.com
  160. ``Ain't it funny that they all fire the pistol,     <URL: http://
  161.   at the wrong end of the race?''--PDBT     www.eden.com/~thewho>
  162.  
  163. Thanks for using Fractdev, The Fractint Developer's Discussion List
  164. Post Message:   fractdev@lists.xmission.com
  165. Get Commands:   majordomo@lists.xmission.com "help"
  166. Administrator:  twegner@phoenix.net
  167. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  168.  
  169.