Search found 75 matches

by VisualJump3D
Wed Apr 01, 2015 8:49 am
Forum: Coding Questions
Topic: ScrollAreaGadget and A4 sheet
Replies: 6
Views: 2491

Re: ScrollAreaGadget and A4 sheet

Re Thank to All!!
by VisualJump3D
Tue Mar 31, 2015 11:53 am
Forum: Coding Questions
Topic: ScrollAreaGadget and A4 sheet
Replies: 6
Views: 2491

Re: ScrollAreaGadget and A4 sheet

Thanks !

Ps whats error ? <<edit: fixed an embarassing mistake... >>

and if i wont "translate" screen coordination of TextGadegt , for printing with pure pdf ?

Es x=gadgetY(1)
y=gadgetY(1)

Now, I want to printing in correct position (mm) to purepdf ( 25mm , 35mm ) on A4

(<<"This Text is ...
by VisualJump3D
Sun Mar 29, 2015 9:26 pm
Forum: Coding Questions
Topic: ScrollAreaGadget and A4 sheet
Replies: 6
Views: 2491

ScrollAreaGadget and A4 sheet

Hi to all , ( sorry for my bad english )

how I can create, with a "ScrollAreaGadget" an A4 sheet? ( the monitor is not, of course, as big as an A4 sheet ...)

I will, (on this sheet virtual), able plug and move "StringGadget"

what I see, (in real proportions - A4) must be what then I'll print on ...
by VisualJump3D
Fri Mar 27, 2015 12:33 pm
Forum: Coding Questions
Topic: Draw a grid in a "ContainerGadget"
Replies: 19
Views: 4871

Re: Draw a grid in a "ContainerGadget"

Whow !! Thanks !
by VisualJump3D
Thu Mar 26, 2015 2:35 pm
Forum: Coding Questions
Topic: Draw a grid in a "ContainerGadget"
Replies: 19
Views: 4871

Re: Draw a grid in a "ContainerGadget"

Thanks to All!
by VisualJump3D
Thu Mar 26, 2015 10:46 am
Forum: Coding Questions
Topic: Draw a grid in a "ContainerGadget"
Replies: 19
Views: 4871

Draw a grid in a "ContainerGadget"

Hello everyone,

How can I draw a grid on a "ContainerGadget"?

I mean, a 2D grid, consisting simply of horizontal and vertical lines,
I do not mean a "GridGadget"

Thanks
by VisualJump3D
Tue Feb 24, 2015 7:07 pm
Forum: Coding Questions
Topic: Pure Pdf
Replies: 3
Views: 2009

Re: Pure Pdf

thanks for the reply !


Es :

Result = FontRequester(NomeFont$, SizeFont, #PB_FontRequester_Effects,Color)
If result
FontName$= SelectedFontName()
FontSize = SelectedFontSize()
FontColor= SelectedFontColor()
FontStyle= SelectedFontStyle()
etc etc
endif


if I use the fonts as code ...
by VisualJump3D
Tue Feb 24, 2015 12:42 pm
Forum: Coding Questions
Topic: Pure Pdf
Replies: 3
Views: 2009

Pure Pdf

Hi , ( and thanks ...)

pdf_SetFont("Times New Roman","BI",16) ; (Bold+Italic) ---> NOT Ok

pdf_SetFont("Times","BI",16) ; (Bold+Italic) ---> Ok


I need to create a pdf with this type of Font, is it possible? << pdf_SetFont("Times New Roman","BI",16) >>

Or (with purePdf) you can only create some ...
by VisualJump3D
Tue Sep 23, 2014 10:09 pm
Forum: Windows
Topic: Drag to Move/Resize Gadgets
Replies: 20
Views: 13199

Re: Drag to Move/Resize Gadgets

Thank !
by VisualJump3D
Tue Sep 23, 2014 8:41 pm
Forum: Windows
Topic: Drag to Move/Resize Gadgets
Replies: 20
Views: 13199

Re: Drag to Move/Resize Gadgets

I understood the problem!

Does not work with TextGadget , but it only works with StringGadget

But ... why ???
by VisualJump3D
Tue Sep 23, 2014 8:04 pm
Forum: Windows
Topic: Drag to Move/Resize Gadgets
Replies: 20
Views: 13199

Re: Drag to Move/Resize Gadgets

Thank ,

Can you help me fix my code, please?
by VisualJump3D
Tue Sep 23, 2014 1:26 pm
Forum: Windows
Topic: Drag to Move/Resize Gadgets
Replies: 20
Views: 13199

Re: Drag to Move/Resize Gadgets

Hi,

I tried your code (very good, thank), but I have a problem:

I have to be able to move only the gadget of the text and not the whole container ...

How can I do?

Ps You need to change my image with one of your ...

<<ImmaArena= LoadImage(#PB_Any,"C:\Users\guido\Desktop\Vj3D ...
by VisualJump3D
Mon Sep 22, 2014 3:06 pm
Forum: Coding Questions
Topic: Sheet on window ( landscape )
Replies: 2
Views: 1383

Re: Sheet on window ( landscape )

Thank !

This night i work !
by VisualJump3D
Mon Sep 22, 2014 2:33 pm
Forum: Coding Questions
Topic: Sheet on window ( landscape )
Replies: 2
Views: 1383

Sheet on window ( landscape )

Hi !

How can I create a virtual sheet (A4-Landscape), (with the right proportions)
inside a window

where I can add text and image-gadget , and i can drag/drop it ?
by VisualJump3D
Sat Sep 20, 2014 7:53 pm
Forum: Tricks 'n' Tips
Topic: Load Any Image Using GDI+ [Windows]
Replies: 9
Views: 6554

Re: Load Any Image Using GDI+ [Windows]

Thank ! All OK !