
To I thought I would fix it; I changed treeview.lcb but I cannot get the dev environment to reload that file. How do I let it reload an extension sourcefile in memory so my changes will come into effect?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
// Just return if the click was below all the data
if mHoverRow < 1 or mHoverRow > the number of elements in mDataList then
return
end if
Code: Select all
public handler OnClick() returns nothing
if mHoverRow < 1 then
put yPosToRowNumber(the y of the mouse position) into mHoverRow
end if
I wouldn't say your opinion counts for nothing, the sentiment you mention has been brought up more than a few times, although not totally correct. Although the vast majority of IDEs do use the single window/docked layout style, not all do, and some offer both versions.
In Linux, unlike Windows and Mac, you have a multi fold issue to overcome. One is the WM, as you suspect. The others include the DM, which unlike windows and mac can vary greatly by distro/desktop, and even term confusion, where people lamp the WM, DM, etc together or even interchangeably.
Code: Select all
sudo dpkg-reconfigure lightdm ##or whatever dm you are wanting to test...
Not so much when you know the history. MetaCard, LiveCode's predecessor, was originally written for *nix and the developer worked entirely in that platform. The first port was to Windows, followed later by Mac. When LiveCode acquired the product the focus switched to the most used platforms and support for the *nix flavors was trimmed down to only Linux. Unfortunately support for even that single distribution gets less attention than the others where most of the user base is.The older IDEs tend to handle the whole process far more gracefully than the newest versions do. To me, that is just mind boggling.
Oh I know, Mc being a special study of mine as you know