> I wanted to do this: > > Set_Format_String(Window1.Progressbar, "%P %% " & -"correct"); > > but it won't compile. Is it possible to do something like this without > having to do: Note that this has nothing to do with GtkAda, this is an Ada question related to precedence of operators. Hint: use parentheses ;-) Arno