1. wxEuphoria Wrappers Needed

Hello wxEuphoria Programmers

I need some of the wrappers written for the next release of wxEuphoria if
possible.

1. Image or PictureBox or EditBox
2. DropDownList
3. That's all I can think of for now. Also I need some help

How would you program your program to save and load files that have your own
extension. like *.sav how would you code it so that your editor could load
the file and then save that file.

new topic     » topic index » view message » categorize

2. Re: wxEuphoria Wrappers Needed

Andy wrote:
> 
> Hello wxEuphoria Programmers
> 
> I need some of the wrappers written for the next release of wxEuphoria if
> possible.
> 
> 1. Image or PictureBox or EditBox
> 2. DropDownList
> 3. That's all I can think of for now. Also I need some help
> 
> How would you program your program to save and load files that have your own
> extension. like *.sav how would you code it so that your editor could load
> the file and then save that file.


1: Can you provide some simple win32lib code that will show me what you're 
   interested in?

2: Take a look at wxComboBox and wxChoice.  These should do what you're 
   asking for.

Take a look at file_selector().  The online docs are here:

http://wxeuphoria.sourceforge.net/docs/DIALOG.htm#FILE_SELECTOR

Matt Lewis

new topic     » goto parent     » topic index » view message » categorize

3. Re: wxEuphoria Wrappers Needed

In win32lib code an editbox could do this

constant box = create(EditBox,"",5,5,10,10) 
something like that

Basiclly I need an editbox that allows animation. Some where you can upload
a graphic and you can see it in the editbox. I hope that clears up some
confusion.

new topic     » goto parent     » topic index » view message » categorize

4. Re: wxEuphoria Wrappers Needed

An 'EditBox' is just EditText in disguise (win32lib.ew). In wx terms, it is a
'wxTextCtrl'. It has nothing to do with images at all!

Alex

new topic     » goto parent     » topic index » view message » categorize

5. Re: wxEuphoria Wrappers Needed

That's what I need an image box when you can upload an image into an box
and it supports animation

new topic     » goto parent     » topic index » view message » categorize

6. Re: wxEuphoria Wrappers Needed

Andy wrote:
> 
> In win32lib code an editbox could do this
> 
> constant box = create(EditBox,"",5,5,10,10) 
> something like that
> 
> Basiclly I need an editbox that allows animation. Some where you can upload
> a graphic and you can see it in the editbox. I hope that clears up some
> confusion.

I'm not aware of any control that will do this.  What sort of animation
are you looking for?  There is an 'animation control' in windows that is
able to display simple avi animations (like for the copy file dialog when
you move stuff around in explorer).  Below is a link to the documentation
for this control.  Is this what you're asking about?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/animation/animation.asp

There appears to be some simple animated gif code included with the 
wxWidgets source:

http://www.wxwidgets.org/manuals/2.4.2/wx21.htm#utilities

I could look into including this in the future, if that's what you're 
interested in.  It could also probably be implemented in Euphoria.  There
isn't too much code there, although if you're not familiar with C++ it 
would probably be pretty difficult to translate.

Matt Lewis

new topic     » goto parent     » topic index » view message » categorize

7. Re: wxEuphoria Wrappers Needed

Yes this is basiclly what I need where you have an editbox that can handle
animated graphics, where you can see the graphic in its box and its animation if
it has any animation.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu