The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Adding an Apply Button to GetNBox

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
additive Posted - 04/01/2009 : 2:29:06 PM
Origin Ver. 8 SR4
Operating System: WIN XP

UsingGetNMacrosWithApply.c does not work anymore.
I cannot see any Apply button.
Am I missing something? Thanks for your help!

-Michael
5   L A T E S T    R E P L I E S    (Newest First)
additive Posted - 06/23/2009 : 11:38:45 AM
Thank you! I will try it as soon as I dare to update!
Sophy Posted - 06/03/2009 : 06:11:12 AM
Hi, Michael:

For how to add Apply button in GetNBox in SR5, please refer to http://ocwiki.originlab.com/index.php?title=OriginC:Adding_an_Apply_Button
Echo_Chu Posted - 06/03/2009 : 04:59:40 AM
Hi, Michael

The change is only available in SR5. You can update your Origin to SR5 by downloading the patch from our website.

http://www.originlab.com/index.aspx?s=9&lm=340

Echo
OriginLab Corp
additive Posted - 04/14/2009 : 6:50:34 PM
quote:
Originally posted by Iris_Bai

if( GetNBox(tr, NULL, "Using GetN Macros", "This is a GetN dialog with an Apply button", NULL, true, ApplyOnClick) )




I'm sorry but I cannot get this to work properly. Compiler says that it cannot find such a GetNBox. You could you please help me with a complete example?

Thanks a lot!
Michael
Iris_Bai Posted - 04/02/2009 : 06:19:57 AM
Hi Michael,

Sorry, we changed GetNBox prototype but not updated example codes. Please change from

if( GetNBox(tr, "Using GetN Macros", "This is a GetN dialog with an Apply button", ApplyOnClick) )


to

if( GetNBox(tr, NULL, "Using GetN Macros", "This is a GetN dialog with an Apply button", NULL, true, ApplyOnClick) )


Iris

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000