On a form I have a TexEdit and a TextArea.
I need to be able to select part of the text in the TextEdit with MouseDrag,
but without the ability to move the selected text around or to drop it
somewhere.
During testing I found the following:
- with MouseDrag disabled (stop event) I can't move the tex
In a test project, the icons associated to the menu subitems are missing
using QT4.
Actually, only the icon of the top level voice is shown (in the menubar).
Using GTK they are normally displayed.
I will include two shots of the different behaviours
My configurations: Xubuntu 13.10LTS
[System]
Ga
For sure your English understanding is much better than mine
Thanks for your link; I did not find it before, but now, after having red
it, I can confirm that your answer is clearer than the wiki.
What is important is that when understood once it is learned forever, I hope
--
View this message
Thanks Tobias,
it took half an hour at least to analyze your answer since this concept is
quite obscure to me, but at the end I succeded and this is precious for all
the situations were 'virtual class' are involved.
The documentation should possibly be rewritten to make it clear to all.
--
V
Hi, I'm starting to investigate this control. This is my first question, but
more will follow
I have an Editor called 'edit' loaded with some text; I want to recover each
single line to parse them.
This is an example of code:
[code]
Dim lineObj As Variant
Dim sRow As String
For cnt = 0 To edit
Thanks Tobias, this is useful but it does not help me too much with my
particular problem.
I mean: i have some tens of controls updates to check while debugging.
Should I have to place a .refresh followed by a Wait after each
single statement to be tested?
--
View this message in context:
ht
I'm experimenting this issue:
A form called 'modList' contains a TableView and some other simple controls
like labels.
NOTE: this is a modal window.
A pubblic sub 'Update' is called inside the module with:
Public Sub DoUpdate_Click()
Update
End
The Update procedure must be debugged for some