> nilan wrote:
> >> nilan wrote:
> >>> when i click on a any of Fl_Input in my GUI,a segmentation error occur.
> >>> im doing nothing with Fl_Input call backs. im using fltk 1.3.0
> >>> any body have an idea regarding this?
> >>    Can't help without seeing your code.
> >>    Keep it as simple/small as possible.
> >>
> >>    There's lots of small example programs here:
> >>    http://seriss.com/people/erco/fltk/
> >
> > thanks Greg and sorry for bothering, but the prolem is when im going to add 
> > new function to my class using fluid ( New -> Code -> Function/Method) 
> > fluid is unexpectedly exit
> > when i clicked on function name field. any idea about this.
>
>       I see.
>
>       It was not clear that you were experiencing the problem in fluid.
>       (I thought you were writing a program in a text editor, and your
>       program was crashing after it was compiled).
>
>       Sounds instead like what we need are the list of steps you're
>       doing to replicate getting fluid to crash.
>
>       Fluid definitely shouldn't be crashing just by adding
>       a function, no matter what, so we need to know the steps
>       it takes to get fluid to crash.
>
>       In my case I wasn't able to crash it trivially by just
>       creating a class, eg:
>
>               1) Run fluid
>               2) New>Code>Class
>               3) New>Code>Function/method
>
>       ..since that seems to work, we'll need more specific steps
>       to replicate the crash, so we can identify the problem.
>
>
ok ill explain all things i have done
 1) i was using fltk 1.1.7 under Gentoo and couldnt able to deal with
    Japanese fonts display.
 2)As you told i installed fltk 1.3.0 and unmerge previous 1.1.7 and then
   compiled my program. it was ok up to compile.
 3) i ran my newly compiled program and when i try to click on a any
    Fl_input field in my GUI segmentation error occur.( still continuing)
 4) then i tried to change my functions headings and return types via
    fluid dialogues. but when i try to click on input fields of those
    dialogues fluid unexpectedly exit giving segmentation error.
 5) then i tried with your above steps,
                     run fluids ----- OK
                     New -> Code -> Class ----- fluid unexpectedly exit giving 
segmentation error

those are the all i did. i cant imagine what is the wrong. sorry for bothering. 
what shall we do next?



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to