Thanks for a quick answer.
Time to start learning again...
Timo
Search found 63 matches
- Sun Mar 24, 2013 1:13 pm
- Forum: Coding Questions
- Topic: Packer: NextPackFile()
- Replies: 2
- Views: 729
- Sun Mar 24, 2013 12:03 pm
- Forum: Coding Questions
- Topic: Packer: NextPackFile()
- Replies: 2
- Views: 729
Packer: NextPackFile()
Hello,
has NextPackFile() name changed or removed, it does not seem to work anymore in 5.10?
I can't find any info about it. Worked with 5.00
Thanks
Timo
has NextPackFile() name changed or removed, it does not seem to work anymore in 5.10?
I can't find any info about it. Worked with 5.00
Thanks
Timo
- Thu Apr 22, 2010 7:05 am
- Forum: Coding Questions
- Topic: Multiple images in one file
- Replies: 12
- Views: 2429
Re: Multiple images in one file
Thanks to all for your replies
I'll check them them now and decide what is best for this job.
Timo
I'll check them them now and decide what is best for this job.
Timo
- Mon Apr 19, 2010 9:11 am
- Forum: Coding Questions
- Topic: Multiple images in one file
- Replies: 12
- Views: 2429
Re: Multiple images in one file
Thanks ts-soft, but I'm not sure that is suitable for this job?
I was thinking something like Gimp-layers, so that layers can be added during program running, and edited seperately.
Includefile or resources don't suit for that, or do I understand right? (never used resources though)
Timo
I was thinking something like Gimp-layers, so that layers can be added during program running, and edited seperately.
Includefile or resources don't suit for that, or do I understand right? (never used resources though)
Timo
- Sun Apr 18, 2010 5:17 pm
- Forum: Coding Questions
- Topic: Multiple images in one file
- Replies: 12
- Views: 2429
Re: Multiple images in one file
Thanks for the reply, srod and Kaeru Gaman
Yes, I have started using Packer lib for this, and also thinking about using database file, but never used Sqlite, so it's totally new to me...
I was thinking of something like srod wrote about creating image in memory and then writing it to the disk ...
Yes, I have started using Packer lib for this, and also thinking about using database file, but never used Sqlite, so it's totally new to me...
I was thinking of something like srod wrote about creating image in memory and then writing it to the disk ...
- Sun Apr 18, 2010 10:03 am
- Forum: Coding Questions
- Topic: Multiple images in one file
- Replies: 12
- Views: 2429
Multiple images in one file
Anybody having an example how to save and load multiple images in same file?
Timo
Timo
- Sun Mar 30, 2008 9:19 am
- Forum: Coding Questions
- Topic: Problem: Listicon and webgadget with #PB_Web_HtmlCode
- Replies: 3
- Views: 1040
- Sat Mar 29, 2008 1:13 pm
- Forum: Coding Questions
- Topic: Problem: Listicon and webgadget with #PB_Web_HtmlCode
- Replies: 3
- Views: 1040
Problem: Listicon and webgadget with #PB_Web_HtmlCode
Having trouble with webgadget, check this:
If OpenWindow(0, 0, 0, 320, 300, "ListIconGadgets", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0))
ListIconGadget(0, 10, 25, 300, 100, "Column 1", 100)
For b = 0 To 10
AddGadgetItem(0, b, "Row " + Str(b))
Next ...
If OpenWindow(0, 0, 0, 320, 300, "ListIconGadgets", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0))
ListIconGadget(0, 10, 25, 300, 100, "Column 1", 100)
For b = 0 To 10
AddGadgetItem(0, b, "Row " + Str(b))
Next ...
- Mon Dec 10, 2007 10:17 am
- Forum: Coding Questions
- Topic: Window handle from process handle?
- Replies: 24
- Views: 12709
- Mon Dec 03, 2007 10:48 am
- Forum: Coding Questions
- Topic: PB printing and PrintDlg_ API
- Replies: 2
- Views: 1303
- Mon Dec 03, 2007 9:50 am
- Forum: Coding Questions
- Topic: PB printing and PrintDlg_ API
- Replies: 2
- Views: 1303
PB printing and PrintDlg_ API
Hello!
I would like to use PrintDlg_() API and not PrintRequester(), but still use PB printing commands.
So, how do I use hDC got from PrintDlg_()?
Global DEVNAMES.DEVNAMES
Global PrintDlg.PRINTDLG
PrintDlg\hDevMode = 0
PrintDlg\hDevNames = 0
PrintDlg\lStructSize = SizeOf(PRINTDLG)
PrintDlg ...
I would like to use PrintDlg_() API and not PrintRequester(), but still use PB printing commands.
So, how do I use hDC got from PrintDlg_()?
Global DEVNAMES.DEVNAMES
Global PrintDlg.PRINTDLG
PrintDlg\hDevMode = 0
PrintDlg\hDevNames = 0
PrintDlg\lStructSize = SizeOf(PRINTDLG)
PrintDlg ...
- Fri Nov 02, 2007 6:36 am
- Forum: Coding Questions
- Topic: Right click menu on EditorGadget!
- Replies: 11
- Views: 3430
- Tue Jun 19, 2007 3:47 pm
- Forum: Coding Questions
- Topic: Difference in execution between IDE and EXE
- Replies: 7
- Views: 1393
- Mon Apr 16, 2007 2:34 pm
- Forum: Coding Questions
- Topic: Editorgadget undo?
- Replies: 10
- Views: 1706
- Mon Apr 16, 2007 2:10 pm
- Forum: Coding Questions
- Topic: Editorgadget undo?
- Replies: 10
- Views: 1706