Hi, adding prefs window to Mixer (sort of), found that in SLIDER hintinfo (GA_HintInfo)
doesn't work (missing something in code?).
Has someone the same problem/behaviour?
Can send full source (jabierdlrATgmail.com)
TIA
LAYOUT_AddChild, OBJ(GID_G_PRI) = NewObject(NULL, "slider.gadget", GA_ID, GID_G_PRI, GA_HintInfo, "CX_PRIORITY", GA_RelVerify, TRUE, SLIDER_Min, -128, SLIDER_Max, 127, SLIDER_Level, 0,//priority, SLIDER_Orientation, SORIENT_HORIZ, SLIDER_LevelFormat, "%ld", SLIDER_LevelPlace, PLACETEXT_IN, SLIDER_LevelJustify, SLJ_CENTER, SLIDER_LevelMaxLen, 4, SLIDER_LevelDomain, "-128", TAG_DONE), CHILD_WeightedHeight, 0, CHILD_Label, NewObject(NULL, "label.image", LABEL_Text, "Priority", TAG_DONE), ..