Search found 26 matches

by liverol
Thu Sep 11, 2008 1:22 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

yeah,i wonder if this is possible?
just change the parameter "#window" to window handle HWND.
by liverol
Tue Sep 09, 2008 1:46 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

yeah,sorry i didn't make it clear!
actually it's easy:
PB is using a number (or by #PB_any)to identify a natively window. right now your gadget is using EditorGadget(#window number,....) to attach the gadget to the PB window,but it's not what i need,because i don't want to use your gadget in PB,but ...
by liverol
Fri Sep 05, 2008 4:41 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

hi there,Progi1984,long time no see!! :D
just tell you my work goes well and next i will use
the editor gadget to write a script editor!! thanks for your
hard work again and a request here :)

i wonder if you can offer a function EditorGadget(HWND,...)
because i want to use the function directly to ...
by liverol
Tue Jul 08, 2008 1:57 pm
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

yeah,i think there will be a lot... :wink:
by liverol
Tue Jul 08, 2008 11:57 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

works now,trying to understand the functions!
:D
by liverol
Tue Jul 08, 2008 3:42 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

yeah,that's really a gift!!!
:D
Be honest, i want to give you a kiss!!

----------------------------------------------
hi, i got some errors here:
(using pb4.10)

seems that all the constants are lost(also can't find in the pb structure viewer)!!
here is the error info:

line 14 constant can't ...
by liverol
Tue May 27, 2008 11:58 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

works!
appreciate!
by liverol
Tue May 27, 2008 8:18 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

thanks,
the first message make symbol ";" nothing,it works,
but the second message didn't work!
the symbol "&" still can't use to comment,also i tried "!","@","$"....
by liverol
Sun May 25, 2008 1:05 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

anyone will help?
by liverol
Mon May 19, 2008 10:09 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

hi,
i want to redefine the comment symbol(default it use ";"),
so i can use this lib to write a custom script editor for my work.
how can i change the comment symbol?

eg: using "&" to comment a line rather than ";"

appreciate!!
by liverol
Sat May 17, 2008 9:51 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

Noted but not for now !

A lot of work and liverol which waits for me :S

Thanks for remembering my quest,
appreciate,you almost moved me to tears :")

actually i am writting a script editor for my new game editor,
i am keen on game graphic programming rather than winAPI,
the editor lib will be a ...
by liverol
Tue May 06, 2008 7:26 am
Forum: Applications - Feedback and Discussion
Topic: Progi1984 - Programs & Userlibs
Replies: 87
Views: 57980

nice,but iam waitting for your editor lib
by liverol
Sat Apr 26, 2008 11:46 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

get it,and
whatever you do, we'll be there watting for you :P
by liverol
Sat Apr 26, 2008 10:10 am
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

Yes, having looked at the source; it has been assembled for Ansi operations. I'm unsure at this stage how much work would be involved in creating a Unicode version?

**EDIT : I'll answer my own question; a huge amount of work to assemble a unicode version! :) The string literals and API calls are ...
by liverol
Fri Apr 25, 2008 2:33 pm
Forum: Applications - Feedback and Discussion
Topic: RaEditGadget Userlib
Replies: 79
Views: 36739

very nice, this is great, just a question(request)
i wonder if i can use unicode characters in the editor?
i try to input asia unicode char in the editor but some
random ascii chars appeared.any way to fix this?