Search found 44 matches

by bethell
Jan 29, 2010 7:51
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 38364

Hi Vdecampo, Thanks for acknowledging my post. Sorry to hear about your injury - nothing serious I hope. I hope to use FBWinprint soon in my project. Currently I'm not able to provide USB printer functionality, due to my lack of knowledge , & time to learn, Windows APIs. Thanks again, & rega...
by bethell
Jan 11, 2010 5:18
Forum: Libraries & Headers
Topic: FB_GUI V1.20.5 (New Release Dec 19, 2019)
Replies: 107
Views: 85475

Perhaps an alternative would be to have a 'setup' executable for FB_Gui which will create all the necessary environment variables, and put the required fonts/dlls etc in their proper places ... ?

Regards
by bethell
Jan 10, 2010 6:19
Forum: Libraries & Headers
Topic: FB_GUI V1.20.5 (New Release Dec 19, 2019)
Replies: 107
Views: 85475

Hi,
I'm new to FBGui.

When I try to run any of the compiled examples (dataentry.exe etc) I get a "freetype6.dll not found" error.

Do I need to download/install something before I run the examples ?

Thanks !!
by bethell
Jan 05, 2010 7:58
Forum: Beginners
Topic: FBWinprint Users ? Need help with 'Landscape' mode .
Replies: 0
Views: 1130

FBWinprint Users ? Need help with 'Landscape' mode .

Hi, Just came across FBWinprint in this thread: http://www.freebasic.net/forum/viewtopic.php?t=9498&postdays=0&postorder=asc&start=15 Download link: http://antonigual.phatcode.net/fbsources/fbwinprint.zip and was trying to use it in my current project. In the printer dialog I selected &q...
by bethell
Dec 24, 2009 15:59
Forum: Community Discussion
Topic: Good morning ladies :-)
Replies: 31
Views: 9491

****** Merry Christmas ********

from India !!!

--Royce
by bethell
Dec 22, 2009 4:24
Forum: Archive
Topic: FBWinPrint 0.10
Replies: 54
Views: 38364

Hi, Just came across FBWinprint, and was trying to use it in my current project. In the printer dialog I selected "Landscape" mode. However, the output is still printed in portrait mode. Can I do anything about this ? My Background : I am a beginner, with no knowledge of Windows APIs, etc....
by bethell
Dec 21, 2009 4:52
Forum: Beginners
Topic: Line (Graphics) B/BF question [RESOLVED]
Replies: 5
Views: 1638

Thanks, Richard,

Yes, I guess that's the way to go.

I hereby mark this topic as 'RESOLVED'

Regards !!
by bethell
Dec 20, 2009 18:59
Forum: Beginners
Topic: Line (Graphics) B/BF question [RESOLVED]
Replies: 5
Views: 1638

Thanks, Michael, Actually, there are 22 'line' statements in my function :P I want to save a portion of my screen as a bmp in black & white (not even grayscale), for purpose of printing. (They are some graphs plotted on screen in 32bit color) The plan is: When 'Print' is selected(in my program),...
by bethell
Dec 20, 2009 12:02
Forum: Beginners
Topic: Line (Graphics) B/BF question [RESOLVED]
Replies: 5
Views: 1638

Line (Graphics) B/BF question [RESOLVED]

Hi, In the Line (graphiics) command, what is B (or BF) - a number or a string ? I need to draw a filled box if a condition is true, and an empty box if false. Example: '---------------------- dim as string btype; if(condition =0) then btype = "B" else btype= "BF" endif Line (15,1...
by bethell
Dec 20, 2009 8:58
Forum: Beginners
Topic: Presentation
Replies: 2
Views: 1324

err.. ahem...you can try installing an OS such as linux or windows etc .... ???
by bethell
Dec 16, 2009 5:34
Forum: Beginners
Topic: FB development slowed ?
Replies: 1
Views: 1228

FB development slowed ?

Hi,

Just curious - The last beta was released more than a year ago.
Prior to that, releases were quite frequent.

Just curious about the slowdown.

I don't mean to offend anyone - esp. the developers, and esp. since FB is free (Thank You!)

-Regards.
by bethell
Dec 16, 2009 5:27
Forum: Beginners
Topic: Screen Resolution: PC to PC issue
Replies: 3
Views: 1506

Hi, After browsing the forums, I understand that point 3 is due to a bug in FB. This happens when the screen res. is set to more than the desktop size. Then the mouse position at the bottom is not reported properly. See this topic - it leads to other links on this issue http://www.freebasic.net/foru...
by bethell
Dec 15, 2009 5:05
Forum: Beginners
Topic: Screen Resolution: PC to PC issue
Replies: 3
Views: 1506

Thanks Michael, for 2, when you wrote "I solve", I assume you also faced this problem. Do you mean changing the cursor from outside the program (desktop properties) ? Can I change the cursor from within my program (and restore it back on exit) ? I'm not using any Windows specific component...
by bethell
Dec 14, 2009 20:54
Forum: Beginners
Topic: Screen Resolution: PC to PC issue
Replies: 3
Views: 1506

Screen Resolution: PC to PC issue

Hi all, I have a GUI program that starts thus: mode = ScreenList(32) While (mode) hres = HiWord(mode) vres = LoWord(mode) mode = ScreenList Wend '------------------------------------------- ScreenRes hres,vres, 32, ,&h04 This worked fine on my PC screen (19" monitor), giving a hres & vr...
by bethell
Nov 02, 2009 9:46
Forum: Beginners
Topic: Some info on FB resource *.rc files ?
Replies: 3
Views: 1672

Thank You !