Update :Desktop Publisher [Early stage Windows]

Share your advanced PureBasic knowledge/code with the community.
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4954
Joined: Sun Apr 12, 2009 6:27 am

Re: Update :Desktop Publisher [Early stage Windows]

Post by RASHAD »

Kwai Hi
I just updated the previous post
Please check
Egypt my love
ozzie
Enthusiast
Enthusiast
Posts: 443
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: Update :Desktop Publisher [Early stage Windows]

Post by ozzie »

I like what you've done so far, RASHAD.

Interestingly, I had the same issue as KCC - the window displays blank until I move it, and then all the controls appear. I'm using Win7. But for some strange reason this blank window scenario only occurs if I run the program from jaPBe, but not if I run it from the PB IDE. Admittedly I don't have the very latest jaPBe installed, but my own app works fine when run from either jaPBe or PB IDE.
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4954
Joined: Sun Apr 12, 2009 6:27 am

Re: Update :Desktop Publisher [Early stage Windows]

Post by RASHAD »

Thanks so much ozzie
I do not like to use any external adds like jaPBe or any user lib so I do not have any info about the cause
But I hope that you just explained To KCC his problem :mrgreen:
And keep in touch because I usually keep changing :P

Thanks again
Egypt my love
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Update :Desktop Publisher [Early stage Windows]

Post by Kwai chang caine »

Interestingly, I had the same issue as KCC
It's a miracle !!!!
I'm not alone
I'm not alone :lol:
Kwai Hi
I just updated the previous post
Please check
Always the same thing :(

It's an crazy history :shock:
This time, i'm in my job with another PC (Notebook), with another OS (VISTA).....but with the same brain :mrgreen: :oops:
And it's exactely the same effect with v5.0B6 :(
I don't understand anything too.

Perhaps it's because all my PC not good for drawing, because often, code of 3D not works here too.
I don't know if that can be the reason ??? Perhaps it missing something on all my PC (DirectX or other ...) i don't know :oops:
It's the first time i have this style of effect :shock:
ImageThe happiness is a road...
Not a destination
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4954
Joined: Sun Apr 12, 2009 6:27 am

Re: Update :Desktop Publisher [Early stage Windows]

Post by RASHAD »

KCC & ozzie Hi

Previous post updated
1- Redrawing bug fixed
2- Resizing Images after flipping or rotating bug fixed

Please check
Egypt my love
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: Update :Desktop Publisher [Early stage Windows]

Post by electrochrisso »

Hi RASHAD, I can't seem to be able to insert anything in Graphic Mode, what is the procedure to get an image etc. from the drop down list. :?:
PureBasic! Purely the best 8)
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4954
Joined: Sun Apr 12, 2009 6:27 am

Re: Update :Desktop Publisher [Early stage Windows]

Post by RASHAD »

Hi electrochrisso :)
Previous post just updated
I am trying to solve the conflicts first
You know PB do not support Z-Order

Now Draw a container with the mouse then Press the Insert Button and proceed

Waiting for your comments
Egypt my love
ozzie
Enthusiast
Enthusiast
Posts: 443
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: Update :Desktop Publisher [Early stage Windows]

Post by ozzie »

Hi RASHAD. I wasn't sure which posting to go to for the latest version as the version in your first posting is not the latest. Found it by checking the 'last edited' date of various postings.

My main interest is in Text input, so look forward to seeing Font and Colors implemented. Currently the 'requesters' are displayed, but nothing is done with the results.

A minor bug: if I click on the 'Graphic Mode' button, the caption of the 'Save As' button changes to 'Text Mode', not the caption of the 'Graphic Mode' button.
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Update :Desktop Publisher [Early stage Windows]

Post by Kwai chang caine »

RASHAD wrote:Hi electrochrisso :)
Previous post just updated
I am trying to solve the conflicts first
Waiting for your comments
Aaaaahhhh !!!!! that's works better now !!!! :D
I can insert a picture, she appears but when i click on left/right/full etc..., i have an error gadget not initialised here

Code: Select all

SendMessage_(GadgetID(Gad), #EM_SETTYPOGRAPHYOPTIONS, #TO_ADVANCEDTYPOGRAPHY, #TO_ADVANCEDTYPOGRAPHY)
ImageThe happiness is a road...
Not a destination
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: Update :Desktop Publisher [Early stage Windows]

Post by electrochrisso »

Hi RASHAD, oh that's how its done, ok i can load in the image and create a text box, but it also pop up the file selector for a picture, same with table and chart except those two give gadget not initialized error, just some teething problems by the look, still this program looks promising though. :)
PureBasic! Purely the best 8)
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4954
Joined: Sun Apr 12, 2009 6:27 am

Re: Update :Desktop Publisher [Early stage Windows]

Post by RASHAD »

Previous post updated
1- To many changes to the logic
2- To many bugs fixed
3- Added the insert of a skinned Images using the fantastic procedure of NM

Have fun
Egypt my love
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5494
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Update :Desktop Publisher [Early stage Windows]

Post by Kwai chang caine »

This time, i begin to understand what your code do :wink: :D
It's very very better 8)
I have again a problem, i can't resize an image....is it normal ???
ImageThe happiness is a road...
Not a destination
Post Reply