![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Code Samples & Tips Share your recent discoveries and ideas with other users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Very interesting... Cableguy can you upload a zip file with a complete example?
About the font size, you could use the new GetControls and ControlType keywords to change the font of all the controls. Code:
Sub Globals
'Declare the global variables here.
Dim ctrls(0)
End Sub
Sub App_Start
Form1.Show
ctrls() = GetControls("")
For i = 0 To ArrayLen(ctrls())-1
Control(ctrls(i)).FontSize = 5
Next
End Sub
|
|
||||
|
Sorry I missed this one...
A zip?.... Do you have a vga able device? just put the file in the apps forlder and you'll see what I mean.... Somehow the more graphic controls like the combobox, check box, etc, are not affected by this tweak, the same with the fonts setted in dll controls like my aboutpanel....don't know if a dll similar control is affected in the same way.....
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
|
|||
|
I have just found this and tried it but failed.
I have wm5 vga device, copied the file to the same directory as Basic4PPC.exe, tried every combination of rename but got the message that it is not a valid ppc program. I ran Basic4PPC but nothing unusual happened. What have I missed please? |
|
||||
|
It works on any program (more or less), just delete the .txt...
Image your program is called myapp, then the file name would be myapp.0409.MUI.... It was teste in my device wich is a TRUE vga capable device not a qvga...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
|
|||
|
On the device I have program files\Basic4PPC.
In that directory I have Basic4PPC.exe and your file renamed to Basic4PPC.0409.MUI.exe If I run the first it does not run in VGA mode, it is normal. If I run the second it says Not a valid ppc application. I must be doing something wrong. Also, I don't understand the extension 0409.MUI, why is it added and what does it do? Further help appreciated |
|
||||
|
Sorry my mistake on the previous post....
it should have read.... myapp.exe.0409.mui This, as I understand it, makes a call to a system file changing it's visusl parameters.... For further information please google it... As I'm still also looking for a more effective way of achieveing this...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
|
||||
|
Found this re-stating and explaining a bit better the procedure...
http://www.aximsite.com/boards/windo...ile-5-0-a.html
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
|
||||
|
If someone can learn anything, then no time is waisted, even if it is just to realise that nothing was taught.
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using true and false | klaus | Code Samples & Tips | 2 | 01-30-2008 03:12 PM |
| True/False values and SQL tables | skipper | Questions & Help Needed | 6 | 01-18-2008 08:13 AM |