home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / OS2 / QUEUES / CLIENTRY.IPF next >
Text File  |  1995-08-24  |  3KB  |  69 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* clientry.ipf - Information Tag Language file for the         *
  4. .*              entry panel help panels.                        *
  5. .*                                                              *
  6. .*  Copyright 1991, IBM Corp.                                   *
  7. .*==============================================================*/
  8.  
  9. .*--------------------------------------------------------------*\
  10. .*  Message Entry Field                                         *
  11. .*      res = PANEL_MESSAGE                                     *
  12. .*--------------------------------------------------------------*/
  13. :h1 res=2310 name=PANEL_MESSAGE.Message Entry Field
  14. :i1 id=Message.Message Entry Field
  15. :p.The Message Entry Field is where the message to be sent to the
  16. server through the IPC queue is typed.  This demostrates sending
  17. a simple data stream as a message.
  18.  
  19. .*--------------------------------------------------------------*\
  20. .*  Date Entry Fields                                           *
  21. .*      res = PANEL_DATE                                        *
  22. .*--------------------------------------------------------------*/
  23. :h1 res=2350 name=PANEL_DATE.Date Entry Fields
  24. :i1 id=Date.Date Entry Fields
  25. :p.The Date Entry Fields are where the date to be sent to the
  26. server through the IPC queue is typed.  This demostrates sending
  27. a structure or other defined message through a queue.
  28.  
  29. .*--------------------------------------------------------------*\
  30. .*  Priority Spin Button                                        *
  31. .*      res = PANEL_PRIORITY                                    *
  32. .*--------------------------------------------------------------*/
  33. :h1 res=2320 name=PANEL_PRIORITY.Priority Spin Button
  34. :i1 id=Priority.Priority Spin Button
  35. :p.The Priority Spin Button is where the priority of the queue
  36. message is entered either manually, or by clicking on the spin
  37. arrows.  Valid priorities are 0 to 15, with 0 having the lowest
  38. priority.
  39.  
  40. .*--------------------------------------------------------------*\
  41. .*  Send Push Button                                            *
  42. .*      res = PANEL_SEND_MSG                                    *
  43. .*--------------------------------------------------------------*/
  44. :h1 res=2330 name=PANEL_SEND_MSG.Send Push Button
  45. :i1 id=Send-Message.Send Message Push Button
  46. :p.The Send Push Button is clicked to send the message in the
  47. :link reftype=hd res=2310.
  48. Message Entry Field
  49. :elink.
  50. to the IPC queue with the given
  51. :link reftype=hd res=2320.
  52. Priority.
  53. :elink.
  54.  
  55. .*--------------------------------------------------------------*\
  56. .*  Send Push Button                                            *
  57. .*      res = PANEL_SEND_DATE                                   *
  58. .*--------------------------------------------------------------*/
  59. :h1 res=2340 name=PANEL_SEND_DATE.Send Date Push Button
  60. :i1 id=Send-Date.Send Date Push Button
  61. :p.The Send Push Button is clicked to send the message in the
  62. :link reftype=hd res=2350.
  63. Date Entry Fields
  64. :elink.
  65. to the IPC queue with the given
  66. :link reftype=hd res=2320.
  67. Priority.
  68. :elink.
  69.