... As the others have said... William never made a Mac version. (to the best of my knowledge) Here's a website that you can explore... for possible...
... I've updated the code for UnFormatted Paste. Paul Ludgate showed me that there is a MUCH simpler way of doing it. Once again... a big Thanks goes out to...
... One easy way... There's a file called "QDriveCombo.zip" in the "Custom Component" folder, here at the group, that "might" be of help. The source code in...
... Thank you for your help, David. I saw the Qdrivecombo, but it takes its own icons, and I want to give the user the view he is used to see. (every...
Has anyone ever gotten the Color property for a QOleContainer to work? I can set it... but... it doesn't display the color until... just before the application...
... The icons you are looking for are located in Shell32.dll. Use can "FUNCTION ExtractIcon Lib "shell32.dll" Alias "ExtractIconA" (ByVal hInst AS LONG, ByVal...
Hi, please can anyone tell me how I should set up the RapidQ GTK support in Windows? I've already tried many times, but RapidQ IDE chrases, or generates ...
... support ... download ... continue... ... I have not seen any GTK applications in RapidQ for years. I would suggest goint to FreeBasic instead, which has...
... After playing with it for awhile... I'm under the assumption that because I'm using the QOleContainer to display a .swf file... Flash is overriding the ...
Is it possible in a qrichedit or qredex window to set different properties for different portions of text? I mean... if I paste a formatted text into a...
... Here's another way to change selected portions of text. ' Start Of Code (Be Aware Of Possible Line-Wrapping) ' Load a text file. ' Select any portion of...
... QOleContainer contains an OLE object. Obviously the OLE object controls what is displayed in the container, including the colors. So, to change colors, you...
... With a new Intel based Mac, you can actually install the real Windows operating system on it. But Windows is a commercial product. Or you could install...
I'm just writing a tool that has to run all the time. When I start the program, taskmanger says my program uses 4.3 MB memory. When I minimize the program , it...
... Well, I'm no expert in these things. But the changes in memory usage you mention seems to be a common thing. I've noticed the same thing you observed in...
Maybe the running gui is using the extra ram _____________________________ I sent this email using Morange. Get push email, news, IM on your mobile phone for...
It is due to the fact that the gui needs more ram than no gui _____________________________ I sent this email using Morange. Get push email, news, IM on your...
... I don't know exactly what the memory usage in taskmanager actually displays. But I guess it is the amount of actual RAM (physical memory) used. When you...
... word=word&lang=2&layout=combo.html ... q=word&sa=N&hl=it&langpair=en%7Cit ... To the best of my knowledge... Google has the only "free" language...
... memory. ... The reason you have a problem is that it is probably waiting for an event to occur. consider changing the rate at which you monitor for that...
Hello all, I need a bit of guidance, i want to plot (graph) real time data coming in via the serial port. Can someone suggest a link to an example thanks Dale...