Hi,
I assume that you set psSkinIni to "" because you don't want to use a skin? In that case you also need to set psSkinFile to "".
If you do want to use a skin and it's the Windows10.cjstyles...
Type: Posts; User: Pieter van Dieren
Hi,
I assume that you set psSkinIni to "" because you don't want to use a skin? In that case you also need to set psSkinFile to "".
If you do want to use a skin and it's the Windows10.cjstyles...
Thanks, Samuel.
I didn't test ClientEdge, WindowEdge and StaticEdge, because I don't use those for modal panels.
Well, then there's the bug.
It should show all border_styles, because it did so in previous versions.
I want to see if I chose thick or normal (like before).
Hi Vincent,
- Start VDF 19.0
- Open the Order Entry Workspace
- Open Customer.sl
- Change the border from Border_Thick to Border_Dialog
- Result:
1322713228
Hi Vincent,
You don't need the border in the Studio to resize. You use the anchor points for that.
Also see Garret's reply and check older versions of Dataflex: Older versions show the border...
Codejock comes with a program 'Codejock Skin Builder'. You can open the file in there and see which schemes are available and, if you want to, change the theme.
Using skins is not recommended...
Hi DAW,
When you change the Border_Style of a (db)Modalpanel, the Studio no longer displays the changes. It always shows Border_Thick.
Can this be fixed please?
Hi Samuel,
Thanks for your response.
The screenshot is made in an older version of our program which works fine.
- Dataflex 18.1
- Ribbonbar with Office2007 theme (which is used by all...
Hi Ian,
Thanks for the feedback.
I tried different styles, but that didn't solve it.
Must be something else then, although I have no clue what it might be.
Hi,
I have an app with a few docking panes. These can be moved around freely by the user.
But since we migrated to Dataflex 19.1 / Codejock v18.3 the docking stickers are gone.
With that I mean...
Hi Peter,
Thanks for testing. Saves me some time. ;-)
Just curious: Why do you think this is a DAW issue and not a CodeJock one?
Hi Nils,
We always fill out the DD label properties, but your change certainly makes sense. :)
Here it is.
Note is't pretty basic, and maybe it can be done in a more elegant way, but it works perfectly.
You can try it in the Order Entry example in e.g. Vendor.vw
Replace the the dbForms...
Hi Mike,
Even when begin and end are being used it's considered to be wrong:
Function IsSimpleExample Returns Integer
If (Condition) Begin
Function_Return 1
End
Hi Nils,
Ok, never tried it.
But never needed it. In our case it looks just fine I think:
13053
Hi Michael,
Do you want to use it on forms or dbforms?
Because I wrote something myself for dbForms. ;-)
It uses the Field_Label_Short property of the DD as a hint in the form:
13052
Hi Nils,
But if you have themed your application, you don't want to use another theme for your grids...?
Hi Leon,
Take a look at this:
https://support.dataaccess.com/Forums/showthread.php?50014-Refreshing-cDbCjGrid-best-practices&p=252825#post252825
Hi Mike,
Thanks.
Looks great.
One thing I noticed: It mentions a lot of false 'Function without Function_Return' errors, because it doensn't recognize constructions like this:
Function...
Hi Chris,
*Update*:
Forget this question.
I read on the Chilkat site it creates a log. Still, you will have to write something that reads the log.
---
Just curious: How do you know the...
Thanks Michael.
We have a subclass of the cApplication class that we use in all our applications. I placed the code in there.
A single change for all our apps. :-)
FYI:
We also have issues with certain modalpanels like the new calendar control.
The right and bottom borders disappear when the skin is being used:
13040
Ok. Good to know.
Thanks.
This could be just a CodeJock issue ofcourse.
Or could it be the skin itself that causes this problem? (I didn't test other skins to see if they have the same issue)