Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-28 Thread Martin Schreiber
On Saturday 29 September 2018 07:54:15 Martin Schreiber wrote: > > Sorry, I overlooked that question. In object inspector use [n in order to > start a new line ("first[nsecond") or use the editor dialog in property > editor with the ellipse button. In code use 'first'+linend+'second'. > In source

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread fredvs
Hello Martin. > You never used that window in order to select an editor page? Yes and it is great. > I think one should be thrifty with hint popups Yes but, maybe it is because I like Geany IDE... It also give a Tab-hint of the full path if you mouse-move on a tab. And I recognize that lot of

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread Martin Schreiber
On Sunday 16 September 2018 14:09:27 fredvs wrote: > Hello Martin. > > Thanks for your advices but I really like the tabhint of full path. > IMHO it it super easy to use, no need to do complicated combination of > keys. > It is also in RightClick popup menu. You never used that window in order to

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread fredvs
Hello Martin. Thanks for your advices but I really like the tabhint of full path. IMHO it it super easy to use, no need to do complicated combination of keys. Sorry but I will use it for ideU. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread Martin Schreiber
On Saturday 15 September 2018 22:28:41 fredvs wrote: > > That would be a bug. > > Could you please try this: > > In MSEide, in sourceform.pas, change this in tabwidget (make it > horizontal). > > tabwidget.options := > [tabo_dragsource,tabo_dragdest,tabo_tabsizing,tabo_dblclickedtabfirst,tabo_

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-16 Thread Martin Schreiber
On Sunday 16 September 2018 07:17:26 Martin Schreiber wrote: > On Saturday 15 September 2018 21:53:20 fredvs wrote: > > In MSEide, with the vertical ttawidget of source-editor, the tab-hint has > > for caption the name + extension of the file. > > > > Good but, IMHO the full path name would be

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread Martin Schreiber
On Saturday 15 September 2018 21:53:20 fredvs wrote: > > In MSEide, with the vertical ttawidget of source-editor, the tab-hint has > for caption the name + extension of the file. > > Good but, IMHO the full path name would be more useful. > This because sometimes the same files from 2 different

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Re-re-...-hello Martin. OK, I found the random. It seems that sta file does not save the tabhint-caption. So, after loading a project, this is done: procedure tsourcefo.updatetabhint; var x : integer; begin for x:= 0 to files_tab.count-1 do tsourcepage(files_tab[x]).tabhint :=

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Re-re-hello Martin. OK, I get it. The tabhint for horizontal tab is show when adding this: function tsourcefo.createnewpage(const afilename: filenamety): tsourcepage; begin ... result.tabhint := afilename; // add this ... end; Now passing with mouse on a tab shows tabhint (with full

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Hello. In previous mail, please read: tabwidget.tab.options := ... (In place of tabwidget.options := ...) Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
> That would be a bug. Could you please try this: In MSEide, in sourceform.pas, change this in tabwidget (make it horizontal). tabwidget.options := [tabo_dragsource,tabo_dragdest,tabo_tabsizing,tabo_dblclickedtabfirst,tabo_hintclippedtext] Then compile MSEide an run it. In my OS, the

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Hello. OK, I will study your comment, write you later. Other thing. In MSEide, with the vertical ttawidget of source-editor, the tab-hint has for caption the name + extension of the file. Good but, IMHO the full path name would be more useful. This because sometimes the same files from 2

Re: [MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread Martin Schreiber
On 09/15/2018 02:16 PM, fredvs wrote: > > I try to enable hint for a horizontal ttabwidget without luck. > > I did try with this but nothing appears: > This are the hints for the tab-pages > atabwidget.activepage.hint := 'The hint'; > or > atabwidget[atabwidget.count - 1].hint := 'The hint'; >

[MSEide-MSEgui-talk] Hint of horizontal ttabwidget?

2018-09-15 Thread fredvs
Hello. I try to enable hint for a horizontal ttabwidget without luck. I did try with this but nothing appears: atabwidget.activepage.hint := 'The hint'; or atabwidget[atabwidget.count - 1].hint := 'The hint'; Does I miss something ? PS: With vertical ttabwidget, hint is show if passing on a